[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: 0.4.0 Testing



On 30.01.2004 22:50, Chang wrote:
> Hi,
> 
> it seems some things have been corrected,
> but I got another problem...
> 
> I add "#include <iostream>" to both
> game.cpp and mission.cpp, make clean,
> ./configure ; make, then this message:
> 
> -------------------------------------------
> main.cpp: In function `void parse_options(int, char**, GUIOptions&)':
> main.cpp:176: error: `cerr' undeclared (first use this function)
> main.cpp:176: error: (Each undeclared identifier is reported only once
> for each
>    function it appears in.)
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory `/home/network/crimson-0.4.2.0pre1/src/cf'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/network/crimson-0.4.2.0pre1/src'
> make: *** [all-recursive] Error 1
> --------------------------------------------

Simply add the same line to main.cpp, too...
And please let me know of all files you have to add this to in case
there are even more.

Jens