I use win2000 cygwin g++ 2.4.X
and next
I buid poco 1.3.0
$ make -s
** Compiling src/Debugger.cpp (debug, shared)
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 `utf16
String' 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 `utf16
String' 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 `utf16
String' with no type
include/Poco/UnicodeConverter.h:67: error: expected unqualified-id before '&' to
ken
include/Poco/UnicodeConverter.h:67: error: expected `,' or `...' before '&' toke
n
include/Poco/UnicodeConverter.h:67: error: ISO C++ forbids declaration of `param
eter' with no type
make[1]: *** [/mnt/d/poco13data/Foundation/obj/CYGWIN/i686/debug_shared/Debugger
.o] error 1
make: *** [Foundation-libexec] error 2
who can help me





