[OGo-GNUstep-Port] compile problem with sope-gdl1 with gnustep
Stefan Huehner
gnustep-port@opengroupware.org
Tue, 15 Mar 2005 11:31:45 +0100
On Tue, Mar 15, 2005 at 02:40:31AM +0100, Helge Hess wrote:
> On 15. Mrz 2005, at 01:41 Uhr, Stefan Huehner wrote:
> >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
>
> I did add that in r656.
This fixes the Problem. Thx
>
> >+include ../../common.make
>
> I left that as GNUSTEP_MAKEFILES/common.make. Is it really required to
> fix the issue? What is the error?
>
> ../../common.make cannot be used, since it uses relative pathes.
This change isn't necessary. The orther line fixed the build.
Regards,
Stefan