I'am trying to install Poco c++ with Cygwin on Windows XP.
Versions : Poco 1.4.5
make 3.82.90
gcc 4.5.3
I use configure with this option : ./configure --no-tests --no-samples
I compile poco with this command : make -s
During compilation, I have this error :
** Compiling src/NamedEvent.cpp (debug, shared)
In file included from src/NamedEvent.cpp:47:0:
src/NamedEvent_UNIX.cpp: In constructor ‘Poco::NamedEventImpl::NamedEventImpl(const std::string&)’:
src/NamedEvent_UNIX.cpp:93:15: erreur: aggregate ‘Poco::NamedEventImpl::NamedEventImpl(const std::string&)::semun arg’ has incomplete type and cannot be defined
/home/L4/poco-1.4.5/build/rules/compile:53: recipe for target `/home/L4/poco-1.4.5/Foundation/obj/CYGWIN/i686/debug_shared/NamedEvent.o' failed
make[1]: *** [/home/L4/poco-1.4.5/Foundation/obj/CYGWIN/i686/debug_shared/NamedEvent.o] Error 1
Makefile:62: recipe for target `Foundation-libexec' failed
make: *** [Foundation-libexec] Error 2
I can't find help on the net.
Somebody can help me ?





