still wxproj compilation problems
Bernhard Herzog
bh at intevation.de
Mon May 2 15:21:08 CEST 2005
Martin Schulze <joey at infodrom.org> writes:
> --- rules 8 Mar 2004 09:42:50 -0000 1.3
> +++ rules 2 May 2005 12:33:53 -0000
> @@ -42,7 +42,8 @@ install: build
> dh_clean
> dh_installdirs
>
> - python setup.py install --prefix=/usr --no-compile --root=`pwd`/debian/thuban
> + python setup.py install --prefix=/usr --no-compile --root=`pwd`/debian/thuban \
> + --use-wx-python-swig-hack
The following command probably works better:
python setup.py build_ext --use-wx-python-swig-hack \
install --prefix=/usr --no-compile --root=`pwd`/debian/thuban
The --use-wx-python-swig-hack has to be given to the build_ext command.
Bernhard
--
Intevation GmbH http://intevation.de/
Skencil http://skencil.org/
Thuban http://thuban.intevation.org/
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)