I followed the instructions in the INSTALL.Ubuntu and installed all the
dependencies, but when I tried compiling Etoile, its still complaining about
some objects. In particular its complaining it can't find the header for the
NSCondition (among some other errors). I have attached the stack trace
below:

ETObjectPipe.h:32: error: expected specifier-qualifier-list before
‘NSCondition’
ETObjectPipe.h:37: error: expected specifier-qualifier-list before
‘NSCondition’
ETObjectPipe.h:87: error: expected ‘)’ before ‘NSCondition’
ETObjectPipe.h:96: error: expected ‘)’ before ‘NSCondition’
In file included from
/home/vedam/vedam/c_projects/etoile/Etoile/Frameworks/EtoileFoundation/EtoileFoundation/EtoileFoundation.h:92,
                 from ETObjectPipe.m:2:
/home/vedam/vedam/c_projects/etoile/Etoile/Frameworks/EtoileFoundation/EtoileXML/ETXMLWriter.h:9:
error: expected specifier-qualifier-list before ‘NSCondition’
ETObjectPipe.m: In function ‘-[ETObjectPipe init]’:
ETObjectPipe.m:130: error: ‘requestCondition’ undeclared (first use in this
function)
ETObjectPipe.m:130: error: (Each undeclared identifier is reported only once
ETObjectPipe.m:130: error: for each function it appears in.)
ETObjectPipe.m:130: error: ‘NSCondition’ undeclared (first use in this
function)
ETObjectPipe.m:131: error: ‘replyCondition’ undeclared (first use in this
function)

I'm trying to compile Etoile Ubuntu 9.10 (Karmic Koala). From the looks of
it, it might be because of the version of gnustep that is installed is older
than what's in Subversion since NSCondition doesn't look like to be part of
the GNUstep Base API (at least when I was looking for it in the GNUStep Base
documentation it wasn't present there). I just want to confirm that is the
case.

Ram

On Wed, Feb 17, 2010 at 11:46 AM, David Chisnall <thera...@sucs.org> wrote:

> On 17 Feb 2010, at 17:44, Ram Vedam wrote:
>
> > I've been having trouble compiling Etoile in Ubuntu 9.10 (Karmic Koala).
> It looks like I have the GNUstep development headers and libraries
> installed. Are there any other dependencies I need to be aware in order to
> compile it?
>
>
> The INSTALL.Ubuntu file in svn lists all of the dependencies for building
> on Ubuntu...
>
> David
>
> -- Sent from my Apple II
>
>
> _______________________________________________
> Etoile-dev mailing list
> Etoile-dev@gna.org
> https://mail.gna.org/listinfo/etoile-dev
>
_______________________________________________
Etoile-dev mailing list
Etoile-dev@gna.org
https://mail.gna.org/listinfo/etoile-dev

Reply via email to