[OGo-GNUstep-Port] compile problem with sope-gdl1 with gnustep

Stefan Huehner gnustep-port@opengroupware.org
Tue, 15 Mar 2005 01:41:15 +0100


Hi,

i'm trying to compile sope without libFoundation but with gnustep-base.
When configuring sope with --enable-debug i trigger a compile error in
the sope-gdl1/GDLAccess directory. In the FoundationExt-sub-directory
the object-files arent create in shared_debug_obj but in shared_obj there
the following steps fail. By adding the following to lines to the FoundationExt
GNUMakefile the problem goes away. (Lines borrowed from
GDLAccess-Makefile). 

+-include ../../../config.make
+include ../../common.make


Regards,
Stefan Huehner