MegaGlest Forum
Archives (read only) => Vanilla Glest => Bug report => Topic started by: flashboss on 14 June 2008, 15:22:11
-
compiling sources from http://downloads.sourceforge.net/glest/ ... g_mirror=0 (http://downloads.sourceforge.net/glest/glest-source-3.1.2.tar.bz2?modtime=1204660654&big_mirror=0) I have many errors about missed include of standard hearders as cstring o cstdlib. Why?
-
It's because most have older GCC or other compiler(I don't know what Windows users use) that doesn't count missing standard library includes as errors.
-
hi jrepan... I 'm on a fedora 9 and I use theese versions:
gcc-c++-4.3.0-8.i386
libgcc-4.3.0-8.i386
gcc-4.3.0-8.i386
what do you consult me to do?
-
Add those includes. You can use my patch: http://http://jrepan.pri.ee/glest.patch. To use this patch run "patch -p 1 < glest.patch"
-
it's ok...thanks