From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9191 invoked by alias); 14 May 2007 14:43:19 -0000 Received: (qmail 9180 invoked by uid 22791); 14 May 2007 14:43:18 -0000 X-Spam-Check-By: sourceware.org Received: from queeg.cam.harlequin.co.uk (HELO queeg.cam.harlequin.co.uk) (82.1.12.146) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 May 2007 14:43:11 +0000 Received: from woof.man.harlequin.co.uk (woof.man.harlequin.co.uk [192.168.128.8]) by queeg.cam.harlequin.co.uk (8.13.8/8.13.8) with ESMTP id l4EEh3TB019863 for ; Mon, 14 May 2007 15:43:05 +0100 (BST) (envelope-from john.kamp@globalgraphics.com) Received: from [192.168.128.49] (ming [192.168.128.49]) by woof.man.harlequin.co.uk (8.12.10/8.12.10) with ESMTP id l4EEh2Of029078 for ; Mon, 14 May 2007 15:43:02 +0100 (BST) (envelope-from john.kamp@globalgraphics.com) Message-ID: <464874F8.2070000@globalgraphics.com> Date: Sat, 26 May 2007 13:10:00 -0000 From: John Kamp User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: pthreads-win32@sourceware.org Subject: tip of CVS repository does not quite compile under mingw gcc 3.4.2 because of C++ style comments in the code Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2007/txt/msg00025.txt.bz2 Hi folks, Just thought that I'd mention that some C++ style comments have ended up in the C code within the CVS repository. Mainly the usage of: // #include which gcc does not like but which MSVC will allow. There are few others. Anyway, we are successfully using pthreads under Win32 (VC6,7,8 and mingw gcc 3.4.2) and Win64 using VC8. It would be a shame if the code stopped working under mingw out of the box. Regards John Kamp