Hi, Gerald,
On Sun, Aug 9, 2015 at 11:24 AM, Gerald Brandt <
g...@majentis.com> wrote:
> Hi,
>
> What's the status of wxUniversal?
>
> I tried to configure it with the following line:
> ../configure --disable-debug --disable-debug_flag --disable-shared
> --disable-opengl --enable-svg --enable-aui --enable-universal
Try --with-x11 option.
OTOH, this is a bug in configure. "--enable-universal" should not pick
the GTK+ toolkit.
What wx version is it from?
Also, why do you need wxUniversal? On Linux it uses X11 as a backend
and the GUI is ugly comparing to GTK+/QT. Also, not that X11 API direct usage
is strongly discouraged even by X11 people, AFAIK.
Thank you.
>
> and the output I got was:
>
> Configured wxWidgets 3.1.0 for `x86_64-unknown-linux-gnu'
>
> Which GUI toolkit should wxWidgets use? GTK+ 2 with
> support for GTK+ printing
> Should wxWidgets be compiled into single library? no
> Should wxWidgets be linked as a shared library? no
> Should wxWidgets support Unicode? yes (using
> wchar_t)
> What level of wxWidgets compatibility should be enabled?
> wxWidgets 2.8 no
> wxWidgets 3.0 yes
> Which libraries should wxWidgets use?
> STL no
> jpeg sys
> png sys
> regex builtin
> tiff sys
> zlib sys
> expat sys
> libmspack no
> sdl no
>
>
> Is the GTK+ 2 support right?
>
> Thanks,
> Gerald
>
> --
> To unsubscribe, send email to
wx-dev+un...@googlegroups.com
> or visit
http://groups.google.com/group/wx-dev
>