[wxPython-users] trouble building wxPython 2.8.6.1

Robin Dunn robin at alldunn.com
Sat Nov 3 16:28:10 PDT 2007


Jason Addison wrote:

> 
> I configured wx like:
> 
> ../configure --prefix=/home/jra/Build/wxPython-src-2.8.6.1/usr \
>              --with-gtk \
>              --disable-stl \
>              --enable-optimise \
>              --enable-unicode \
>              --enable-geometry \
>              --enable-graphics_ctx \
>              --enable-mediactrl \
>              --enable-display \
>              --disable-shared \
>              --disable-compat26 \
>              --disable-debugreport \
>              --enable-monolithic
> 
> Can anyone point me in the right direction? I'm building in Fedora 7.

Try --enable-compat26.  You'll also need to build shared libs since 
there are multiple extension modules and they all need to share the same 
instance of wxWidgets.

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-users mailing list