[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opengroupware-users
Subject:    Re: [OGo-Users] Build from Source - funny directory name gnu-gnu-gnu
From:       Helge Hess <helge.hess () opengroupware ! org>
Date:       2003-07-31 22:00:57
[Download RAW message or body]

joebaker wrote:
> SaxAttributeList.h:26:32: warning: Foundation/NSObject.h: No such file
> or directory
> In file included from SaxAttributeList.m:23:

It doesn't find an installed libFoundation ...

> make[2]: ***
> [shared_debug_obj/ix86/linux-gnu/gnu-gnu-gnu/SaxAttributeList.o] Error 1

... no wonder because you did configure for gnustep-base. The library 
combo should be "gnu-fd-nil", not "gnu-gnu-gnu".

The library combo is composed of
gnu | nx	- Objective-C runtime library
gnu | fd | nx	- Foundation library (gstep-base,libFoundation,NeXT)
gnu | nil	- GUI library (gstep-gui or none)

Correct for OGo is gnu-fd-nil (GNU Objective-C runtime, libFoundation 
library, no GUI).

Start from scratch and configure gstep-make properly:

   ./configure --with-library-combo="gnu-fd-nil" ...

and the other parameters as in the build guide:

   http://www.opengroupware.org/en/devs/build/thirdparty.html#gstep_make

> Is the repetitive use of gnu-gnu-gnu intentional in the directory name?

No, it should be gnu-fd-nil.

regards,
   Helge


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic