Status of Universal port

Gal Aviel wrote:

Hello All,

I've downloaded wxPython-src-2.8.7.1 and tried to run '/configure
--enable-universal --disable-gtktest' but I'm always getting :

checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.

Can I use Universal port with wxpython or is GTK my only option? What is the
status of the universal port?

My guess is that the wxGTK port is the only option as it is the most completely implemented port for X11 environments. You could try using --with-x11 which will give you the wxX11 port (which is based on wxUniversal) but the last time I checked wxPython wouldn't build with it because of some missing methods and classes that wxPython assumes are available.

ยทยทยท

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