bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnustep-base-1.5.2 test on solaris2.7


From: David Ayers
Subject: Re: gnustep-base-1.5.2 test on solaris2.7
Date: Fri, 14 Mar 2003 16:28:19 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210

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








reply via email to

[Prev in Thread] Current Thread [Next in Thread]