nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nel] fedora 2 compile issues with latest nel and stlport


From: jack
Subject: [Nel] fedora 2 compile issues with latest nel and stlport
Date: Thu, 16 Dec 2004 14:51:15 -0600 (CST)
User-agent: SquirrelMail/1.4.2

I am trying to compile nel on a fresh installation of Fedora 2.  I am
using the following:

stlport: checkout -r STLPORT_5_0 STLport
nel: checkout -r last_stable code
openal: checkout openal
Mesa: v6.2.1
gcc: v3.3.3

The checkouts were done today (16 December).

Is there something obvious that I'm missing?


Jack

[snip]
make[3]: Entering directory
`/home/jack/nel/nel/code/nel/src/misc/config_file'
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../../include   -I/home/jack/nel/nel/STLport/stlport
-I/usr/local/include  -g -O3 -DNL_RELEASE_DEBUG -g -O2 -ftemplate-depth-24
-D_REENTRANT -Wall -ansi -W -Wpointer-arith -Wsign-compare
-Wno-deprecated-declarations -Wno-multichar -Wno-long-long -Wno-unused
-I/usr/X11R6/include -I/usr/include/libxml2  -I/usr/include/stlport
-I../../../include -DHAVE_NELCONFIG_H -MT config_file.lo -MD -MP -MF
".deps/config_file.Tpo" -c -o config_file.lo config_file.cpp; \
then mv -f ".deps/config_file.Tpo" ".deps/config_file.Plo"; else rm -f
".deps/config_file.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../include
-I/home/jack/nel/nel/STLport/stlport -I/usr/local/include -g -O3
-DNL_RELEASE_DEBUG -g -O2 -ftemplate-depth-24 -D_REENTRANT -Wall -ansi -W
-Wpointer-arith -Wsign-compare -Wno-deprecated-declarations
-Wno-multichar -Wno-long-long -Wno-unused -I/usr/X11R6/include
-I/usr/include/libxml2 -I/usr/include/stlport -I../../../include
-DHAVE_NELCONFIG_H -MT config_file.lo -MD -MP -MF .deps/config_file.Tpo
-c config_file.cpp  -fPIC -DPIC -o .libs/config_file.o
In file included from ../../../include/nel/misc/common.h:49,
                 from ../../../include/nel/misc/debug.h:31,
                 from ../../../include/nel/misc/ucstring.h:31,
                 from ../../../include/nel/misc/stream.h:30,
                 from ../../../include/nel/misc/file.h:29,
                 from config_file.cpp:32:
../../../include/nel/misc/string_common.h:38: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:39: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:157: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:161: error: `_args' was not
declared
   in this scope
../../../include/nel/misc/string_common.h:161: error: `format' was not
declared
   in this scope
../../../include/nel/misc/string_common.h:161: error: ISO C++ forbids
   declaration of `__builtin_va_start' with no type
../../../include/nel/misc/string_common.h:161: error: initializer list being
   treated as compound expression
../../../include/nel/misc/string_common.h:161: error: `_cstring' was not
   declared in this scope
../../../include/nel/misc/string_common.h:161: error: `format' was not
declared
   in this scope
../../../include/nel/misc/string_common.h:161: error: `_args' was not
declared
   in this scope
../../../include/nel/misc/string_common.h:161: error: syntax error before
`if'
../../../include/nel/misc/string_common.h:161: error: `_args' was not
declared
   in this scope
../../../include/nel/misc/string_common.h:161: error: ISO C++ forbids
   declaration of `__builtin_va_end' with no type
../../../include/nel/misc/string_common.h:161: error: declaration of `int
   __builtin_va_end'
../../../include/nel/misc/string_common.h:161: error: conflicts with built-in
   declaration `void __builtin_va_end(char*&)'
../../../include/nel/misc/string_common.h:161: error: ISO C++ forbids
   declaration of `Result' with no type
../../../include/nel/misc/string_common.h:161: error: `_cstring' was not
   declared in this scope
../../../include/nel/misc/string_common.h:162: error: syntax error before `
   return'
../../../include/nel/misc/string_common.h:169: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:169: error: syntax error before `*'
   token
../../../include/nel/misc/string_common.h:169: error: ISO C++ forbids
   declaration of `toStringPtr' with no type
../../../include/nel/misc/string_common.h: In function `int
toStringPtr(...)':
../../../include/nel/misc/string_common.h:169: error: `val' undeclared (first
   use this function)
../../../include/nel/misc/string_common.h:169: error: (Each undeclared
   identifier is reported only once for each function it appears in.)
../../../include/nel/misc/string_common.h:169: error: `toString' undeclared
   (first use this function)
../../../include/nel/misc/string_common.h: At global scope:
../../../include/nel/misc/string_common.h:171: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:171: error: syntax error before `&'
   token
../../../include/nel/misc/string_common.h:171: error: ISO C++ forbids
   declaration of `toStringEnum' with no type
