Re: [Mingw-w64-public] Is there are ways to distinguish mingw32 and mingw-w64 (32bit) compiler?

2010-10-09 Thread Kai Tietz
Hello Dongsheng. 2010/10/10 Dongsheng Song : > Hi all, > > Since mingw-w64 (32bit) have many new features than mingw32, I must > distinguish > these two compilers at compile time, how can I do it ? If you want to distinguish while compile time you can use the defined macros __MINGW64_VERSION_MAJO

[Mingw-w64-public] Is there are ways to distinguish mingw32 and mingw-w64 (32bit) compiler?

2010-10-09 Thread Dongsheng Song
Hi all, Since mingw-w64 (32bit) have many new features than mingw32, I must distinguish these two compilers at compile time, how can I do it ? -- Dongsheng -- Beautiful is writing same markup. Internet Explorer 9 supports

Re: [Mingw-w64-public] Updated 1.0 snapshot for mingw host?

2010-10-09 Thread Chris Sutcliffe
Hi NightStrike, > Chris, do you still need this? > > Are our weekly 1.0 builds enough? I was looking for a native x64 MinGW-w64 compiler with a shared libstdc++ library. To that end I've been using Ozkan's 'Personal Build' 20101002 release and it's working very well. Out of interest, will the a

Re: [Mingw-w64-public] Updated 1.0 snapshot for mingw host?

2010-10-09 Thread NightStrike
Chris, do you still need this? Are our weekly 1.0 builds enough? On Thu, Jul 22, 2010 at 10:38 AM, Chris Sutcliffe wrote: > Hi All, > > Would it be possible to generate an updated 1.0 snapshot for a mingw > host (as opposed to linux and darwin that are currently available) > that captures the dl

Re: [Mingw-w64-public] Qt 4.7 javascript crashing webkit

2010-10-09 Thread NightStrike
On Thu, Sep 23, 2010 at 6:11 PM, Ruben Van Boxem wrote: > 2010/9/23 Jaroslav Šmíd >> >> Right now I made MSVC build and it doesn't crash on youtube and other >> sites and flash loads just fine (youtube seems to load flash with >> javascript (?) and it doesn't load when I turn off javascript). >>

Re: [Mingw-w64-public] i64 constants for microsoft code compatibility

2010-10-09 Thread NightStrike
Jim, are you able to answer Kai's request below, assuming it wasn't done elsewhere? On Wed, Oct 6, 2010 at 1:04 PM, Kai Tietz wrote: > 2010/10/6 Ruben Van Boxem : >> 2010/10/6 Jim Michaels : >>> If you are trying to achieve microsoft VC++ base code compatibility, (which >>> I hope you are), there

Re: [Mingw-w64-public] Issue with commctrl.h

