[maemo-developers] Problem using swig to compile python module in scratchbox
From: Pierre Amadio pierre.amadio at laposte.netDate: Wed Jun 18 21:51:41 EEST 2008
- Previous message: Problem using swig to compile python module in scratchbox
- Next message: KeyBoard in python and gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Jun 18, 2008 at 03:11:55PM +0300, Jussi Hakala wrote: > > Try using SBOX_REDIRECT_IGNORE=/usr/bin/swig and executing swig with > explicit path, ie > > SBOX_REDIRECT_IGNORE=/usr/bin/swig /usr/bin/swig -version > > Make a substitution such as > > SWIG = SBOX_REDIRECT_IGNORE=/usr/bin/swig /usr/bin/swig > > and use $(SWIG) to invoke swig in your makefiles. This is exactly what i was looking for ! Thanks.
- Previous message: Problem using swig to compile python module in scratchbox
- Next message: KeyBoard in python and gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]