Re: [64bit] Problem with emacs and shared memory under X11

2013-07-20 Thread Ken Brown
On 7/20/2013 1:06 AM, Christopher Faylor wrote: On Fri, Jul 19, 2013 at 06:18:17PM +0100, Jon TURNEY wrote: On 19/07/2013 18:11, Corinna Vinschen wrote: On Jul 19 12:04, Ken Brown wrote: On 7/19/2013 7:35 AM, Corinna Vinschen wrote: On Jul 19 11:22, Jon TURNEY wrote: Oh yes, that works, and

Re: [64bit] Problem with emacs and shared memory under X11

2013-07-20 Thread Christopher Faylor
On Sat, Jul 20, 2013 at 08:02:32AM -0400, Ken Brown wrote: On 7/20/2013 1:06 AM, Christopher Faylor wrote: On Fri, Jul 19, 2013 at 06:18:17PM +0100, Jon TURNEY wrote: On 19/07/2013 18:11, Corinna Vinschen wrote: On Jul 19 12:04, Ken Brown wrote: On 7/19/2013 7:35 AM, Corinna Vinschen wrote:

Linking SDL

2013-07-20 Thread joejeflef
Hi, this is my first time posting on this forum and I think this message is in the correct format. I am trying to create an SDL program inside of Cygwin using MinGW as the compiler. Whenever I try to compile the program, it says that the SDL.h can not be found. Can someone please explain to me how

Re: [64bit] Problem with emacs and shared memory under X11

2013-07-20 Thread Ken Brown
On 7/20/2013 1:30 PM, Christopher Faylor wrote: On Sat, Jul 20, 2013 at 08:02:32AM -0400, Ken Brown wrote: On 7/20/2013 1:06 AM, Christopher Faylor wrote: On Fri, Jul 19, 2013 at 06:18:17PM +0100, Jon TURNEY wrote: On 19/07/2013 18:11, Corinna Vinschen wrote: On Jul 19 12:04, Ken Brown

Re: [64bit] Problem with emacs and shared memory under X11

2013-07-20 Thread Christopher Faylor
On Sat, Jul 20, 2013 at 05:21:32PM -0400, Ken Brown wrote: On 7/20/2013 1:30 PM, Christopher Faylor wrote: Actually, with the latest snapshot you should have seen no core dumped for either x86 or x86_64. Corinna and I noted that this behavior was inconsistent with Linux. However, after

Re: [setup] KEY_WOW64_64KEY / KEY_WOW64_32KEY not defined

2013-07-20 Thread JonY
On 7/17/2013 03:47, Achim Gratz wrote: Corinna Vinschen writes: The mingw toolchain on a (32bit only) test machine at work still functions correctly, but the compilation aborts because KEY_WOW64_64KEY and KEY_WOW64_32KEY are not defined. Building with mingw.org toolchain isn't supported

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 doesn't work. It

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:

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

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

[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

[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

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

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

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

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