Menu

#1 Build fix for wxWidgets 2.9 Unicode

Unstable_(example)
wont-fix
None
5
2016-04-25
2011-03-08
No

Attached is a patch to apply to the SVN trunk rev 1883 to allow it to compile with wxWidgets 2.9 GTK2 compiled with Unicode.

The fixes are primarily the change in wxWidgets to use UTF8, so they're wxString/wxChar related and are fairly minor.

Discussion

  • John Labenski

    John Labenski - 2011-03-08

    Patch against svn trunk to build with wx2.8 unicode GTK2

     
  • John Labenski

    John Labenski - 2011-03-08

    I should note that this patch does not break compilation with wxWidgets 2.8, it is backwards compatible.

    There is one iffy bit however, but I believe that it is ok. It is in the line below, you can search for it in the patch.
    src/utils/wxfbipc.cpp: return ( wxChar* )( m_data.wx_str() ); // FIXME-JRL

     
  • ryanjmulder

    ryanjmulder - 2016-04-25
    • status: open --> wont-fix
    • assigned_to: ryanjmulder
    • Group: --> Unstable_(example)
     
  • ryanjmulder

    ryanjmulder - 2016-04-25

    Closed the ticket because it is quite old. Please create a new ticket if you still have build issues.

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.