Codelite 9.1 Make error

CodeLite installation/troubleshooting forum
silentenigma
CodeLite Curious
Posts: 6
Joined: Wed Feb 17, 2016 11:20 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite 9.1 Make error

Post by silentenigma »

What configure options did you pass to your new wx build?
this:

Code: Select all

    pisitools.flags.add("-fno-strict-aliasing")

    autotools.configure("--enable-gtk2 \
                         --enable-shared \
                         --disable-optimise \
                         --disable-debug \
                         --enable-no_deps \
                         --disable-rpath \
                         --enable-intl \
                         --enable-geometry \
                         --enable-timer \
                         --enable-unicode \
                         --enable-sound \
                         --enable-mediactrl \
                         --enable-xrc \
                         --enable-graphics_ctx \
                         --enable-display \
                         --enable-joystick \
                         --disable-gtktest \
                         --disable-sdltest \
                         --disable-precomp-headers \
                         --with-gtk=2 \
                         --with-libpng=sys \
                         --with-libjpeg=sys \
                         --with-libtiff=sys \
                         --with-libxpm=sys \
                         --with-sdl \
                         --without-gnomeprint \
                         --without-gnomevfs \
                         --without-odbc \
                         --with-opengl \
                         --with-regex=builtin \
                         --with-zlib=sys \
                         --with-expat=sys")
Post Reply