Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: strange import error... Reply-To: a_w AT gmx DOT li References: <1087769595 DOT 31993 DOT ezmlm AT cygwin DOT com> Message-ID: Date: Mon, 21 Jun 2004 15:30:28 +0200 From: arnowaschk AT t-online DOT de (Arno Waschk) Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <1087769595.31993.ezmlm@cygwin.com> User-Agent: Opera M2/7.50 (Win32, build 3778) X-Seen: false X-ID: TF2iL+ZUoe6pq4B42ePEc9pnUy9D5FpYYhxlaTezL-NYfIQ6Km3zEj The following problem did not exists earlier (i. e. some weeks ago). After installing and uninstalling lots of packages via setup.exe I now get this: $ echo "#include " >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/