News:

Check out the latest MegaGlest news on our e-mail newsletter (subscribe), Twitter, Facebook and Google+.

Main Menu

errors compiling sources

Started by flashboss, 14 June 2008, 15:22:11

flashboss

compiling sources from http://downloads.sourceforge.net/glest/ ... g_mirror=0 I have many errors about missed include of standard hearders as cstring o cstdlib. Why?

jrepan

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

flashboss

#2
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?

jrepan

#3
Add those includes. You can use my patch: //http://jrepan.pri.ee/glest.patch. To use this patch run "patch -p 1 < glest.patch"

flashboss

#4
it's ok...thanks