Adam Fedor wrote:
> 
> I just tried your sample program and got the expected output (No
> errors). This is with all the latest CVS code installed.
> 
> --
> Adam Fedor, Digital Optics            | Fudd's law of opposition: Push
> [EMAIL PROTECTED]  http://www.doc.com     | something hard enough, and it
> [EMAIL PROTECTED]  http://www.gnustep.org | will fall over.

I installed the newest release of GNUstep and all the libraies as
recommended (Which took some time to get it working, because of the
NSProcessInfo bug introduced by Richard. For two days my SuSE Linux
2.4.0 kernel produced a segmentation fault for every GNUstep program).
Not that this is working I still get the error messages from NSColor on
the string conversion. 
The only difference I see may be in the GNUstepmake file, that I did not
include. I did compile it as a test application, so my Makefile looks
something like;

GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)

GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles

include $(GNUSTEP_MAKEFILES)/common.make

# The application to be compiled
TEST_APP_NAME = cell

# The Objective-C source files to be compiled
cell_OBJC_FILES = cell.m

# The Resource files to be copied into the app's resources directory

-include GNUmakefile.preamble

-include GNUmakefile.local

include $(GNUSTEP_MAKEFILES)/test-application.make

-include GNUmakefile.postamble


Is there a problem with this, or is it in the runtime that does not
resolve the initilisation of the classes correctly.

Fred


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to