help-gnustep
[Top][All Lists]
Advanced

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

cannot compile ProjectCenter 0.3.5


From: Dan Hitt
Subject: cannot compile ProjectCenter 0.3.5
Date: 29 Aug 2003 22:18:43 -0400

Hi All,

I cannot compile ProjectCenter 0.3.5.

I try to compile by using make (3.79.1) on redhat 7.3 gnu/linux,
with base 1.6.0, back 0.8.4, gui 0.8.5.

It fails on the very first source file compiled, PCBrowserController.m
with some warnings (the kind that -Wno-strict-aliasing would eliminate,
i believe), but no errors that i can see.

I think my system is ok, because i can compile gorm and gworkspace
and other applications.

Thanks in advance for any clues.

dan

PS: I'm kind of ambivalent about putting a raw transcript here, but
it's short, and so here it is:
-------------------------------------------------------------------------------
cd ~/src/ProjectCenter/
make messages=yes
Making all in PCLib...
make[1]: Entering directory `/home/gstep_user/src/ProjectCenter/PCLib'
rm -f ProjectCenter
ln -s . ProjectCenter
Making all for library libProjectCenter...
gcc PCBrowserController.m -c \
      -MMD -MP -Wall -Werror -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 
-DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC 
-DGSWARN -DGSDIAGNOSE -O2 -fgnu-runtime -Wall -Werror 
-fconstant-string-class=NSConstantString -I.. -I../PCLib -I. 
-I/home/gstep_user/GNUstep/Headers/gnustep 
-I/home/gstep_3/installs/Local/Headers/gnustep 
-I/home/gstep_3/installs/Network/Headers/gnustep 
-I/home/gstep_3/installs/System/Headers/gnustep 
-I/home/gstep_user/GNUstep/Headers/ix86/linux-gnu 
-I/home/gstep_user/GNUstep/Headers 
-I/home/gstep_3/installs/Local/Headers/ix86/linux-gnu 
-I/home/gstep_3/installs/Local/Headers 
-I/home/gstep_3/installs/Network/Headers/ix86/linux-gnu 
-I/home/gstep_3/installs/Network/Headers 
-I/home/gstep_3/installs/System/Headers/ix86/linux-gnu 
-I/home/gstep_3/installs/System/Headers \
       -o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/PCBrowserController.o
In file included from /home/gstep_3/installs/System/Headers/AppKit/AppKit.h:43,
                 from PCBrowserController.h:30,
                 from PCBrowserController.m:27:
/home/gstep_3/installs/System/Headers/AppKit/NSGraphics.h: In function 
`NSReadPixel':
/home/gstep_3/installs/System/Headers/AppKit/NSGraphics.h:143: warning: 
dereferencing type-punned pointer will break strict-aliasing rules
make[2]: *** [shared_obj/ix86/linux-gnu/gnu-gnu-gnu/PCBrowserController.o] 
Error 1
make[1]: *** [libProjectCenter.all.library.variables] Error 2
make[1]: Leaving directory `/home/gstep_user/src/ProjectCenter/PCLib'
make: *** [internal-all] Error 2

Compilation exited abnormally with code 2 at Fri Aug 29 18:33:40



reply via email to

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