Thomas Grill wrote:
building of the 0.4.5 doesn't work, too
oli1:/opt/installed/flext# sh build-pd-linux.sh g++ -c -O2 -DFLEXT_SYS=2 -I/opt/cvs/pd/src -I./source source/flbase.cpp -o pd-linux/flbase.ro In file included from source/flbase.cpp:27: /opt/cvs/pd/src/g_canvas.h:549: error: parse error before `template' make: *** [pd-linux/flbase.ro] Error 1 oli1:/opt/installed/flext#
Older versions of pd have the problem that the header files use C++ keywords that can't be handled properly while compiling C++ code. Use a newer pd version.
it's from cvs, only some weeks old. too old for flext 0.4.5?