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
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
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
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,
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
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/
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
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)
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
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]>:
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
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
>>>
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
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
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
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
16 matches
Mail list logo