discuss-gnustep
[Top][All Lists]
Advanced

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

problem building -base (cvs)


From: Riccardo Mottola
Subject: problem building -base (cvs)
Date: Fri, 30 May 2003 16:12:24 +0200
User-agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022

Hello,

i am trying to build cvs version of -base (updatedeven yesterday, but
behaviour didn't change).
I'm using udpated -make and -objc 1.3.0

I configure -base and setting correctly some includes it works.

the first attempt (after commenting out a definition that caused the
previous error post) I went this far:

Making all for subproject Additions...
 Compiling file GSXML.m ...
GSXML.m: In function `unparsedEntityDeclFunction':
GSXML.m:2710: syntax error before `static'
GSXML.m:2710: `treeImp' undeclared (first use in this function)
GSXML.m:2710: (Each undeclared identifier is reported only once
GSXML.m:2710: for each function it appears in.)
GSXML.m:2710: `sel' undeclared (first use in this function)
GSXML.m:2710: `imp' undeclared (first use in this function)
gmake[3]: *** [static_obj/sparc/openbsd3.3/gnu-gnu-gnu/GSXML.o] Error 1



after wrapping the atement in the mentioned line and the following if-else
between {} braces, as <cbv> suggested in #gnustep, I compiled further.
Probably this change should be included so that gcc 2 cna digest the
declarations....


But now I stop at:

Making all for library libgnustep-base...
gmake[2]: *** No rule to make target
`Additions/static_obj/sparc/openbsd3.3/gnu-gnu-gnu/subproject.o', needed by
`static_obj/sparc/openbsd3.3/gnu-gnu-gnu/libgnustep-base_s.a'.  Stop.


and.. now ?


-ric





reply via email to

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