Re: [Mingw-w64-public] hang on exit

2013-12-13 Thread JonY
On 12/14/2013 03:16, Victor Bombi wrote: > Hello, > > I trying to solve a hang on program exit caused by a dll that is only seems > to be happening in my mingw64 compilation. > The program supercollider is very big so I have created a small test case in > > https://github.com/sonoro1234/hangonex

[Mingw-w64-public] hang on exit

2013-12-13 Thread Victor Bombi
Hello, I trying to solve a hang on program exit caused by a dll that is only seems to be happening in my mingw64 compilation. The program supercollider is very big so I have created a small test case in https://github.com/sonoro1234/hangonexit any help would be much appreciated victor -

Re: [Mingw-w64-public] Unable to build winpthreads DLL with GCC C compiler configured with --enable-thread=posix

2013-12-13 Thread Ruben Van Boxem
2013/12/13 JonY > On 12/13/2013 22:12, Ruben Van Boxem wrote: > > Hi, > > > > I remember from a long time ago that we fixed this in the beginnings of > GCC > > posix threading, but it popped up again when I was working on a fresh set > > of build scripts to replace the old cruft I wrote and used

Re: [Mingw-w64-public] Unable to build winpthreads DLL with GCC C compiler configured with --enable-thread=posix

2013-12-13 Thread JonY
On 12/13/2013 22:12, Ruben Van Boxem wrote: > Hi, > > I remember from a long time ago that we fixed this in the beginnings of GCC > posix threading, but it popped up again when I was working on a fresh set > of build scripts to replace the old cruft I wrote and used for a couple of > years. > > B

[Mingw-w64-public] Unable to build winpthreads DLL with GCC C compiler configured with --enable-thread=posix

2013-12-13 Thread Ruben Van Boxem
Hi, I remember from a long time ago that we fixed this in the beginnings of GCC posix threading, but it popped up again when I was working on a fresh set of build scripts to replace the old cruft I wrote and used for a couple of years. Basic steps is this: 1. headers+binutils 2. GCC C (no libgcc)

Re: [Mingw-w64-public] Win-Builds

2013-12-13 Thread Adrien Nader
On Fri, Dec 13, 2013, Ruben Van Boxem wrote: > 2013/12/13 Adrien Nader > > > On Fri, Dec 13, 2013, Corinna Vinschen wrote: > > > On Dec 13 10:06, Adrien Nader wrote: > > > > There are two issues here: > > > > - symlink fallback on windows > > > > - Windows XP and symlink fallback > > > > > > > >

Re: [Mingw-w64-public] Win-Builds

2013-12-13 Thread Ruben Van Boxem
2013/12/13 Adrien Nader > On Fri, Dec 13, 2013, Corinna Vinschen wrote: > > On Dec 13 10:06, Adrien Nader wrote: > > > There are two issues here: > > > - symlink fallback on windows > > > - Windows XP and symlink fallback > > > > > > tl;dr: don't mind the warnings, they're harmless; Windows XP su

Re: [Mingw-w64-public] Win-Builds

2013-12-13 Thread Adrien Nader
On Fri, Dec 13, 2013, Corinna Vinschen wrote: > On Dec 13 10:06, Adrien Nader wrote: > > There are two issues here: > > - symlink fallback on windows > > - Windows XP and symlink fallback > > > > tl;dr: don't mind the warnings, they're harmless; Windows XP support is > > an issue (but at least rea

Re: [Mingw-w64-public] Compilation of wxwidgets-3 with tdm-gcc-w64 4.8.1

2013-12-13 Thread TOCK Chiu
Hi, Some .o files are generated by windres, so you have to add "--target=pe-i386" to windres arguments in makefile.gcc. 2013/12/13 Marco N > > Dear subscribers, > > I admit that I am not an expert in using gcc/ld and especially their > flags. Anyway I used them from time time and I know how

[Mingw-w64-public] Compilation of wxwidgets-3 with tdm-gcc-w64 4.8.1

2013-12-13 Thread Marco N
Dear subscribers, I admit that I am not an expert in using gcc/ld and especially their flags. Anyway I used them from time time and I know how to compile basic c codes. I always developed in 32-bit world (x86) and I have never had issues. I recently passed to a new system which has Win7 and 64-b

Re: [Mingw-w64-public] ntsecapi.h: Incomplete definition of SECURITY_LOGON_SESSION_DATA

2013-12-13 Thread Roland Schwingel
Hi Kai.. Thanks... Applied as r6420. Greetings from OneVision, Roland Kai Tietz wrote on 13.12.2013 09:58:58: > Hellor Roland, > > patch is ok. Please apply. > > Regards, > Kai > > 2013/12/12 Roland Schwingel : > > Hi... > > > > Today I discovered that the definition of SECURITY_

Re: [Mingw-w64-public] Win-Builds

2013-12-13 Thread Corinna Vinschen
On Dec 13 10:06, Adrien Nader wrote: > There are two issues here: > - symlink fallback on windows > - Windows XP and symlink fallback > > tl;dr: don't mind the warnings, they're harmless; Windows XP support is > an issue (but at least read the last paragraph) > > Full explanation below. > > Sinc

Re: [Mingw-w64-public] Win-Builds

2013-12-13 Thread Adrien Nader
On Fri, Dec 13, 2013, wynfi...@gmail.com wrote: > > > It doesn't look like the mklink command is available to the XP based systems. > > I've found two possible substitute command, ln and junction, available at: > > ln .. http://schinagl.priv.at/nt/ln/ln.html#introduction > junction ..

Re: [Mingw-w64-public] Win-Builds

2013-12-13 Thread Adrien Nader
Hi, On Fri, Dec 13, 2013, wynfi...@gmail.com wrote: > > Sorry I did not provide details: > > Building environment: Microsoft XP SP3 (Japanese Home Edition) > > Fetech http://win-builds.org/stable/win-builds-bundle-1.3-beta3.zip > Into local download dir:..some_path/win-builds > > Star

Re: [Mingw-w64-public] ntsecapi.h: Incomplete definition of SECURITY_LOGON_SESSION_DATA

2013-12-13 Thread Kai Tietz
Hellor Roland, patch is ok. Please apply. Regards, Kai 2013/12/12 Roland Schwingel : > Hi... > > Today I discovered that the definition of SECURITY_LOGON_SESSION_DATA in > ntsecapi.h is incomplete. It is missing several fields. > > Reference: http://msdn.microsoft.com/en-us/library/aa380128.asp

Re: [Mingw-w64-public] Win-Builds

2013-12-13 Thread Adrien Nader
Hi, On Fri, Dec 13, 2013, cat fa wrote: > When I did sherpa -install all, nothong was downloaded. Most likely you didn't set the predicates (right). Predicates are these two lines in the documentation: yypkg -config -setpreds host="i686-w64-mingw32" yypkg -config -setpreds target="i686-w64-m