On Oct 27, 2005, at 6:39 PM, pablo das neves bicho wrote:
0:22 pablo@thinkpadebian ~/pure-data/gem2pdp% make cat /home/pablo/pure-data/pdp-0.12.4/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/home/pablo/pure-data/pd/src -I. -I/home/pablo/pure-data/ pdp-0.12.4/include -I/home/pablo/pure-data/Gem/src -o gem2pdp.o - c gem2pdp.cpp gem2pdp.cpp: In member functionvirtual void gem2pdp::bangMess()': gem2pdp.cpp:125: error: invalid conversion from
t_int*' to `int*' make: *** [gem2pdp.o] Error 1 zsh: exit 2 makeI had the same problem with gem2pdp-0.5. I am using pd-0.39 and Gem 0.9 from CVS , pdp-0.12.4 and
pidip-0.12.19. Any clues?
...you can fix this by removing the "t_" from the "t_int", as it's
just an int anyway...I'll try to fix this in cvs soon (and add
PDP_IMAGE_GRAY to pdp2gem)...
james