Re: Mingw build problem for TCL

2013-07-20 Thread Jonathan Kelly
On 20/07/2013 9:00 PM, Corinna Vinschen wrote: On Jul 20 08:08, Jonathan Kelly wrote: On 19/07/2013 5:55 PM, Corinna Vinschen wrote: On Jul 19 11:47, Jonathan Kelly wrote: Hi, sorry if this isn't the correct place. I have previously used the mingw-* packages to create a Windows compile of tcl

Re: Win32 error in C program using openmp and fork()

2013-07-20 Thread Larry Hall (Cygwin)
On 7/20/2013 3:30 PM, Daniel Brown wrote: Hi, So I have some code I am trying to port to Cygwin but I am getting the error: fatal error in forked process - failed to create new win32 semaphore, Win32 error 87 when calling fork() in a C program when openmp code has been used beforehand. I've go

wrong module reported with mpif90

2013-07-20 Thread Greg Hennessy
I am running1.7.21 of Cywin. When I try to compile a test MPI program get: $ cat mpi_test.f90 program pmich2bug use mpi write(*,*)' test program' end program mpich2bug $ mpif90 mpi_test.f90 -o mpi_test mpi_test.f90:2.5: use mpi 1 Fatal Error: Wrong module version '4' (expected '9') for file 'm

[ANNOUNCEMENT] Updated: mingw-{bzip2/bzip2-devel/libbz2_2}-1.0.6-2

2013-07-20 Thread Charles Wilson
The mingw-bzip2 package has been updated to version 1.0.6-2. bzip2 is a patent-unencumbered but highly effective compression library; mingw-bzip2 is a version built using the standard windows runtime library and NOT cygwin; it is used by setup.exe among other tools. [[ compiled using mingw-gcc-4.7

[ANNOUNCEMENT] Updated: mingw-{zlib,zlib-devel,zlib1,minizip,libminizip-devel,libminizip1}-1.2.8-1

2013-07-20 Thread Charles Wilson
The mingw-zlib package has been updated to version 1.2.8-1. zlib is a standard lossless compression library; mingw-zlib is a version built using the standard windows runtime library and NOT cygwin; it is used by setup.exe among other tools. [[ compiled using mingw-gcc-4.7.3-1 ]] CHANGES since 1

regex library fails git tests

2013-07-20 Thread Mark Levedahl
Current git fails two sets of tests on cygwin due apparently to problems in the regex library. One set of tests does language based word-matching, and has a common failure during regex compilation. The suffix clause ("|[^[:space:]]|[\xc0-\xff][\x80-\xbf]+") is common to all of these, removing t

Win32 error in C program using openmp and fork()

2013-07-20 Thread Daniel Brown
Hi, So I have some code I am trying to port to Cygwin but I am getting the error: fatal error in forked process - failed to create new win32 semaphore, Win32 error 87 when calling fork() in a C program when openmp code has been used beforehand. I've got the following test code which reduces the

Re: git-svn died of signal 6

2013-07-20 Thread Christian Franke
Christian Franke wrote: Christian Franke wrote: Pawel Jasinski wrote: hi, after recent update I noticed a problem with 'git svn' first, it was complaining about 'address already taken' After restart and rebaseall I am getting: $ git svn rebase Current branch master is up to date. error: git-

Re: Mingw build problem for TCL

2013-07-20 Thread Corinna Vinschen
On Jul 20 08:08, Jonathan Kelly wrote: > On 19/07/2013 5:55 PM, Corinna Vinschen wrote: > >On Jul 19 11:47, Jonathan Kelly wrote: > >>Hi, > >> > >>sorry if this isn't the correct place. I have previously used the > >>mingw-* packages to create a Windows compile of tcl8.6.0, but > >>currently it doe