This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Compile failure on win32: __GTHREAD_MUTEX_INIT' was notdeclared in this scope
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: ovid at mailandnews dot com
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 29 Jan 2004 17:11:55 -0600
- Subject: Re: Compile failure on win32: __GTHREAD_MUTEX_INIT' was notdeclared in this scope
- Organization: Red Hat / Chicago
- References: <1243090980.20040129142247@mailandnews.com>
>libstdc++-v3/include/ext/mt_allocator.h:840: error:
>`__GTHREAD_MUTEX_INIT' was not declared in this scope
This has been reverted at the moment. If you do a cvs update you should
be fine. I expect to have a well-tested patch to return __mt_alloc as
the base allocator class soon.
-benjamin