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

Re: 0.4.0 Testing



> That seems to be the missing
> 
> #include <iostream>
> 
> again...

Uh... but I have checked it twice,
there is an line #include <iostream> in mklocale.cpp,
also twice "make clean ; configure ; make"

However, the error message is not the same as previous,
strange.

Brain @ TW
mklocale.cpp: In function `int main(int, char**)':
mklocale.cpp:230: error: no matching function for call to `Language::
   WriteCatalog(const float*&)'
../src/common/lang.h:43: error: candidates are: int
   Language::WriteCatalog(const char*)
../src/common/lang.h:44: error:                 int
   Language::WriteCatalog(File&)
mklocale.cpp:237: error: no matching function for call to `Language::
   ReadCatalog(const float*&)'
../src/common/lang.h:41: error: candidates are: int Language::ReadCatalog(const
   char*)
../src/common/lang.h:42: error:                 int
   Language::ReadCatalog(File&)
mklocale.cpp: In function `char parse_args(int, char**)':
mklocale.cpp:260: error: cannot convert `char*' to `const float*' in assignment
mklocale.cpp:265: error: cannot convert `char*' to `const float*' in assignment
make[1]: *** [mklocale.o] Error 1
make[1]: Leaving directory `/home/network/crimson-0.4.0/tools'
make: *** [all-recursive] Error 1