[Mingw-w64-public] [PATCH 2/2] Added sphelper.h file.

2015-07-28 Thread Jacek Caban
--- mingw-w64-headers/include/sphelper.h | 77 1 file changed, 77 insertions(+) create mode 100644 mingw-w64-headers/include/sphelper.h diff --git a/mingw-w64-headers/include/sphelper.h b/mingw-w64-headers/include/sphelper.h new file mode 100644 index 00

[Mingw-w64-public] [PATCH 1/2] Added sperror.h file.

2015-07-28 Thread Jacek Caban
--- mingw-w64-headers/include/sperror.h | 26 ++ 1 file changed, 26 insertions(+) create mode 100644 mingw-w64-headers/include/sperror.h diff --git a/mingw-w64-headers/include/sperror.h b/mingw-w64-headers/include/sperror.h new file mode 100644 index 000..6376a60 ---

Re: [Mingw-w64-public] Strange linker error with gcc-5.1 32-bit involving 'virtual thunk'

2015-07-28 Thread Edward Diener
On 7/28/2015 8:49 AM, Ruben Van Boxem wrote: > 2015-07-28 14:44 GMT+02:00 Edward Diener >: > > On 7/28/2015 8:27 AM, Edward Diener wrote: > > Without trying immediately to give specific code for what is a large > > project, I am getting linker e

Re: [Mingw-w64-public] Strange linker error with gcc-5.1 32-bit involving 'virtual thunk'

2015-07-28 Thread Ruben Van Boxem
2015-07-28 14:44 GMT+02:00 Edward Diener : > On 7/28/2015 8:27 AM, Edward Diener wrote: > > Without trying immediately to give specific code for what is a large > > project, I am getting linker errors when trying to link a second shared > > library which depends on a first shared library that has

Re: [Mingw-w64-public] Strange linker error with gcc-5.1 32-bit involving 'virtual thunk'

2015-07-28 Thread Edward Diener
On 7/28/2015 8:27 AM, Edward Diener wrote: > Without trying immediately to give specific code for what is a large > project, I am getting linker errors when trying to link a second shared > library which depends on a first shared library that has linked > successfully. The errors are: > > xml_wgram

[Mingw-w64-public] Strange linker error with gcc-5.1 32-bit involving 'virtual thunk'

2015-07-28 Thread Edward Diener
Without trying immediately to give specific code for what is a large project, I am getting linker errors when trying to link a second shared library which depends on a first shared library that has linked successfully. The errors are: xml_wgrammar.o:xml_wgrammar.cpp:(.rdata$_ZTVN5boost7archive2

Re: [Mingw-w64-public] winpthreads

2015-07-28 Thread Alexey Pavlov
> 28 июля 2015 г., в 7:09, Alexey Pavlov написал(а): > > Hi, guys! > > Our users (MSYS2) report lot of crashes in different applications. We found > that that crash are happen after upgrading winpthreads and caused one or both > of two commits: > Rewrite the pthread spin lock implementation -