[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: problem with latest GNUstep (in CVS) on windows?
From: |
Frode |
Subject: |
RE: problem with latest GNUstep (in CVS) on windows? |
Date: |
Wed, 30 Nov 2005 21:11:09 +0100 |
> ==== Uncaught exception NSInternalInconsistencyException, reason:
> NSApplication.m:271 Assertion failed in initialize_gnustep_backend.
Unable to find backend back
> ====
>From the error message I would guess you have an improper path
enviroment set-up or are mixing debug and release builds. I get similar
message myself in those situation.
If I remember right it is GNUSTEP_SYSTEM_ROOT plays the most important
role since it points to the root System. It should look like
set | grep GNUSTEP_SYSTEM_ROOT
GNUSTEP_SYSTEM_ROOT=C:/Developer/gnustep-src/System
Note the path prefix "C:/" and not "/C/". Otherwise you need to
reconfigure and rebuild since it is also in config.h-headers.
Regards
Frode