[PD] pdp_opencv with pd-extended 0.42.5

ydegoyon at gmail.com ydegoyon at gmail.com
Thu Nov 11 15:34:43 CET 2010


ola,
> sorry, I am using the source from the tgz, not binaries, and pointing to
> /home/myname/pd-src/Pd-0.42.5-extended/pd/src give me the same error...
> (I tried different dir, nothing change... )
>    
well no, don't put /src and obviously pd-extended
is not packaged like the usual pd,

the real test is :


if test -f $PD_DIR/src/m_pd.h
then
   AC_SUBST(PD_DIR)
   echo "ok."
else
   echo "pd source tree not found... install it and use the 
--with-pd=<path> configuration option."
   exit -1
fi

the PD_DIR should be /home/myname/pd-src/Pd-0.42.5-extended/pd,
but in this you don't have src/m_pd.h...

we said sources of pd, not of pd-extended..

ciao,
sevy



More information about the Pd-list mailing list