mingw-qt (qt4)

2018-05-28 Thread Thomas Sailer
I am planning to orphan mingw-qt. Reasons: - it fails to build on F28, presumably due to the __debug_install_post hook not generating the debugsource lists properly - releng/Till complains that the build log is now 3Gbytes long (due to more elaborate compiler diagnostics) Fixing this is more

Re: boost asio library

2014-01-19 Thread Thomas Sailer
On 01/19/2014 04:58 PM, Ed Beroset wrote: I've developed software that uses the boost asio (asynchronous serial I/O) library and would like to use mingw to create a Windows port of it. There doesn't currently seem to be support for it. Am I overlooking it? If it matters, I'm using Fedora 20.

Re: Heads up: mingw32-gcc bumped to gcc 4.7 in rawhide

2012-01-14 Thread Thomas Sailer
I've fixed mingw32-glibmm24 and mingw32-boost. > The only package which I've found (to date) that doesn't build anymore > with gcc 4.7 is mingw32-boost. It seems to bail out because of a lack of > thread support but I haven't been able to pinpoint the exact cause yet. If you're interested why, se

Can someone please review mingw32-atkmm?

2010-12-08 Thread Thomas Sailer
https://bugzilla.redhat.com/show_bug.cgi?id=661312 I need this to compile newer versions of mingw32-gtkmm24 Thanks, Tom ___ mingw mailing list mingw@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/mingw

Re: __pei386_runtime_relocator

2010-11-22 Thread Thomas Sailer
Hi Kai, > I am not sure if 3.15.2-5 already has support for v2 Apparently not. > pseudo-relocations, but binutils 2.20.51 has it. So maybe try to > specify the additional linker option > '--enable-runtime-pseudo-reloc-v1' on dll generation. By this you can > enforce that ld generates the old rel

Re: __pei386_runtime_relocator

2010-11-21 Thread Thomas Sailer
Hi Kai, thanks for you answer! I first used a fully uptodate Fedora14 system: mingw32-binutils-2.20.1-1.fc14.x86_64 mingw32-runtime-3.15.2-5.fc13.noarch Then I manually upgraded binutils: mingw32-binutils-2.20.51.0.10-1.fc14.x86_64 Both configurations resulted in segfaulting boost regex dlls.

__pei386_runtime_relocator

2010-11-18 Thread Thomas Sailer
Hi, can anybody tell me what __pei386_runtime_relocator does/is supposed to do? The boost regex dll segfaults on process attach within DllMain, or __pei386_runtime_relocator+0x1f to be exact. I'm running out of clues... https://bugzilla.redhat.com/show_bug.cgi?id=654424 NB: I've privately built

Re: Rewriting the Qt .spec file

2010-10-09 Thread Thomas Sailer
On Sat, 2010-10-09 at 21:39 +0200, Erik van Pienbroek wrote: > try to rewrite the Qt .spec file. In the end I managed to get Qt > compiled without the hacks which were originally used. As a bonus Great! Thanks for your work! > around this limitation, but I think we should discuss changing it to