Menu

#9 Compile MUTE CVS on wxGTK with Unicode support

open
nobody
None
5
2004-08-15
2004-08-15
No

Here's a patch to fix compilation errors encountered if
you compile MUTE CVS with a version of wxGTK that has
Unicode support enabled. Nothing like
internationalization or localization has been attempted
- this is just a bare-bones hack to get MUTE running in
a Unicode environment. Caveat emptor.

Discussion

  • Geoff Kassel

    Geoff Kassel - 2004-08-15

    Compile MUTE CVS on wxGTK with Unicode support

     
  • Geoff Kassel

    Geoff Kassel - 2004-08-15

    (Applypatch/makepatch version) Compile MUTE CVS on wxGTK with Unicode support

     
  • Geoff Kassel

    Geoff Kassel - 2004-12-24

    Logged In: YES
    user_id=876036

    If you're lucky enough to have a version of wxGTK installed
    with both Unicode and non-Unicode versions of (as is now
    possible on Gentoo Linux, and probably other distributions
    as well) there's a simpler, more robust, solution to
    compiling MUTE in an Unicode environment. When prompted for
    a path for the wxWindows wx-config script, use the following
    (or a variation thereof, depending on where this file lives
    on your system):

    /usr/bin/wxgtk2-2.4-config

    This will set MUTE to link against the non-Unicode
    libraries, and eliminate the compilation errors the above
    patch was intended to resolve.

     
  • Geoff Kassel

    Geoff Kassel - 2004-12-24

    Logged In: YES
    user_id=876036

    The attached patch updates configure to show the above
    example wx-config path in addition to the default
    /usr/bin/wx-config.

     
  • Geoff Kassel

    Geoff Kassel - 2004-12-24

    Extra example in configure for wxGTK/Unicode environment

     

Log in to post a comment.