[Gtkradiant] Linux/ppc compiling

Timothee Besset gtkradiant@zerowing.idsoftware.com
Tue, 25 Feb 2003 21:42:57 +0100


The build error indicates that cons thinks you are using gcc 2.x

I think you need to dive into the Cons* scripts, find out why and fix.
It's simple perl code.

TTimo

On Tue, 25 Feb 2003 21:37:12 +0100
"J. Volkmann" <jvolkmann@gmx.de> wrote:

> EvilTypeGuy (eviltypeguy@qeradiant.com) schrieb:
> 
> > On Tue, 2003-02-25 at 12:31, J. Volkmann wrote:
> > > > Fetch the trunk of the cvs, and use ./cons -- setup to build a setup. 
> > > >
> > > Doesn't work:
> > > include/stl_check.h:45: #error "Can't find _STLPORT_VERSION, check you
> > > are compiling against STLPort"
> > > include/stl_check.h:51: #error "There is something broken in your
> > > STLPort config"
> > > cons: *** [Release-gcc2-setup/libs/synapse/synapse.o] Error 1
> > > cons: errors constructing Release-gcc2-setup/libs/synapse/synapse.o
> > > 
> > > STL is installed :-/. Not sure what it wants...
> > 
> > 2) If you have GCC 3.x, you shouldn't need STLport at all, as STLport is
> > what GCC3 uses for it's STL libraries.
> > 
> # gcc --version
> gcc (GCC) 3.2.3 20030210 (Debian prerelease)
> 
> Now it gets weird *g*
> 
> mfG Johannes
>