bug-gnustep
[Top][All Lists]
Advanced

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

compilation errors from CVS head


From: Jonathan B. Leffert
Subject: compilation errors from CVS head
Date: Sat, 26 Jan 2002 09:29:00 -0800
User-agent: Mutt/1.2i

I just updated my sources from the head of CVS and tried a clean compile.
I first moved /opt/GNUstep out of the way and cleaned out my environment.

./compile-all /opt/GNUstep

And I got the following error:

make[1]: Entering directory `/home/jbl/build/gnustep/core/xgps/Source'
Making all for bundle libgnustep-xgps...
gcc SharedX/XGContextEvent.m -c \
      -DGNUSTEP_INSTALL_LIBDIR=\"\"
-DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DXGPS_BACKEND_LIBRARY=1
-DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN
-DGSDIAGNOSE -O2 -Wno-import -fgnu-runtime -I../Headers -Iix86/linux-gnu
-I./SharedX -I/usr/X11R6/include -I. -I/root/GNUstep/Headers/gnustep
-I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/Network/Headers/gnustep
-I/opt/GNUstep/System/Headers/gnustep
-I/root/GNUstep/Headers/ix86/linux-gnu -I/root/GNUstep/Headers
-I/opt/GNUstep/Local/Headers/ix86/linux-gnu -I/opt/GNUstep/Local/Headers
-I/opt/GNUstep/Network/Headers/ix86/linux-gnu
-I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers/ix86/linux-gnu
-I/opt/GNUstep/System/Headers \       -o
shared_obj/ix86/linux-gnu/gnu-gnu-gnu/SharedX/XGContextEvent.o
SharedX/XGContextEvent.m:28: AppKit/AppKitExceptions.h: No such file or
directory
SharedX/XGContextEvent.m:29: AppKit/NSGraphics.h: No such file or directory
SharedX/XGContextEvent.m:30: AppKit/NSWindow.h: No such file or directory
SharedX/XGContextEvent.m:31: Foundation/NSException.h: No such file or
directorySharedX/XGContextEvent.m:32: Foundation/NSArray.h: No such file or
directory
SharedX/XGContextEvent.m:33: Foundation/NSDictionary.h: No such file or
directory
SharedX/XGContextEvent.m:34: Foundation/NSData.h: No such file or directory
SharedX/XGContextEvent.m:35: Foundation/NSValue.h: No such file or
directory
SharedX/XGContextEvent.m:36: Foundation/NSString.h: No such file or
directory
SharedX/XGContextEvent.m:37: Foundation/NSUserDefaults.h: No such file or
directory
SharedX/XGContextEvent.m:38: Foundation/NSDebug.h: No such file or
directory
In file included from ../Headers/gnustep/xgps/XGContextWindow.h:31,
                 from SharedX/XGContextEvent.m:48:
../Headers/gnustep/xgps/XGContext.h:39: Foundation/NSArray.h: No such file
or directory
../Headers/gnustep/xgps/XGContext.h:40: Foundation/NSGeometry.h: No such
file or directory
../Headers/gnustep/xgps/XGContext.h:41: AppKit/AppKit.h: No such file or
directory
In file included from SharedX/XGContextEvent.m:49:
../Headers/gnustep/xgps/XGContextPrivate.h:28: Foundation/NSArray.h: No
such file or directory
../Headers/gnustep/xgps/XGContextPrivate.h:29: Foundation/NSDictionary.h:
No such file or directory
../Headers/gnustep/xgps/XGContextPrivate.h:30: Foundation/NSException.h: No
such file or directory
../Headers/gnustep/xgps/XGContextPrivate.h:31: Foundation/NSObjCRuntime.h:
No such file or directory
../Headers/gnustep/xgps/XGContextPrivate.h:32: AppKit/GSFontInfo.h: No such
file or directory
In file included from SharedX/XGContextEvent.m:50:
XGDrawingEngine.h:33: Foundation/NSGeometry.h: No such file or directory
In file included from SharedX/XGContextEvent.m:52:
SharedX/XGInputServer.h:29: AppKit/NSInputServer.h: No such file or
directory
In file included from SharedX/XGContextEvent.m:53:
SharedX/XGDragView.h:26: AppKit/NSCell.h: No such file or directory
SharedX/XGDragView.h:27: AppKit/NSEvent.h: No such file or directory
SharedX/XGDragView.h:29: Foundation/NSGeometry.h: No such file or directory
make[2]: ***
[shared_obj/ix86/linux-gnu/gnu-gnu-gnu/SharedX/XGContextEvent.o] Error 1
make[1]: *** [libgnustep-xgps.all.bundle.variables] Error 2
make[1]: Leaving directory `/home/jbl/build/gnustep/core/xgps/Source'
make: *** [internal-all] Error 2

It looks as though we're trying to include <AppKit/NSCell.h> amongst others
which should exist as the gui libraries are built first.

Anyone have any ideas?  Anyone else see this?

Jonathan
-- 
Jonathan B. Leffert <jonathan@leffert.net> | "So now, less than five
years later, you can go up on a steep hill in Las Vegas and look West, and
with the right kind of eyes you can almost see the high-water mark, that
place where the wave finally broke and rolled back." -- Hunter S. Thompson



reply via email to

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