Re: [Mingw-w64-public] Qt 4.7 branch now completely, utterly, fully and (nearly) working with mingw-w64/w32!

2010-05-06 Thread t66...@gmail.com
On 6/05/2010 10:06 PM, Fridrich Strba wrote: > Check wrap the #include windows.h in qt_windows.h by: > > #ifdef __cplusplus > extern "C" { > #endif > > ... > > #ifdef __cplusplus > } > #endif > > > ??? > Yeah that worked! > > On Thu, 2010-05-06 at 21:57 +1000, > t66...@gmail.com wrote: > >>

Re: [Mingw-w64-public] Qt 4.7 branch now completely, utterly, fully and (nearly) working with mingw-w64/w32!

2010-05-06 Thread Fridrich Strba
Check wrap the #include windows.h in qt_windows.h by: #ifdef __cplusplus extern "C" { #endif ... #ifdef __cplusplus } #endif ??? On Thu, 2010-05-06 at 21:57 +1000, t66...@gmail.com wrote: > On 4/05/2010 2:04 AM, Ruben Van Boxem wrote: > > Just to express my happiness. The WebKit part has be

Re: [Mingw-w64-public] Qt 4.7 branch now completely, utterly, fully and (nearly) working with mingw-w64/w32!

2010-05-06 Thread t66...@gmail.com
On 4/05/2010 2:04 AM, Ruben Van Boxem wrote: Just to express my happiness. The WebKit part has been merged, so every part of Qt works now. To compile Qt 4.7 (development version!): Get sources from eg qt.gitorious.org/qt/qt/4.7 Get mingw-w64 from here: mingw

Re: [Mingw-w64-public] LP64 convention ?

2010-05-06 Thread James K Beard
Most Fortran 90/95/03/08 compilers have an option to default the "integer::..." data type to either 32 bits or 64 bits. In any case one can use code like this (from Numerical Recipes in Fortran 90): integer,parameter::I8B=SELECTED_INT_KIND(18) !Eight-byte integer integer,parameter::I4B=SELECT

[Mingw-w64-public] Problem compiling qt4.7.0-tp

2010-05-06 Thread t66...@gmail.com
Hi: I'm trying to build tp and it would error out at corelib.. qt-everywhere-opensource-src-4.7.0-tp.tar.gz In file included from /lib/gcc/x86_64-w64-mingw32/4.5.1/../../../../x86_64-w64-mingw32/include/winnt.h:1412:0, from /lib/gcc/x86_64-w64-mingw32/4.5.1/../../../../x86_6