Re: [Mingw-w64-public] includepaths / processes fail with mingw-w64-bin_i686-mingw_20110510_sezero

2012-06-08 Thread fueb
Hi, I was using the former way and it works, thank you. I've created a cross qt-makespec that points the compiler, linker, etc. to x86_64-w64-mingw32-g++. This one then can be used with the -xplatform configure switch. However, this is quite a qt item, the only caveat is that all the qt-tools

Re: [Mingw-w64-public] includepaths / processes fail with mingw-w64-bin_i686-mingw_20110510_sezero

2012-06-03 Thread NightStrike
On Sat, Jun 2, 2012 at 9:13 AM, fueb f...@gmx.net wrote: Hi, thanks to Marc for the answer, that gave me the trick. Well, I got the compiler working with my Hello World using the -b option and your mentioned target-triplet (-v lists the target-options built in the toolset): 'g++  -b

[Mingw-w64-public] includepaths / processes fail with mingw-w64-bin_i686-mingw_20110510_sezero

2012-06-02 Thread Frank Ueberschar
Hi, I am trying to cross-build Qt 4.7.4 using sezeros 2011 toolchain. Even if I try to compile a simple hello_world.cpp the toolchain does not work. So I think there must be some issue with the toolset. Since I successful built Qt with the native mingw-w64-bin_x86_64-mingw_20110510_sezero

Re: [Mingw-w64-public] includepaths / processes fail with mingw-w64-bin_i686-mingw_20110510_sezero

2012-06-02 Thread Mark Dootson
Hi, It is because you are cross compiling but not passing any target triplet. There's an 'approach' I have always used which is just create copies of the 27 executables prefixed x86_64-w64-mingw32 in bin. (so you have both x86_64-w64-mingw32-g++.exe and g++.exe). Then ensure the only mingw

[Mingw-w64-public] includepaths / processes fail with mingw-w64-bin_i686-mingw_20110510_sezero

2012-06-02 Thread fueb
Hi, I am trying to cross-build Qt 4.7.4 using sezeros 2011 toolchain. Even if I try to compile a simple hello_world.cpp the toolchain does not work. So I think there must be some issue with the toolset. Since I successful built Qt with the native mingw-w64-bin_x86_64-mingw_20110510_sezero