[Gtkradiant] Linux/ppc compiling

EvilTypeGuy gtkradiant@zerowing.idsoftware.com
25 Feb 2003 12:37:59 -0600


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...

1) Two things, you must use the version of STLport that is on
http://zerowing.idsoftware.com if you are using versions of gcc older
than 3.x, you must also place it in the same directory that the
GtkRadiant source directory is, another words:

devel/GtkRadiant
devel/STLport

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.