Le dimanche 24 mars 2002, à 12:11 AM, Jean-François Mertens a écrit :
> fixes the problem: command substitution is inhibited.
thanks, and I've found that updating to the last revision of python
solved my space problem :-)
--
Zauc
___
Fin
Replacing in the info file the line
SetCFLAGS: -I/usr/X11R6/include `glib-config --cflags`
by
SetCFLAGS: -I/usr/X11R6/include -I/sw/include/glib-1.2
-I/sw/lib/glib/include
fixes the problem: command substitution is inhibited.
(But, as I said in my mail of march 7 , adding just
-I/sw/includ
On Saturday, March 23, 2002, at 10:46 , Sylvain Cuaz wrote:
>
> Le mercredi 13 mars 2002, à 04:56 PM, Bill Bumgarner a écrit :
>
>> Oh-- OK-- I see the problem. The patch file supplied with
>> wxpython-wxgtk makes the assumption that the glib include path is
>> @PREFIX@/lib/glib/include.
>>
>
Le mercredi 13 mars 2002, à 04:56 PM, Bill Bumgarner a écrit :
> Oh-- OK-- I see the problem. The patch file supplied with
> wxpython-wxgtk makes the assumption that the glib include path is
> @PREFIX@/lib/glib/include.
>
> +includes = ['src',
> + '/usr/X11R6/include',
> +
Oh-- OK-- I see the problem. The patch file supplied with wxpython-wxgtk
makes the assumption that the glib include path is
@PREFIX@/lib/glib/include.
+includes = ['src',
+ '/usr/X11R6/include',
+ '@PREFIX@/lib/glib/include']
It looks like it could be patched t