[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
new compilation problem
From: |
Paul Windey |
Subject: |
new compilation problem |
Date: |
Thu, 02 May 2002 12:25:46 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020417 |
Hello,
In trying to rebuild from scratch GNUstep I cannot compile core/base
anymore.
before last update : everything worked and was regularly rebuild with
CVS update and compile-all
(compiler was gcc-3.0.2)
last update from CVS : May 2d
compiler gcc 3.0.4 (updated according to Build Guide)
GNU Make version 3.77
GNUSTEP_HOST=i686-pc-linux-gnu
MACHTYPE=i686-pc-linux-gnu
BINTYPE=Linux
OS=Linux
LIBRARY_COMBO=gnu-gnu-gnu
make and base configure with ./configure
Problem is *************
gcc UnixFileHandle.m -c \
-MMD -MP -DGNUSTEP_INSTALL_PREFIX=/usr/local/GNUstep/System
-DGNUSTEP_LOCAL_ROOT=/usr/local/GNUstep/Local
-DGNUSTEP_NETWORK_ROOT=/usr/local/GNUstep/Network
-DGNUSTEP_TARGET_DIR=\"ix86/linux-gnu\" -DGNUSTEP_TARGET_CPU=\"ix86\"
-DGNUSTEP_TARGET_OS=\"linux-gnu\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -Wall
-DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1
-DGNUSTEP_BASE_LIBRARY=1 -fPIC -DGSWARN -DGSDIAGNOSE -O2 -Wno-import
-fgnu-runtime -I../Headers/gnustep -I../Headers -I./ix86/linux-gnu -I.
-fgnu-runtime -I/usr/local/GNUstep/System/Headers
-I/usr/local/include/libxml2/libxml -I/usr/local/include/libxml2
-fconstant-string-class=NSConstantString
-I/afs/cern.ch/user/w/windey/GNUstep/Headers/gnustep
-I/usr/local/GNUstep/Local/Headers/gnustep
-I/usr/local/GNUstep/Network/Headers/gnustep
-I/usr/local/GNUstep/System/Headers/gnustep
-I/afs/cern.ch/user/w/windey/GNUstep/Headers/ix86/linux-gnu
-I/afs/cern.ch/user/w/windey/GNUstep/Headers
-I/usr/local/GNUstep/Local/Headers/ix86/linux-gnu
-I/usr/local/GNUstep/Local/Headers
-I/usr/local/GNUstep/Network/Headers/ix86/linux-gnu
-I/usr/local/GNUstep/Network/Headers
-I/usr/local/GNUstep/System/Headers/ix86/linux-gnu
-I/usr/local/GNUstep/System/Headers \
-o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/UnixFileHandle.o
UnixFileHandle.m: In function `getAddr':
UnixFileHandle.m:168: parse error before "sin"
make[2]: *** [shared_obj/ix86/linux-gnu/gnu-gnu-gnu/UnixFileHandle.o]
Error 1
make[1]: *** [libgnustep-base.all.library.variables] Error 2
make[1]: Leaving directory `/opt/usr/local/tmp/GNU/core/base/Source'
make: *** [internal-all] Error 2
Thanks for any help.
Paul
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- new compilation problem,
Paul Windey <=