2.4.02 fails to compile

Yes,

The person using my application has tried matching versions of wxGTK/wxPython2.4.0.2, then I suggested trying 2.4.0.7 and he gets the same error message.

···

Do you have a matching version of wxGTK? Does it still happen with 2.4.0.7?

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

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus

Just Rob wrote:

Yes,

The person using my application has tried matching versions of wxGTK/wxPython2.4.0.2, then I suggested trying 2.4.0.7 and he gets the same error message.

Do you have a matching version of wxGTK? Does it still happen with 2.4.0.7?

Ensure that they are doing a configure; make; make install of the wxGTK contained in the wxPythonSrc-2.4.0.7 tarball as described in the build docs. Then ensure that the first wx-config found on the PATH is the one that was just installed (use "which wx-config") and that the include paths it outputs are for the wxGTK headers just installed, (use "wx-config --cxxflags"). Finally, do a clean and a new build in the wxPython dir, as described in the docs.

···

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