I've just tried to build POCO 1.3.1 on cygwin using "make" and I got this error:
- Code: Select all
In file included from src/Debugger.cpp:51:
include/Poco/UnicodeConverter.h:58: error: `std::wstring' has not been declared
include/Poco/UnicodeConverter.h:58: error: ISO C++ forbids declaration of `utf16String' with no type
include/Poco/UnicodeConverter.h:61: error: `std::wstring' has not been declared
include/Poco/UnicodeConverter.h:61: error: ISO C++ forbids declaration of `utf16String' with no type
include/Poco/UnicodeConverter.h:64: error: `std::wstring' has not been declared
include/Poco/UnicodeConverter.h:64: error: ISO C++ forbids declaration of `utf16String' with no type
include/Poco/UnicodeConverter.h:67: error: expected unqualified-id before '&' token
include/Poco/UnicodeConverter.h:67: error: expected `,' or `...' before '&' token
include/Poco/UnicodeConverter.h:67: error: ISO C++ forbids declaration of `parameter' with no type
make[1]: *** [/usr/local/poco/Foundation/obj/CYGWIN/i686/debug_shared/Debugger.o] Error 1
make: *** [Foundation-libexec] Error 2
Any suggestion?
Thanks in advance!
petrux





