another flext compile problem ;) firstly i tried....
demudi:/home/tom/externals/grill/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/externals/grill/flext' mkdir -p /usr/lib/pd/flext/release-single g++ -c -msse -mfpmath=sse -ffast-math -DNDEBUG -O3 -march=pentium4 -pthread -fPIC -DFLEXT_USE_SIMD -DFLEXT_EXPORTS -DFLEXT_SYS=2 -I/usr/lib/ -I/usr/lib/ -I/home/tom/pdcvs/devel38/pd/src/src source/flbase.cpp -o /usr/lib/pd/flext/release-single/flbase.opp source/flbase.cpp:28:22: error: g_canvas.h: No such file or directory source/flbase.cpp: In static member function 'static bool flext_obj_single::GetParamSym(t_atom&, const t_symbol*, _glist*)': source/flbase.cpp:117: error: 'canvas_realizedollar' was not declared in this scope source/flbase.cpp:120: error: 'canvas_realizedollar' was not declared in this scope make[1]: *** [/usr/lib/pd/flext/release-single/flbase.opp] Error 1 make[1]: Leaving directory `/home/tom/externals/grill/flext' make: *** [build-release-single] Error 2
then i tried the simpler option
demudi:/home/tom/externals/grill/flext# ./bootstrap.sh /usr/share/aclocal/tcl.m4:20: warning: underquoted definition of SC_PATH_TCLCONFIG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal /usr/share/aclocal/tcl.m4:124: warning: underquoted definition of SC_PATH_TKCONFIG /usr/share/aclocal/tcl.m4:228: warning: underquoted definition of SC_LOAD_TCLCONFIG /usr/share/aclocal/tcl.m4:295: warning: underquoted definition of SC_LOAD_TKCONFIG /usr/share/aclocal/tcl.m4:333: warning: underquoted definition of SC_ENABLE_SHARED /usr/share/aclocal/tcl.m4:373: warning: underquoted definition of SC_ENABLE_FRAMEWORK /usr/share/aclocal/tcl.m4:424: warning: underquoted definition of SC_ENABLE_THREADS /usr/share/aclocal/tcl.m4:560: warning: underquoted definition of SC_ENABLE_SYMBOLS /usr/share/aclocal/tcl.m4:617: warning: underquoted definition of SC_ENABLE_LANGINFO /usr/share/aclocal/tcl.m4:669: warning: underquoted definition of SC_CONFIG_MANPAGES /usr/share/aclocal/tcl.m4:805: warning: underquoted definition of SC_CONFIG_CFLAGS /usr/share/aclocal/tcl.m4:1901: warning: underquoted definition of SC_SERIAL_PORT /usr/share/aclocal/tcl.m4:2030: warning: underquoted definition of SC_MISSING_POSIX_HEADERS /usr/share/aclocal/tcl.m4:2111: warning: underquoted definition of SC_PATH_X /usr/share/aclocal/tcl.m4:2196: warning: underquoted definition of SC_BLOCKING_STYLE /usr/share/aclocal/tcl.m4:2261: warning: underquoted definition of SC_TIME_HANDLER /usr/share/aclocal/tcl.m4:2338: warning: underquoted definition of SC_BUGGY_STRTOD /usr/share/aclocal/tcl.m4:2400: warning: underquoted definition of SC_TCL_LINK_LIBS /usr/share/aclocal/tcl.m4:2476: warning: underquoted definition of SC_TCL_EARLY_FLAG /usr/share/aclocal/tcl.m4:2488: warning: underquoted definition of SC_TCL_EARLY_FLAGS /usr/share/aclocal/tcl.m4:2520: warning: underquoted definition of SC_TCL_64BIT_FLAGS /usr/share/aclocal/libraw1394.m4:6: warning: underquoted definition of AC_LIB_RAW1394_FLAGS /usr/share/aclocal/libraw1394.m4:19: warning: underquoted definition of AC_LIB_RAW1394_HEADERS /usr/share/aclocal/libraw1394.m4:41: warning: underquoted definition of AC_LIB_RAW1394_LIBVERSION /usr/share/aclocal/libraw1394.m4:75: warning: underquoted definition of AC_LIB_RAW1394_RUNTEST /usr/share/aclocal/libraw1394.m4:138: warning: underquoted definition of AC_LIB_RAW1394 /usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB configure.ac: required file `./install-sh' not found configure.ac: required file `./missing' not found source/Makefile.am: required file `./depcomp' not found source/Makefile.am:96: variable `libflext_pd_td_a_LDFLAGS' is defined but no program or source/Makefile.am:96: library has `libflext_pd_td_a' as canonic name (possible typo) source/Makefile.am:104: variable `libflext_pd_la_LDFLAGS' is defined but no program or source/Makefile.am:104: library has `libflext_pd_la' as canonic name (possible typo) source/Makefile.am:94: variable `libflext_pd_t_a_LDFLAGS' is defined but no program or source/Makefile.am:94: library has `libflext_pd_t_a' as canonic name (possible typo) source/Makefile.am:90: variable `libflext_pd_s_a_LDFLAGS' is defined but no program or source/Makefile.am:90: library has `libflext_pd_s_a' as canonic name (possible typo) source/Makefile.am:106: variable `libflext_pd_d_la_LDFLAGS' is defined but no program or source/Makefile.am:106: library has `libflext_pd_d_la' as canonic name (possible typo) source/Makefile.am:92: variable `libflext_pd_sd_a_LDFLAGS' is defined but no program or source/Makefile.am:92: library has `libflext_pd_sd_a' as canonic name (possible typo)
then i realized i don't know what i'm doing. thanks