[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnustep-base-1.5.2 test on solaris2.7
From: |
Carl Eugen Hoyos |
Subject: |
Re: gnustep-base-1.5.2 test on solaris2.7 |
Date: |
Fri, 14 Mar 2003 16:11:25 +0100 (CET) |
>>and gnustep-guile, which at the moment
>>doesn't compile without changes (link_base.m)
>Worked for me ... current CVS
>Why does it fail for you?
...
Making all for library libgg_base...
Compiling file link_base.m ...
link_base.m: In function `gstep_base_string_constants':
link_base.m:80: `NSFileGroupOwnerAccountNumber' undeclared (first use in
this function)
link_base.m:80: (Each undeclared identifier is reported only once
link_base.m:80: for each function it appears in.)
link_base.m:88: `NSFileOwnerAccountNumber' undeclared (first use in this
function)
make[2]: *** [shared_obj/mips/irix6.5/gnu-gnu-gnu/link_base.o] Error 1
make[1]: *** [libgg_base.all.library.variables] Error 2
I had to delete two lines in link_base.m:
CSTR(NSFileGroupOwnerAccountNumber);
CSTR(NSFileOwnerAccountNumber);
To get a running greg on irix, you have to change the procedure
(dynamic-call "scm_init_greg" (dynamic-link "libgreg.so")))
and add a full path to libgreg.so; if not, the library will be searched in
EVERY directory of $LD_LIBRARYN32_PATH.
Carl Eugen Hoyos