discuss-gnustep
[Top][All Lists]
Advanced

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

Re: error compiling core/gui


From: Ted Stern
Subject: Re: error compiling core/gui
Date: Thu, 25 Jul 2002 12:29:40 -0700
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (sparc-sun-solaris2.8)

On Thu, 25 Jul 2002, Adam Fedor wrote:
> 
> Ted Stern wrote:
>> I'm compiling on sparc-sun-solaris2.8 using gcc-3.1 and get the following
>> error in the Source directory under core/gui: Compiling file NSPrintInfo.m
>> ...  NSPrintInfo.m: In function `+[NSPrintInfo initPrintInfoDefaults]':
>> NSPrintInfo.m:388: parse error before "path" make[2]: ***
>> [shared_obj/sparc/solaris2.8/gnu-gnu-gnu/NSPrintInfo.o] Error 1 make[1]:
>> *** [libgnustep-gui.all.library.variables] Error 2 make[1]: Leaving
>> directory `/home/users/stern/opt/src/gnustep/core/gui/Source' make: ***
>> [internal-all] Error 2 Any ideas?
> 
> 
> Well there's a missing ';' in that part of the code. But the weird
> thing is that part of the code only gets compiled if you're not using
> the gnustep-base library. Is that true?

That is interesting -- I've been trying to get around LD_LIBRARY_PATH with my
build and this was the result.  It appears that I missed getting the search
paths for gnustep-base into the extra -I flags I provided in
AUXILIARY_CPPFLAGS.  I put the directories that used to be in LD_LIBRARY_PATH
into AUXILIARY_LDFLAGS with -L and -R flags.

I think what I need to do is rebuild core/base this way first before building
core/gui.  That is building at this moment ...

Ted
-- 
 Ted Stern                           Engineering Applications
 Cray Inc.                                http://www.cray.com
 411 First Avenue South, Suite 600               206-701-2182
 Seattle, WA 98104-2860                     FAX: 206-701-2500
 Debuggers' motto:  Frango ut patefacium -- I break in order to reveal



reply via email to

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