Hello Carl,

I don't have access to my box right now so I can't look into:

Carl Eugen Hoyos wrote:

...
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);


But I also have problems with:

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.


But instead I
export LD_LIBRARY_PATH=
before runing greg.  Does that also in your case?

Cheers,
Dave






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

Reply via email to