On 2 Jun 2005, at 18:36, Adrian Robert wrote:


On Jun 2, 2005, at 12:03 PM, J�rgen Lorenz Simon wrote:

Hi again,

just in case I ran a debugger on the deployment machine to extract a stacktrace:

GNUSTEP Internal Error:
The private GNUstep function to establish the argv and environment
variables was not called.
Please report the error to [EMAIL PROTECTED]

Sometimes this happens when there is a mismatch between the base and gui versions that are installed. (Even when it seems like there shouldn't be a mismatch.) The remedy I've had most success with is to rm your installed libraries, make clean in base, install that, then make clean in gui and install that, possibly running configure at each step as well. Be careful to compile both with the same debug options (both "make debug=yes" or "make debug=no" / plain "make").

Done as you instructed. No success. What's more: when cleaning base and gui and remaking them with debug=yes, since my own projects are in debug mode anyway, gui will no longer install. It compiles alright,
but at the linking stage it bails:

Making all for service GSspell...
 Creating GSspell.service/Resources/Info-gnustep.plist...
././shared_debug_obj/make_services: error while loading shared libraries: libgnustep-base_d.so.1.10: cannot open shared object file: No such file or directory

I've looked into /usr/GNUstep/System/Library/Libraries and the library is clearly visible. I need an aspirin ...




_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to