This is the mail archive of the
pthreads-win32@sourceware.org
mailing list for the pthreas-win32 project.
tip of CVS repository does not quite compile under mingw gcc 3.4.2 because of C++ style comments in the code
- From: John Kamp <john dot kamp at globalgraphics dot com>
- To: pthreads-win32 at sourceware dot org
- Date: Mon, 14 May 2007 15:40:56 +0100
- Subject: tip of CVS repository does not quite compile under mingw gcc 3.4.2 because of C++ style comments in the code
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 <process.h>
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