After installing and uninstalling lots of packages via setup.exe I now get this:
$ echo "#include <map>" >c.cpp && g++ c.cpp
In file included from /usr/include/c++/3.3.1/bits/stl_alloc.h:89,
from /usr/include/c++/3.3.1/bits/stl_tree.h:87,
from /usr/include/c++/3.3.1/map:66,
from c.cpp:1:
/usr/include/c++/3.3.1/bits/stl_threads.h: In constructor `
std::_Refcount_Base::_Refcount_Base(unsigned int)':
/usr/include/c++/3.3.1/bits/stl_threads.h:74: error: invalid conversion from `
void*' to `__pthread_mutex_t*'
I tried un- and reinstalling gcc and g++, but this does not help.
What can I do?
Thanks, Arno
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/