MegaGlest Forum

Archives (read only) => Vanilla Glest => Bug report => Topic started by: flashboss on 14 June 2008, 15:22:11

Title: errors compiling sources
Post 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?
Title:
Post by: jrepan on 14 June 2008, 15:42:26
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.
Title: errors compiling sources
Post by: flashboss on 14 June 2008, 19:08:59
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?
Title:
Post by: jrepan on 15 June 2008, 08:37:51
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"
Title: errors compiling sources
Post by: flashboss on 15 June 2008, 11:09:57
it's ok...thanks