[wxPython] problems building wxPython on mac OS X

hello all,

I am trying to build wxPython on Mac OS X and I get the following error.

Any ideas about how to fix it?

cc -g -O2 -Wall -Wstrict-prototypes -DSWIG_GLOBAL -DHAVE_CONFIG_H -DWXP_USE_THREAD=1 -Isrc -I/usr/local/include/python2.1 -c src/gtk/windows.cpp -o build/temp.darwin-1.3.7-Power Macintosh-2.1/src/gtk/windows.o -I/usr/local/include -I/usr/local/lib/wx/include -D__USE_WXCONFIG__ -D__WXMAC__ -D__UNIX__ -D__POWERPC__ -DTARGET_CARBON -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include
In file included from /usr/local/include/wx/setup.h:39,
                  from /usr/local/include/wx/defs.h:56,
                  from /usr/local/include/wx/wx.h:15,
                  from src/helpers.h:16,
                  from src/gtk/windows.cpp:58:
/usr/local/lib/wx/include/wx/mac/setup.h:985: wx/chkconf.h: No such file or directory
In file included from /usr/local/include/wx/defs.h:56,
                  from /usr/local/include/wx/wx.h:15,
                  from src/helpers.h:16,
                  from src/gtk/windows.cpp:58:
/usr/local/include/wx/setup.h:69: wx/chkconf.h: No such file or directory
error: command 'cc' failed with exit status 1

Thanks,

Neil Tiffin
neilt@gnue.org
GNU Enterprise
http://www.gnuenterprise.org/

I am trying to build wxPython on Mac OS X and I get the following error.

It would certainly be great if you could do it! Please let us know how it
goes. BTW, there will have to be some changes done to wxPython to make it
work, a summary is at
http://lists.wxwindows.org/pipermail/wxpython-users/2001-June/006158.html.

/usr/local/lib/wx/include/wx/mac/setup.h:985: wx/chkconf.h: No such
file or directory

Any ideas about how to fix it?

I believe this also has to do with the current CVS flux, but it has been
fixed just a couple hours ago. However you'll probably still run into the
other problem so you'll want to go back to one of the tagged versions.

···

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