On Tue, Sep 7, 2010 at 4:11 PM, Kai Tietz <[email protected]> wrote:
> 2010/9/7 Ozkan Sezer <[email protected]>:
>> On Tue, Sep 7, 2010 at 3:27 PM, John E. / TDM <[email protected]> wrote:
>>> On 9/7/2010 1:14 AM, Bidski wrote:
>>>> Not to seem impatient or anything, but when will TDM64 be updated with
>>>> this? If it is not going to be anytime soon can someone provide me
>>>> with a patched header/library?
>>>
>>> I am able to build wxWidgets 2.9.1 and wxWidgets SVN trunk with a single
>>> one-line patch under TDM64, and would not have released it if I
>>> couldn't. However, I always use makefile.gcc from the Windows shell, not
>>> MSYS.
>>>
>>> At any rate, the only way to prove to me that there is a TDM-GCC bug is
>>> with a single-file test case that should compile but does not.
>>>
>>> -John E. / TDM
>>>
>>> --
>>>
>>> --- a/src/msw/dlmsw.cpp
>>> +++ b/src/msw/dlmsw.cpp
>>> @@ -83,7 +83,7 @@
>>> // recent SDK versions and is no PCSTR instead of old PSTR, we
>>> know that
>>> // it's const in version 11 and non-const in version 8 included
>>> with VC8
>>> // (and earlier), suppose that it's only changed in version 11
>>> - #if defined(API_VERSION_NUMBER) && API_VERSION_NUMBER >= 11
>>> + #if defined(API_VERSION_NUMBER) && API_VERSION_NUMBER >= 9
>>> typedef PCSTR NameStr_t;
>>> #else
>>> typedef PSTR NameStr_t;
>>>
>>
>> Is this about dbghelp.h and/or imagehlp.h? At rev. 2254 (and
>> later) we had made string arguments of PSYM_ENUMMODULES_CALLBACK64,
>> PSYM_ENUMSYMBOLS_CALLBACK64, PSYM_ENUMSYMBOLS_CALLBACK64W,
>> PENUMLOADED_MODULES_CALLBACK64 and PSYM_ENUMMODULES_CALLBACK64
>> const. We hould increment the API_VERSION_NUMBER, too, I guess?
>> (added Kai to the CC list.)
>>
>> --
>> Ozkan
>>
>
> Yeah, this we have missed. Patch is pre-approved for it.
>
Hmm, did some research, const changes aren't the only api changes
from 9 to 11 (ie. from xp to vista). Will post a patch for review in the dev.
list soon.
> Thanks,
> Kai
>
> --
> | (\_/) This is Bunny. Copy and paste
> | (='.'=) Bunny into your signature to help
> | (")_(") him gain world domination
>
--
Ozkan
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public