[wxPython] compile of beta 7

Hi,
I'm new to the Linux world, and I'm trying to compile/install the beta 7
version of wxPython using python 2.2b2 as target...

I've started with cvs tagged wxPy_2_3_2b7, and I've followed the build
instruction found on wxPython site.

The wxWindows library was compiled and installed, but I have a problem
with the building of the wxPython from cvs dir

/usr/local/include/wx/thread.h:21:22 wx/setup.h: No such file or
directory error: command 'gcc' failed with exit status 1

I have had a similar problem in win32 environment, but simply coping the
setup.h from wx\msw to wx solved it, but Linux is a foreign world to me
:wink:

Someone can point me to the right way?
Thanks in advance!

Paolo Invernizzi

Hi,
I'm new to the Linux world, and I'm trying to compile/install the beta 7
version of wxPython using python 2.2b2 as target...

I've started with cvs tagged wxPy_2_3_2b7, and I've followed the build
instruction found on wxPython site.

The wxWindows library was compiled and installed, but I have a problem
with the building of the wxPython from cvs dir

/usr/local/include/wx/thread.h:21:22 wx/setup.h: No such file or
directory error: command 'gcc' failed with exit status 1

It should have been copied to /usr/local/lib/wx/include/<portname>/wx when
you installed wxGTK. Also, that dir should be output by the wx-config
command which the wxPython build uses to determine what compile flags and
such to use.

Try running "wx-config --cxxflags" and see what it spits out.

ยทยทยท

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