2010-10-09 Thread NightStrike
On Sun, Aug 15, 2010 at 7:26 PM, Ozkan Sezer wrote: > On Mon, Aug 16, 2010 at 2:18 AM, Chris Sutcliffe wrote: >>  When compiling code that includes is fails at these lines: >> >>   WINCOMMCTRLAPI BOOL WINAPI DPA_Grow(HDPA pdpa, IN int cp); >>   WINCOMMCTRLAPI int WINAPI DPA_InsertPtr(HDPA hdpa, I

Re: [Mingw-w64-public] Did anyone got TBB 2.2 to build with mingw64 before?

2010-10-09 Thread NightStrike
On Mon, Sep 20, 2010 at 11:36 PM, Hradec wrote: > That fixed the warning, but I'm still getting the same errors: > i686-w64-mingw32-g++ -c -MMD -g -O0 -DTBB_USE_DEBUG -DUSE_WINTHREAD > -D__MSVCRT_VERSION__=0x0700 -msse -mthreads -m32    -fno-rtti > -fno-exceptions -D__TBB_BUILD=1 -Wno-parentheses

Re: [Mingw-w64-public] LLVM and CLang 2.8 with mingw-w64

2010-10-09 Thread Jon
On 10/7/10, Dongsheng Song wrote: > Hi all, > > Can I use mingw-w64 compile LLVM and CLang 2.8 ? > > C:\var\tmp\obj>cmake.exe -v -G "MinGW Makefiles" ..\llvm-2.8 > C:\var\tmp\obj>gmake > Scanning dependencies of target LLVMSystem > [ 0%] Building CXX object > lib/System/CMakeFiles/LLVMSystem.dir

[Mingw-w64-public] Gtkmm64 issues

2010-10-09 Thread ArbolOne
I would like to submit an issue. In my Win7-64, I have uncompressed, setup (manually due to the non existence of a Installer, yet) the following applications: [1]http://sourceforge.net/projects/mingw-w64/files/Toolchains targetting Win64/ [2]http://arbur.net/gnome/gtkmm/gtkmm-2.20.3-win64.7z

Re: [Mingw-w64-public] LLVM and CLang 2.8 with mingw-w64

2010-10-09 Thread Ozkan Sezer
On Sat, Oct 9, 2010 at 12:01 PM, Dongsheng Song wrote: > On 2010-10-9 16:41, Ozkan Sezer wrote: >> On Sat, Oct 9, 2010 at 11:20 AM, İsmail Dönmez wrote: >>> Hi; >>> >>> On Sat, Oct 9, 2010 at 10:35 AM, Ozkan Sezer wrote: On Sat, Oct 9, 2010 at 8:41 AM, Dongsheng Song wrote: >

Re: [Mingw-w64-public] LLVM and CLang 2.8 with mingw-w64

2010-10-09 Thread Dongsheng Song
On 2010-10-9 16:41, Ozkan Sezer wrote: > On Sat, Oct 9, 2010 at 11:20 AM, İsmail Dönmez wrote: >> Hi; >> >> On Sat, Oct 9, 2010 at 10:35 AM, Ozkan Sezer wrote: >>> >>> On Sat, Oct 9, 2010 at 8:41 AM, Dongsheng Song >>> wrote: On Sat, Oct 9, 2010 at 11:28, Jon <10wa...@gmail.com> wrote:

Re: [Mingw-w64-public] LLVM and CLang 2.8 with mingw-w64

2010-10-09 Thread Ozkan Sezer
On Sat, Oct 9, 2010 at 11:20 AM, İsmail Dönmez wrote: > Hi; > > On Sat, Oct 9, 2010 at 10:35 AM, Ozkan Sezer wrote: >> >> On Sat, Oct 9, 2010 at 8:41 AM, Dongsheng Song >> wrote: >> > On Sat, Oct 9, 2010 at 11:28, Jon <10wa...@gmail.com> wrote: >> >> On 10/7/10, Dongsheng Song wrote: >> >>> >>

Re: [Mingw-w64-public] LLVM and CLang 2.8 with mingw-w64

2010-10-09 Thread İsmail Dönmez
Hi; On Sat, Oct 9, 2010 at 10:35 AM, Ozkan Sezer wrote: > On Sat, Oct 9, 2010 at 8:41 AM, Dongsheng Song > wrote: > > On Sat, Oct 9, 2010 at 11:28, Jon <10wa...@gmail.com> wrote: > >> On 10/7/10, Dongsheng Song wrote: > >>> > c:\gcc-4.5-w32\bin\../lib/gcc/i686-w64-mingw32/4.5.2/../../../../i68

Re: [Mingw-w64-public] LLVM and CLang 2.8 with mingw-w64

2010-10-09 Thread Ozkan Sezer
On Sat, Oct 9, 2010 at 8:41 AM, Dongsheng Song wrote: > On Sat, Oct 9, 2010 at 11:28, Jon <10wa...@gmail.com> wrote: >> On 10/7/10, Dongsheng Song wrote: >>> c:\gcc-4.5-w32\bin\../lib/gcc/i686-w64-mingw32/4.5.2/../../../../i686-w64-mingw32/include/_mingw.h:235:0: >>> note: this is the location of