../../../include/nel/misc/string_common.h: In function `int
toStringEnum(...)':
../../../include/nel/misc/string_common.h:171: error: `toString' undeclared
   (first use this function)
../../../include/nel/misc/string_common.h: At global scope:
../../../include/nel/misc/string_common.h:180: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:180: error: syntax error before `&'
   token
../../../include/nel/misc/string_common.h:181: error: ISO C++ forbids
   declaration of `toString' with no type
../../../include/nel/misc/string_common.h: In function `int toString(...)':
../../../include/nel/misc/string_common.h:181: error: `int toString(...)'
used
   prior to declaration
../../../include/nel/misc/string_common.h:182: error: `obj' undeclared (first
   use this function)
../../../include/nel/misc/string_common.h: At global scope:
../../../include/nel/misc/string_common.h:186: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:187: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:188: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:189: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:190: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:191: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:192: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:193: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:194: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:195: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:196: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:197: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:199: error: syntax error before `('
   token
../../../include/nel/misc/string_common.h:205: error: syntax error before `&'
   token
../../../include/nel/misc/string_common.h: In function `void
fromString(...)':
../../../include/nel/misc/string_common.h:205: error: `str' undeclared (first
   use this function)
../../../include/nel/misc/string_common.h: At global scope:
../../../include/nel/misc/string_common.h:206: error: syntax error before `&'
   token
../../../include/nel/misc/string_common.h: In function `void
fromString(...)':
../../../include/nel/misc/string_common.h:206: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:205: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:206: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:205: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h: At global scope:
../../../include/nel/misc/string_common.h:207: error: syntax error before `&'
   token
../../../include/nel/misc/string_common.h: In function `void
fromString(...)':
../../../include/nel/misc/string_common.h:207: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:206: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:207: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:206: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:207: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:205: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h: At global scope:
../../../include/nel/misc/string_common.h:208: error: syntax error before `&'
   token
../../../include/nel/misc/string_common.h: In function `void
fromString(...)':
../../../include/nel/misc/string_common.h:208: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:207: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:208: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:207: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:208: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:206: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:208: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:205: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h: At global scope:
../../../include/nel/misc/string_common.h:209: error: syntax error before `&'
   token
../../../include/nel/misc/string_common.h: In function `void
fromString(...)':
../../../include/nel/misc/string_common.h:209: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:208: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:209: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:208: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:209: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:207: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:209: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:206: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:209: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:205: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h: At global scope:
../../../include/nel/misc/string_common.h:210: error: syntax error before `&'
   token
../../../include/nel/misc/string_common.h: In function `void
fromString(...)':
../../../include/nel/misc/string_common.h:210: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:209: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:210: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:209: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:210: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:208: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:210: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:207: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:210: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:206: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:210: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:205: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h: At global scope:
../../../include/nel/misc/string_common.h:211: error: syntax error before `&'
   token
../../../include/nel/misc/string_common.h: In function `void
fromString(...)':
../../../include/nel/misc/string_common.h:211: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:210: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:211: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:210: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:211: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:209: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:211: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:208: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:211: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:207: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:211: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:206: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:211: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:205: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h: At global scope:
../../../include/nel/misc/string_common.h:212: error: syntax error before `&'
   token
../../../include/nel/misc/string_common.h: In function `void
fromString(...)':
../../../include/nel/misc/string_common.h:212: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:211: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:212: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:211: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:212: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:210: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:212: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:209: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:212: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:208: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:212: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:207: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:212: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:206: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:212: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:205: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h: At global scope:
../../../include/nel/misc/string_common.h:213: error: syntax error before `&'
   token
../../../include/nel/misc/string_common.h: In function `void
fromString(...)':
../../../include/nel/misc/string_common.h:213: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:212: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:213: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:212: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:213: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:211: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:213: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:210: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:213: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:209: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:213: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:208: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:213: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:207: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:213: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:206: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:213: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:205: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h: At global scope:
../../../include/nel/misc/string_common.h:214: error: syntax error before `&'
   token
../../../include/nel/misc/string_common.h: In function `void
fromString(...)':
../../../include/nel/misc/string_common.h:214: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:213: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:214: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:213: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:214: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:212: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:214: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:211: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:214: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:210: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:214: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:209: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:214: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:208: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:214: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:207: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:214: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:206: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:214: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:205: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h: At global scope:
../../../include/nel/misc/string_common.h:215: error: syntax error before `&'
   token
../../../include/nel/misc/string_common.h: In function `void
fromString(...)':
../../../include/nel/misc/string_common.h:215: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:214: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:215: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:214: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:215: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:213: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:215: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:212: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:215: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:211: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:215: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:210: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:215: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:209: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:215: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:208: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:215: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:207: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:215: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:206: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:215: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:205: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h: At global scope:
../../../include/nel/misc/string_common.h:216: error: syntax error before `&'
   token
../../../include/nel/misc/string_common.h: In function `void
fromString(...)':
../../../include/nel/misc/string_common.h:216: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:215: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:216: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:215: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:216: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:214: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:216: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:213: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:216: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:212: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:216: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:211: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:216: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:210: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:216: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:209: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:216: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:208: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:216: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:207: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:216: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:206: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:216: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:205: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h: At global scope:
../../../include/nel/misc/string_common.h:218: error: syntax error before `&'
   token
../../../include/nel/misc/string_common.h: In function `void
fromString(...)':
../../../include/nel/misc/string_common.h:218: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:216: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:218: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:216: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:218: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:215: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:218: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:214: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:218: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:213: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:218: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:212: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:218: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:211: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:218: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:210: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:218: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:209: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:218: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:208: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:218: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:207: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:218: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:206: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h:218: error: redefinition of `void
   fromString(...)'
../../../include/nel/misc/string_common.h:205: error: `void fromString(...)'
   previously defined here
../../../include/nel/misc/string_common.h: At global scope:
../../../include/nel/misc/string_common.h:225: error: syntax error before `}'
   token
