Re: [Mingw-w64-public] Help: __mingw_aligned_malloc was not declared in this scope

2010-09-16 Thread zhou drangon
2010/9/15 G E Naganna : > Hi all, > > > >     I am getting following error if I use __aligned_malloc function in > code. > > > >    Error : __mingw_aligned_malloc was not declared in this scope > > > >    My code is as follows > > > >     #include > > > > #ifdef _WIN32

Re: [Mingw-w64-public] Installing MinGW64

2010-08-21 Thread zhou drangon
2010/8/21 ArbolOne : >   Hey kids! > Ok, I finally finish installing XP64 now I need to install MinGW64 as > well. For this task I have found three downloads: > 1) mingw-w64-v1.0-snapshot-20100818 > 2) mingw_dgn_media-w64-bin-x86_64-20100808 > 3) mingw_dgn_basic-w64-bin-x86_64-20100808 > > They all

Re: [Mingw-w64-public] FLTK 1.1.10 for w64

2010-06-12 Thread zhou drangon
2010/6/12 Henry Nestler : >  Hello Zhou, > > the FLTK 1.1.x devel library on [1] is not usable. There are missing some > basic libraries (libfltk.a, libfltk_images.a). > I think the build was incomplete, because the GCC stops on such errors: > > FL/Fl_Menu_Item.H:91: error: cast from 'void*' to 'lo

Re: [Mingw-w64-public] gmp 4.3.1 failed cross compile for mingw-w64

2009-05-29 Thread zhou drangon
2009/5/30 Torbjorn Granlund : > zhou drangon writes: > >  $ /compile/mingw/cross/bin/x86_64-pc-mingw32-gcc -v >  Using built-in specs. >  Target: x86_64-pc-mingw32 > > I don't know much about the target platform. > > Your subject line talks about mingw-w64,

Re: [Mingw-w64-public] cross link problem

2009-03-18 Thread zhou drangon
2009/1/13 NightStrike : > On Thu, Oct 23, 2008 at 9:17 AM, Kai Tietz wrote: >> Jesper Quorning wrote on 23.10.2008 14:13:08: >> >>> Hi All, >>> I try to link together a module compiled with x86_64-pc-mingw32-gcc and >>> a module compiled with MS cl (64bit). link with MS link, but it fails >> with

[Mingw-w64-public] [patch] add gmtime_r() support

2009-02-08 Thread zhou drangon
hi, mingw-w64 has localtime_r(), but not have gmtime_r(), the following patch add gmtime_r() --- Index: trunk/mingw-w64-crt/misc/difftime.c === --- trunk/mingw-w64-crt/misc/difftime.c (版本 602) +++ trunk/

[Mingw-w64-public] some bug in mingw-w64 directshow header file

2008-10-22 Thread zhou drangon
hi, When using mingw-w64 to build directshow program, there some bug : (1) strmif.h:8376, ddraw.h not found, this line should be remove or wrap by MINGW_HAS_DDRAW_H line 6807 already do this. (2) strmif.h:9115, DDCOLORKEY not defined, maybe we can get a simple define for it. here are the pa

[Mingw-w64-public] does mingw-w64 support define value in ld script

2008-10-19 Thread zhou drangon
hi, does mingw-w64 support define value in ld script ? I write a ld script as following : = SECTIONS { . = 0 + SIZEOF_HEADERS; .text : { *(.text) } . = ALIGN(16); .data : { *(.data)

Re: [Mingw-w64-public] mingw-w64 successfully build wxWidgets and application based on wxWidgets

2008-08-19 Thread zhou drangon
2008/8/15 zhou drangon <[EMAIL PROTECTED]>: > 2008/8/14 Kai Tietz <[EMAIL PROTECTED]>: >> [EMAIL PROTECTED] wrote on 14.08.2008 08:44:07: >> >>> 2008/8/14 zhou drangon <[EMAIL PROTECTED]>: >>> > 2008/8/14 zhou drangon <[EMAIL PR

Re: [Mingw-w64-public] mingw-w64 successfully build wxWidgets and application based on wxWidgets

2008-08-14 Thread zhou drangon
2008/8/14 Kai Tietz <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote on 14.08.2008 08:44:07: > >> 2008/8/14 zhou drangon <[EMAIL PROTECTED]>: >> > 2008/8/14 zhou drangon <[EMAIL PROTECTED]>: >> >> 2008/8/13 NightStrike <[EMAIL PROTECTED]>:

Re: [Mingw-w64-public] mingw-w64 successfully build wxWidgets and application based on wxWidgets

2008-08-13 Thread zhou drangon
2008/8/14 zhou drangon <[EMAIL PROTECTED]>: > 2008/8/14 zhou drangon <[EMAIL PROTECTED]>: >> 2008/8/13 NightStrike <[EMAIL PROTECTED]>: >>> On 8/12/08, zhou drangon <[EMAIL PROTECTED]> wrote: >>>> hi, >>>> >>>> I su

Re: [Mingw-w64-public] mingw-w64 successfully build wxWidgets and application based on wxWidgets

2008-08-13 Thread zhou drangon
2008/8/14 zhou drangon <[EMAIL PROTECTED]>: > 2008/8/13 NightStrike <[EMAIL PROTECTED]>: >> On 8/12/08, zhou drangon <[EMAIL PROTECTED]> wrote: >>> hi, >>> >>> I successfully built an mingw-w64 from scratch, then build wxWidgets >>>

Re: [Mingw-w64-public] mingw-w64 successfully build wxWidgets and application based on wxWidgets

2008-08-13 Thread zhou drangon
2008/8/13 NightStrike <[EMAIL PROTECTED]>: > On 8/12/08, zhou drangon <[EMAIL PROTECTED]> wrote: >> hi, >> >> I successfully built an mingw-w64 from scratch, then build wxWidgets library, >> and application based on wxWidgets. There are some small problem

[Mingw-w64-public] mingw-w64 successfully build wxWidgets and application based on wxWidgets

2008-08-12 Thread zhou drangon
hi, I successfully built an mingw-w64 from scratch, then build wxWidgets library, and application based on wxWidgets. There are some small problem, but on the whole, it works well. I haven't try it for a few months, and very happy to see it has been improved so much. the code I use is : binutils

Re: [Mingw-w64-public] [Mingw-users] w32api and x64

2008-03-11 Thread zhou drangon
2008/3/12, Andy Grover <[EMAIL PROTECTED]>: > I'd like to compile some drivers for Windows x64. Does this have a > prayer of working? I see toolchain snapshots at drangon.org, but I'd > think the headers (w32api/include/ddk) would need at least a little > updating too. It doesn't look like CVS h

Re: [Mingw-w64-public] something about mingw-w64

2008-03-05 Thread zhou drangon
2008/3/5, wangxq <[EMAIL PROTECTED]>: > hello, zhou > > I need 64-bit gcc compiler in Cygwin envrioment, I search on the > internet and find your website. According to your guide there I get the > Mingw-w64 toolchain snapshot and howto manual. Unfortunately, I failed after > several tries. so c