bh: thuban/libraries/thuban wxproj.cpp,1.7,1.8

Jonathan Coles jonathan at jpcoles.com
Tue Apr 12 01:44:40 CEST 2005


Am Montag, den 11.04.2005, 16:09 -0400 schrieb Russell Nelson:
> Hmmm....  wxproj.cpp is not compilable under Fedora Core 2 with these
> packages installed:
> 
> wxGTK2-2.4.2-0.fdr.2.2
> wxGTK2-devel-2.4.2-0.fdr.2.2
> 
> libraries/thuban/wxproj.cpp:40:34: wx/wxPython/wxPython.h: No such file or directory

>From the README file (this was only recently added):

Build Troubleshooting
---------------------

When building Thuban, you might have problems because of a missing file
wx/wxPython/wxPython.h.  This file is part of wxPython and may be
packaged in a separate package.  Unfortunately, on some systems this
file is not packaged at all.  On those systems you can try a work-around
built into Thuban, by passing the --use-wx-python-swig-hack to the
build_ext command.  This can be done on the command line for the build
command like this:
  
   python setup.py  build_ext --use-wx-python-swig-hack  build
  
You can also use it with the install_local command:

   python setup.py  build_ext --use-wx-python-swig-hack  install_local

Note, that this work-around relies on some wxPython internals and may
cease to work at some point.  We tested it with wxPython 2.4 and
wxPython 2.5.


--jonathan


-- 
=====================================================================
 Jonathan Coles                               http://www.jpcoles.com
 jonathan at jpcoles.com                    GnuPG Key: /gpg_pub_key.asc
=====================================================================




More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)