discuss-gnustep
[Top][All Lists]
Advanced

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

(no subject)


From: M. Grabert
Subject: (no subject)
Date: Thu, 4 Apr 2002 16:43:43 +0100 (IST)

Hi all,

the latest CVS (a couple of minutes ago) fails to compile
on a FreeBSD 4.5 notebook (dell latitude 610).
CVS from before the backend change did work with the same
configuration (except for the fact that /GNUstep, /Local and /Network
are now symbolic links to /usr/local/GNustep, /usr/local/Local ...)


bucephalas# gcc3 -v
Reading specs from /usr/local/lib/gcc-lib/i386-unknown-freebsd4.5/3.0.4/specs
Configured with: ./configure --enable-sjlj-exceptions --with-system-zlib 
--with-gc=page --enable-c-mbchar --enable-threads : (reconfigured) ./configure 
--enable-sjlj-exceptions --with-system-zlib --with-gc=page --enable-c-mbchar 
--enable-threads --enable-shared
Thread model: posix
gcc version 3.0.4


Following error (while trying to compile core/gui):

gcc3 example.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 
-DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN 
-DGSDIAGNOSE -O2 -Wno-import -fgnu-runtime -I/usr/local/include 
-I/usr/local/include -I../Headers -I/GNUstep/Headers -I. -I/usr/local/include 
-I/usr/local/include -fgnu-runtime -I/GNUstep/Headers 
-I/usr/local/include/libxml2/libxml -I/usr/local/include/libxml2 
-I/usr/local/include -fconstant-string-class=NSConstantString 
-I/home/xam/GNUstep/Headers/gnustep -I/Local/Headers/gnustep 
-I/Network/Headers/gnustep -I/GNUstep/Headers/gnustep 
-I/home/xam/GNUstep/Headers -I/Local/Headers -I/Network/Headers 
-I/GNUstep/Headers \
       -o shared_obj/example.o
example.m: In function `init':
example.m:191: warning: passing arg 2 of `signal' from incompatible pointer type
example.m:199: warning: passing arg 2 of `signal' from incompatible pointer type
gcc3 -rdynamic       -o example.service/./example   shared_obj/example.o    \
         -L/usr/local/lib -L/usr/local/lib -L../Source/shared_obj 
-L../Model/shared_obj -L/home/xam/GNUstep/Libraries -L/Local/Libraries 
-L/Network/Libraries -L/GNUstep/Libraries -L/usr/local/lib -L/usr/local/lib 
-L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -lgnustep-gui -lgnustep-base 
-lobjc -lgiconv -lz -lcallback -lavcall -lxml2 -lz -lgiconv -lm -lgmp -lm 
-pthread
/usr/libexec/elf/ld: warning: type and size of dynamic symbol 
`__objc_class_name_NSConstantString' are not defined
/usr/libexec/elf/ld: warning: type and size of dynamic symbol 
`__objc_class_name_NSArray' are not defined
/usr/libexec/elf/ld: warning: type and size of dynamic symbol 
`__objc_class_name_NSTask' are not defined
/usr/libexec/elf/ld: warning: type and size of dynamic symbol 
`__objc_class_name_NSString' are not defined
/usr/libexec/elf/ld: warning: type and size of dynamic symbol 
`__objc_class_name_NSRunLoop' are not defined
/usr/libexec/elf/ld: warning: type and size of dynamic symbol 
`__objc_class_name_NSObject' are not defined
/usr/libexec/elf/ld: warning: type and size of dynamic symbol 
`__objc_class_name_NSAutoreleasePool' are not defined
/GNUstep/Makefiles/mkinstalldirs example.service/Resources
mkdir -p example.service/Resources

GNUSTEP Internal Error:
The private GNUstep function to establish the argv and environment
variables was not called.
Please report the error to bug-gnustep@gnu.org.

Uncaught exception NSRecursiveLockException, reason: unlock: failed to unlock 
mutex
gmake[2]: *** [example.service/Resources/Info-gnustep.plist] Error 1
gmake[1]: *** [example.all.service.variables] Error 2
gmake[1]: Leaving directory `/usr/local/src/CVS/gnustep/core/gui/Tools'
gmake: *** [internal-all] Error 2


TIA, greetings max




reply via email to

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