Hi,
we are a écrit :
also, i'm having trouble compiling flext. after following the install and build directions from both the official and CVS version i get this error...
tom@localhost ~/programsSRC/flext $ bash build.sh pd gcc make -f ./buildsys/gnumake-sub.mak PLATFORM=lnx RTSYS=pd COMPILER=gcc BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-lnx-gcc.inc TARGETMODE=release TARGETTYPE=single _build_ make[1]: Entering directory `/home/tom/programsSRC/flext' g++ -c -msse -mfpmath=sse -ffast-math -DNDEBUG -O2 -march=pentium-m -pthread -fPIC -DFLEXT_EXPORTS -DFLEXT_SYS=2 -I/home/tom/programsSRC/pd-0.39-2/src/src source/flbase.cpp -o pd-linux/release-single/flbase.opp source/flbase.cpp:28:22: g_canvas.h: No such file or directory
It seems that your pd source folder is not well declared : -I/home/tom/programsSRC/pd-0.39-2/src/src The PDPATH definition in flextdir/buildsys/config-lnx-pd-gcc.txt must point on the pd folder instead of the pd/src one.
Best regards,
Nicolas