From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31101 invoked by alias); 9 Mar 2009 22:37:01 -0000 Received: (qmail 31092 invoked by uid 22791); 9 Mar 2009 22:37:00 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from flexo.grapevine.net.au (HELO flexo.grapevine.net.au) (203.129.32.140) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Mar 2009 22:36:53 +0000 Received: from localhost (localhost [127.0.0.1]) by flexo.grapevine.net.au (Postfix) with ESMTP id 91184582E5E for ; Tue, 10 Mar 2009 09:36:49 +1100 (EST) Received: from flexo.grapevine.net.au ([127.0.0.1]) by localhost (flexo.grapevine.net.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H8wokk6YeMPB for ; Tue, 10 Mar 2009 09:36:49 +1100 (EST) Received: from localhost.localdomain (ppp-109.53.129.203.grapevine.net.au [203.129.53.109]) by flexo.grapevine.net.au (Postfix) with ESMTP id F1B31582C38 for ; Tue, 10 Mar 2009 09:36:48 +1100 (EST) Message-ID: <49B59A00.1040109@homemail.com.au> Date: Mon, 09 Mar 2009 22:37:00 -0000 From: Ross Johnson User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Pthreads-Win32 list Subject: Re: Visual 2005 compiler error References: <5B6FC0BE0060A844B9915BB91D8CE3787A2ABA6A0C@mail> In-Reply-To: <5B6FC0BE0060A844B9915BB91D8CE3787A2ABA6A0C@mail> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org X-SW-Source: 2009/txt/msg00013.txt.bz2 Hi Jeff, There's another definition of the pthreads API in c:\cmalibs\xmlrpc-c\lib\util\include\pthreadx.h If this is the xml-rpc code from sourceforge, it includes a very basic mapping of a small part of the pthreads API to Win32 threads. So you may not need pthreads-win32. Ross Jeff Safier wrote: > Sorry, wrong error messages, I was using an older version of the pthreads code > > > The errors are > > c:\cmalibs\pthreads\pthreads.2\pthread.h(571) : error C2040: 'pthread_t' : 'ptw32_handle_t' differs in levels of indirection from 'HANDLE' > c:\cmalibs\pthreads\pthreads.2\pthread.h(572) : error C2040: 'pthread_attr_t' : 'pthread_attr_t_ *' differs in levels of indirection from 'pthread_attr_t' > c:\cmalibs\pthreads\pthreads.2\pthread.h(575) : error C2040: 'pthread_mutex_t' : 'pthread_mutex_t_ *' differs in levels of indirection from 'CRITICAL_SECTION' > c:\cmalibs\pthreads\pthreads.2\pthread.h(576) : error C2040: 'pthread_mutexattr_t' : 'pthread_mutexattr_t_ *' differs in levels of indirection from 'pthread_mutexattr_t' > c:\cmalibs\pthreads\pthreads.2\pthread.h(673) : warning C4005: 'PTHREAD_MUTEX_INITIALIZER' : macro redefinition > c:\cmalibs\xmlrpc-c\lib\util\include\pthreadx.h(42) : see previous definition of 'PTHREAD_MUTEX_INITIALIZER' > c:\cmalibs\pthreads\pthreads.2\pthread.h(923) : warning C4028: formal parameter 1 different from declaration > c:\cmalibs\pthreads\pthreads.2\pthread.h(923) : warning C4028: formal parameter 2 different from declaration > c:\cmalibs\pthreads\pthreads.2\pthread.h(923) : warning C4028: formal parameter 3 different from declaration > c:\cmalibs\pthreads\pthreads.2\pthread.h(923) : warning C4028: formal parameter 4 different from declaration > c:\cmalibs\pthreads\pthreads.2\pthread.h(923) : error C2375: 'pthread_create' : redefinition; different linkage > c:\cmalibs\xmlrpc-c\lib\util\include\pthreadx.h(61) : see declaration of 'pthread_create' > c:\cmalibs\pthreads\pthreads.2\pthread.h(925) : error C2375: 'pthread_detach' : redefinition; different linkage > c:\cmalibs\xmlrpc-c\lib\util\include\pthreadx.h(67) : see declaration of 'pthread_detach' > c:\cmalibs\pthreads\pthreads.2\pthread.h(933) : error C2375: 'pthread_join' : redefinition; different linkage > c:\cmalibs\xmlrpc-c\lib\util\include\pthreadx.h(66) : see declaration of 'pthread_join' > c:\cmalibs\pthreads\pthreads.2\pthread.h(937) : error C2375: 'pthread_cancel' : redefinition; different linkage > c:\cmalibs\xmlrpc-c\lib\util\include\pthreadx.h(65) : see declaration of 'pthread_cancel' > c:\cmalibs\pthreads\pthreads.2\pthread.h(1007) : error C2375: 'pthread_mutex_init' : redefinition; different linkage > c:\cmalibs\xmlrpc-c\lib\util\include\pthreadx.h(69) : see declaration of 'pthread_mutex_init' > c:\cmalibs\pthreads\pthreads.2\pthread.h(1009) : error C2375: 'pthread_mutex_destroy' : redefinition; different linkage > c:\cmalibs\xmlrpc-c\lib\util\include\pthreadx.h(73) : see declaration of 'pthread_mutex_destroy' > c:\cmalibs\pthreads\pthreads.2\pthread.h(1011) : error C2375: 'pthread_mutex_lock' : redefinition; different linkage > c:\cmalibs\xmlrpc-c\lib\util\include\pthreadx.h(71) : see declaration of 'pthread_mutex_lock' > c:\cmalibs\pthreads\pthreads.2\pthread.h(1018) : error C2375: 'pthread_mutex_unlock' : redefinition; different linkage > c:\cmalibs\xmlrpc-c\lib\util\include\pthreadx.h(72) : see declaration of 'pthread_mutex_unlock' > test.cpp > c:\cmalibs\inc\zstring.hpp(226) : warning C4996: 'mbstowcs': This function or variable may be unsafe. Consider using mbstowcs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. > c:\program files\microsoft visual studio 8\vc\include\stdlib.h(537) : see declaration of 'mbstowcs' > c:\cmalibs\inc\zstring.hpp(228) : warning C4996: 'mbstowcs': This function or variable may be unsafe. Consider using mbstowcs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. > c:\program files\microsoft visual studio 8\vc\include\stdlib.h(537) : see declaration of 'mbstowcs' > c:\cmalibs\inc\zstring.hpp(822) : warning C4996: '_i64toa': This function or variable may be unsafe. Consider using _i64toa_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. > c:\program files\microsoft visual studio 8\vc\include\stdlib.h(504) : see declaration of '_i64toa' > c:\cmalibs\inc\zstring.hpp(829) : warning C4996: '_i64tow': This function or variable may be unsafe. Consider using _i65tow_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. > c:\program files\microsoft visual studio 8\vc\include\stdlib.h(716) : see declaration of '_i64tow' > c:\cmalibs\inc\zstring.hpp(836) : warning C4244: 'argument' : conversion from 'Int64' to 'int', possible loss of data > c:\cmalibs\inc\zstring.hpp(836) : warning C4996: '_itoa': This function or variable may be unsafe. Consider using _itoa_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. > c:\program files\microsoft visual studio 8\vc\include\stdlib.h(501) : see declaration of '_itoa' > c:\cmalibs\inc\zstring.hpp(843) : warning C4244: 'argument' : conversion from 'Int64' to 'int', possible loss of data > c:\cmalibs\inc\zstring.hpp(843) : warning C4996: '_itow': This function or variable may be unsafe. Consider using _itow_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. > c:\program files\microsoft visual studio 8\vc\include\stdlib.h(675) : see declaration of '_itow' >