[PD] py/pyext: building on Ubuntu Lucid with Python 2.6 (and python in pd)

Lorenzo Sutton lsutton at libero.it
Tue Dec 7 12:17:04 CET 2010


IOhannes m zmoelnig wrote:
> On 2010-12-07 11:14, Lorenzo Sutton wrote:
>> Has anyone managed to do it successfully?
>>
>> I managed to build flext, but when I call the ../flext/build.sh script
>> from within the pyext source dir it fails with the first error being to
>> the fact m_pd.h is not found.
>> I have pd-extended installed and thus m_pd.h lives in
>> /usr/include/pdextended/ and this seems some trivial path problem, but I
>
> try something like adding
> <snip>
> INCPATH+=/usr/include/pdextended
> </snip>
> to your config.txt
I tried, and I actually also spotted in file called 
buildsys/config-lnx-pd-gcc.txt under the flext directory
<snip>
PDPATH=/usr/local/src/pd
</snip>

which I changed to

<snip>
PDPATH=/usr/include/pdextended
</snip>

the build still complains about m_pd.h missing. :/

Lorenzo

> fgmadft
> IOhannes
>
>
>
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management ->  http://lists.puredata.info/listinfo/pd-list



More information about the Pd-list mailing list