Author Topic: errors compiling sources  (Read 3030 times)

flashboss

  • Guest
errors compiling sources
« on: 14 June 2008, 15:22:11 »
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?
« Last Edit: 1 January 1970, 00:00:00 by flashboss »

jrepan

  • Guest
(No subject)
« Reply #1 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.
« Last Edit: 1 January 1970, 00:00:00 by jrepan »

flashboss

  • Guest
errors compiling sources
« Reply #2 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?
« Last Edit: 1 January 1970, 00:00:00 by flashboss »

jrepan

  • Guest
(No subject)
« Reply #3 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"
« Last Edit: 1 January 1970, 00:00:00 by jrepan »

flashboss

  • Guest
errors compiling sources
« Reply #4 on: 15 June 2008, 11:09:57 »
it's ok...thanks
« Last Edit: 1 January 1970, 00:00:00 by flashboss »