Hi everyone,

I m  trying to builg Terragear, but dons't work with me.

$ sudo make
Making all in src
make[1]: Entering directory
`/home/scorpion/Works/FlightGearProject/TerraGearProject/terragear/src'
Making all in Include
make[2]: Entering directory
`/home/scorpion/Works/FlightGearProject/TerraGearProject/terragear/src/Include'
make  all-am
make[3]: Entering directory
`/home/scorpion/Works/FlightGearProject/TerraGearProject/terragear/src/Include'
make[3]: Leaving directory
`/home/scorpion/Works/FlightGearProject/TerraGearProject/terragear/src/Include'
make[2]: Leaving directory
`/home/scorpion/Works/FlightGearProject/TerraGearProject/terragear/src/Include'
Making all in Lib
make[2]: Entering directory
`/home/scorpion/Works/FlightGearProject/TerraGearProject/terragear/src/Lib'
Making all in Array
make[3]: Entering directory
`/home/scorpion/Works/FlightGearProject/TerraGearProject/terragear/src/Lib/Array'
g++ -DHAVE_CONFIG_H -I. -I../../../src/Include -I../../../src    -g -O2 -MT
array.o -MD -MP -MF .deps/array.Tpo -c -o array.o array.cxx
array.cxx:30:10: error: #include expects "FILENAME" or <FILENAME>
In file included from array.cxx:41:
array.hxx:46: error: expected constructor, destructor, or type conversion
before ‘(’ token
array.cxx:43: error: expected constructor, destructor, or type conversion
before ‘;’ token
array.cxx:44: error: expected constructor, destructor, or type conversion
before ‘(’ token
array.cxx:45: error: expected constructor, destructor, or type conversion
before ‘(’ token
array.cxx: In member function ‘bool TGArray::open(const std::string&)’:
array.cxx:78: error: ‘cout’ was not declared in this scope
array.cxx:78: error: ‘endl’ was not declared in this scope
array.cxx:81: error: ‘cout’ was not declared in this scope
array.cxx:81: error: ‘endl’ was not declared in this scope
array.cxx:92: error: ‘cout’ was not declared in this scope
array.cxx:92: error: ‘endl’ was not declared in this scope
array.cxx:94: error: ‘cout’ was not declared in this scope
array.cxx:94: error: ‘endl’ was not declared in this scope
array.cxx: In member function ‘bool TGArray::parse(SGBucket&)’:
array.cxx:124: error: ‘cout’ was not declared in this scope
array.cxx:124: error: ‘endl’ was not declared in this scope
array.cxx:150: error: ‘cout’ was not declared in this scope
array.cxx:150: error: ‘endl’ was not declared in this scope
array.cxx: In member function ‘bool TGArray::write(std::string, SGBucket&)’:
array.cxx:193: error: ‘cout’ was not declared in this scope
array.cxx:193: error: ‘endl’ was not declared in this scope
array.cxx:189: warning: ignoring return value of ‘int system(const char*)’,
declared with attribute warn_unused_result
array.cxx: In member function ‘void TGArray::add_corner_node(int, int,
double)’:
array.cxx:307: error: ‘cout’ was not declared in this scope
array.cxx:307: error: ‘endl’ was not declared in this scope
make[3]: *** [array.o] Error 1
make[3]: Leaving directory
`/home/scorpion/Works/FlightGearProject/TerraGearProject/terragear/src/Lib/Array'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/scorpion/Works/FlightGearProject/TerraGearProject/terragear/src/Lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/scorpion/Works/FlightGearProject/TerraGearProject/terragear/src'
make: *** [all-recursive] Error 1
------------------------------------------------------------------------------
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to