In file included from ../../../include/nel/misc/debug.h:31,
                 from ../../../include/nel/misc/ucstring.h:31,
                 from ../../../include/nel/misc/stream.h:30,
                 from ../../../include/nel/misc/file.h:29,
                 from config_file.cpp:32:
../../../include/nel/misc/common.h: In function `float
NLMISC::degToRad(float)
   ':
../../../include/nel/misc/common.h:177: error: `Pi' undeclared (first use
this
   function)
../../../include/nel/misc/common.h: In function `float
NLMISC::radToDeg(float)
   ':
../../../include/nel/misc/common.h:185: error: `Pi' undeclared (first use
this
   function)
../../../include/nel/misc/common.h: At global scope:
../../../include/nel/misc/common.h:205: error: syntax error before `(' token
../../../include/nel/misc/common.h:212: error: syntax error before `(' token
../../../include/nel/misc/common.h:218: error: syntax error before `&' token
../../../include/nel/misc/common.h:219: error: syntax error before `(' token
../../../include/nel/misc/common.h: In function `char* strlwr(char*)':
../../../include/nel/misc/common.h:220: error: `toLower' undeclared (first
use
   this function)
../../../include/nel/misc/common.h: At global scope:
../../../include/nel/misc/common.h:221: error: syntax error before `&' token
../../../include/nel/misc/common.h:222: error: syntax error before `(' token
../../../include/nel/misc/common.h: In function `char* strupr(char*)':
../../../include/nel/misc/common.h:223: error: `toUpper' undeclared (first
use
   this function)
../../../include/nel/misc/common.h: At global scope:
../../../include/nel/misc/common.h:238: error: syntax error before `&' token
../../../include/nel/misc/common.h: In function `sint nlstricmp(...)':
../../../include/nel/misc/common.h:238: error: `lhs' undeclared (first use
this
   function)
../../../include/nel/misc/common.h:238: error: `rhs' undeclared (first use
this
   function)
../../../include/nel/misc/common.h: At global scope:
../../../include/nel/misc/common.h:239: error: syntax error before `&' token
../../../include/nel/misc/common.h: In function `sint nlstricmp(...)':
../../../include/nel/misc/common.h:239: error: redefinition of `sint
   nlstricmp(...)'
../../../include/nel/misc/common.h:238: error: `sint nlstricmp(...)'
previously
   defined here
../../../include/nel/misc/common.h:239: error: redefinition of `sint
   nlstricmp(...)'
../../../include/nel/misc/common.h:238: error: `sint nlstricmp(...)'
previously
   defined here
../../../include/nel/misc/common.h: At global scope:
../../../include/nel/misc/common.h:240: error: syntax error before `&' token
../../../include/nel/misc/common.h: In function `sint nlstricmp(...)':
../../../include/nel/misc/common.h:240: error: redefinition of `sint
   nlstricmp(...)'
../../../include/nel/misc/common.h:239: error: `sint nlstricmp(...)'
previously
   defined here
../../../include/nel/misc/common.h:240: error: redefinition of `sint
   nlstricmp(...)'
../../../include/nel/misc/common.h:239: error: `sint nlstricmp(...)'
previously
   defined here
../../../include/nel/misc/common.h:240: error: redefinition of `sint
   nlstricmp(...)'
../../../include/nel/misc/common.h:238: error: `sint nlstricmp(...)'
previously
   defined here
