Yves (most probably)...
I can't seem to compile _gem2pdp/pdp2gem_. I'm trying it with GEM 0.888-pre1, Pd 0.37.1 & gem2pdp-0.5, pdp-0.12.2. My paths seem to be correct, but at the _make_ command, I get...
[root@localhost gem2pdp-0.5]# make
cat /usr/lib/pd/pdp-0.12.2/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.5" -g
-I/usr/lib/pd/src -I. -I/usr/lib/pd/pdp-0.12.2/include
-I/home/kliger/install/gem-0.888pre/src -o gem2pdp.o -c gem2pdp.cpp
In file included from
/home/kliger/install/gem-0.888pre/src/Base/GemPixUtil.h:37,
from gem2pdp.h:14,
from gem2pdp.cpp:11:
/home/kliger/install/gem-0.888pre/src/Base/config.h:8:31:
Base/configLinux.h: No such file or directory
gem2pdp.cpp: In member function virtual void gem2pdp::bangMess()': gem2pdp.cpp:125: invalid conversion from
t_int*' to `int*'
make: *** [gem2pdp.o] Error 1
Any ideas? Thanks.
/brad