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',
> +               '@PREFIX@/lib/glib/include']
>
> It looks like it could be patched to append the output from glib-config 
> --cflags to the cflags a couple of lines later.

        yes, thanks, it's fixed in CVS

> creating build/temp.darwin-5.3-PowerMacintosh-2.2
> creating build/temp.darwin-5.3-PowerMacintosh-2.2/src

        Here my build differ, it creates "build/temp.darwin-5.3-Power 
Macintosh-2.2", notice the space in Power Mac.
        This space prevent the build from succeeding since this directory 
is passed to cc without quotes. I've looked into setup.py & 
my_distutils.py, but not knowing python at all, I couldn't find where 
this build directory is created.
        If someone who knows python could look into it, it would be great.



--
Zauc


_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to