Fatal error on 51510 building 'Universal' port on MSW

Igor Korot ikorot at earthlink.net
Sat Feb 2 20:02:29 PST 2008


Here is a list of additional problems so far:

Build log file for wx build revision 51510:

..\..\include\wx/chkconf.h(754) : fatal error C1189: #error :  "wxUSE_NOTIFICATION_MESSAGE must be defined."

Fixed by adding into the include/wx/univ/setup.h

..\..\include\wx/msw/chkconf.h(84) : fatal error C1189: #error :  "wxUSE_TASKBARICON_BALLOONS must be defined."

Fixed by adding into the include/wx/univ/setup.h

..\..\include\wx/string.h(321) : error C2061: syntax error : identifier 'T1'
..\..\include\wx/string.h(321) : error C2061: syntax error : identifier 'T1'
..\..\include\wx/string.h(321) : error C2535: 'class wxString __cdecl wxStringPrintfMixin::Format(const class wxFormatString &)' : member function already defined or declared
[many repeated messages eaten]
..\..\include\wx/string.h(329) : error C2143: syntax error : missing ')' before '&'
..\..\include\wx/string.h(329) : error C2059: syntax error : '&'
..\..\include\wx/string.h(329) : error C2059: syntax error : ')'
..\..\include\wx/string.h(339) : error C2238: unexpected token(s) preceding ';'
..\..\include\wx/string.h(339) : error C2143: syntax error : missing ';' before '<'
..\..\include\wx/string.h(339) : error C2143: syntax error : missing ';' before '<'
..\..\include\wx/string.h(339) : fatal error C1903: unable to recover from previous error(s); stopping compilation

Don't know about all those. If T1 is > VC++ 5.0 then I'm out of lack and will have to upgrade the compiler...

Thank you.

-----Original Message-----
>From: Igor Korot <ikorot at earthlink.net>
>Sent: Feb 2, 2008 10:23 PM
>To: Igor Korot <ikorot at earthlink.net>, wx-dev at lists.wxwidgets.org, wx-dev at lists.wxwidgets.org
>Subject: Re: Fatal error on 51510 building 'Universal' port on MSW
>
>And another interesting one:
>
>..\..\include\wx/chkconf.h(340) : fatal error C1189: #error :  "wxUSE_AUTOID_MANAGEMENT must be defined."
>
>Search doesn't reveal this macro anywhere in this file. I guess I will need
>to turn it off for now.
>
>This is all on Windows trying to build the library out of wx.dsw.
>
>Thank you.
>
>-----Original Message-----
>>From: Igor Korot <ikorot at earthlink.net>
>>Sent: Feb 2, 2008 10:17 PM
>>To: Igor Korot <ikorot at earthlink.net>, wx-dev at lists.wxwidgets.org, wx-dev at lists.wxwidgets.org
>>Subject: Re: Fatal error on 51510 building 'Universal' port on MSW
>>
>>Here is another strange one:
>>
>>..\..\lib\vc_dll\mswunivu\wx/setup.h(1252) : warning C4005: 'WXWIN_COMPATIBILITY_2_8' : macro redefinition
>>
>>It is defined at line 46 of this file...
>>
>>Is it possible that something went wrong during bakefile regeneration?
>>
>>Thank you.
>>
>>-----Original Message-----
>>>From: Igor Korot <ikorot at earthlink.net>
>>>Sent: Feb 2, 2008 10:10 PM
>>>To: wx-dev at lists.wxwidgets.org, wx-dev at lists.wxwidgets.org
>>>Subject: Fatal error on 51510 building 'Universal' port on MSW
>>>
>>>Hi, ALL,
>>>Unless I checked out the tree in the middle of someone's check-in...
>>>
>>>..\..\lib\vc_dll\mswunivu\wx/setup.h(2564) : fatal error C1070: mismatched #if/#endif pair in file '..\..\lib\vc_dll\mswunivu\wx/setup.h'
>>>
>>>Looks like someone forgot the #endif at the end of this file.
>>>
>>>Thank you.





More information about the wx-dev mailing list