../../../include/nel/misc/common.h: At global scope:
../../../include/nel/misc/common.h:253: error: syntax error before `;' token
../../../include/nel/misc/common.h:256: error: syntax error before `&' token
../../../include/nel/misc/common.h:279: error: syntax error before `(' token
../../../include/nel/misc/common.h:290: error: syntax error before `(' token
../../../include/nel/misc/common.h:291: error: syntax error before `(' token
../../../include/nel/misc/common.h:294: error: syntax error before `&' token
../../../include/nel/misc/common.h:297: error: syntax error before `(' token
../../../include/nel/misc/common.h:301: error: syntax error before `&' token
../../../include/nel/misc/common.h:306: error: syntax error before `&' token
../../../include/nel/misc/common.h:366: error: syntax error before `&' token
../../../include/nel/misc/common.h:546: error: no type `CLog' in `NLMISC'
../../../include/nel/misc/common.h:546: error: syntax error before `*' token
../../../include/nel/misc/common.h:549: error: no type `CLog' in `NLMISC'
../../../include/nel/misc/common.h:549: error: syntax error before `*' token
../../../include/nel/misc/common.h:576: error: syntax error before `}' token
In file included from /home/jack/nel/nel/STLport/stlport/stl/_map.h:34,
                 from /home/jack/nel/nel/STLport/stlport/map:38,
                 from ../../../include/nel/misc/mutex.h:32,
                 from ../../../include/nel/misc/log.h:30,
                 from ../../../include/nel/misc/debug.h:32,
                 from ../../../include/nel/misc/ucstring.h:31,
                 from ../../../include/nel/misc/stream.h:30,
                 from ../../../include/nel/misc/file.h:29,
                 from config_file.cpp:32:
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:87: error: ISO C++ forbids
   declaration of `_Rb_tree_Color_type' with no type
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:87: error: syntax error before
   `;' token
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:90: error: '_Color_type' is
   used as a type, but is not defined as a type.
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:107: error: syntax error
   before `{' token
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:117: error: ISO C++ forbids
   declaration of `_Rb_tree_node_base' with no type
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:117: error: syntax error
   before `*' token
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:119: error: syntax error
   before `,' token
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:120: error: ISO C++ forbids
   declaration of `_Base_ptr' with no type
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:120: error: syntax error
   before `(' token
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:126: error: ISO C++ forbids
   declaration of `_Base_ptr' with no type
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:126: error: declaration of `
   int _Rb_global<_Dummy>::_Base_ptr'
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:120: error: conflicts with
   previous declaration `int _Rb_global<_Dummy>::_Base_ptr'
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:126: error: syntax error
   before `(' token
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:127: error: ISO C++ forbids
   declaration of `_Base_ptr' with no type
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:127: error: declaration of `
   int _Rb_global<_Dummy>::_Base_ptr'
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:120: error: conflicts with
   previous declaration `int _Rb_global<_Dummy>::_Base_ptr'
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:127: error: syntax error
   before `(' token
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:128: error: syntax error
   before `,' token
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:129: error: syntax error
   before `,' token
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:139: error: ISO C++ forbids
   declaration of `_Rb_tree_node_base' with no type
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:139: error: syntax error
   before `*' token
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:140: error: ISO C++ forbids
   declaration of `bidirectional_iterator_tag' with no type
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:140: error: syntax error
   before `;' token
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:142: error: '_Base_ptr' is
   used as a type, but is not defined as a type.
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:144: error: syntax error
   before `__x'
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:144: error: missing ';' before
   right brace
/home/jack/nel/nel/STLport/stlport/stl/_tree.h: In constructor `
   _Rb_tree_base_iterator::_Rb_tree_base_iterator()':
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:143: error: class `
   _Rb_tree_base_iterator' does not have any field named `_M_node'
/home/jack/nel/nel/STLport/stlport/stl/_tree.h: At global scope:
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:145: error: syntax error
   before `}' token
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:155: error: ISO C++ forbids
   declaration of `_Rb_tree_node' with no type
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:155: error: template-id `
   _Rb_tree_node<_Value>' used as a declarator
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:155: error: syntax error
   before `*' token
/home/jack/nel/nel/STLport/stlport/stl/_tree.h: In member function `typename
   _Traits::reference _Rb_tree_iterator<_Value, _Traits>::operator*() const':
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:168: error: syntax error
   before `;' token
/home/jack/nel/nel/STLport/stlport/stl/_tree.h: At global scope:
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:203: error: `__type_traits' is
   not a template
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:204: error: ISO C++ forbids
   declaration of `__false_type' with no type
/home/jack/nel/nel/STLport/stlport/stl/_tree.h:204: confused by earlier
errors,
bailing out
make[3]: *** [config_file.lo] Error 1
make[3]: Leaving directory `/home/jack/nel/nel/code/nel/src/misc/config_file'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jack/nel/nel/code/nel/src/misc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jack/nel/nel/code/nel/src'
make: *** [all-recursive] Error 1
$







reply via email to

[Prev in Thread] Current Thread [Next in Thread]