hi everybody
i just catched the cvs-externals and compiled pdp, and the cvs-gem sucessfully. now i tried to compile the gem2pdp:
#autoconf #./configure --with-gemdir=../../src/Gem/ --with-pddir=../../ --with-pdpdir=../pdp #make clean #make
i tried also with the pdp-0.12-4 version ( ./configure --with-pddir=../../../pdp-0.12.4 )
and i get only:
cat ../pdp/include/pdp.h | grep -v m_pd > pdp-light.h g++ -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math -Wall -W -Wno-unused -Wno-parentheses -Wno-switch -DGEM2PDP_VERSION="0.6" -g -I../..//src -I. -I../pdp/include -I../../src/Gem//src -o gem2pdp.o -c gem2pdp.cpp gem2pdp.cpp: In static member function ‘static void gem2pdp::obj_setupCallback(_class*)’: gem2pdp.cpp:142: error: cannot call member function ‘void CPPExtern::post(const char*, ...)’ without object make: *** [gem2pdp.o] Error 1
what could be the problem? i also tried with #make CC=gcc-3.4 but... the same... greetings.