hi list
try to compile gem2pdp, configuration works, but when i try to compile, it stucks. i tried different pdp-versions also 0.9, but so far no result, also changing gem from 0.9 to 0.87 was not succesfull, what could it be.
thanks for some hints marc
looking for gem sources (required) ... ok.
looking for pdp sources (required) ... ok.
configure: creating ./config.status
config.status: creating Makefile
metafor:/home/metafor/download/gem2pdp-0.5# make clean
rm -f *.o
rm -f gem2pdp.pd_linux
rm -f pdp2gem.pd_linux
metafor:/home/metafor/download/gem2pdp-0.5# make
cat /home/metafor/download/pdp-0.9/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/home/metafor/pdevel-0.37_clean/src -I.
-I/home/metafor/download/pdp-0.9/include
-I/mnt/USB_WORK/gempd/gem-0.90.0/src -o gem2pdp.o -c gem2pdp.cpp
gem2pdp.cpp: In member function virtual void gem2pdp::bangMess()': gem2pdp.cpp:96: error:
pdp_packet_new_image_YCrCb' undeclared (first
use this
function)
gem2pdp.cpp:96: error: (Each undeclared identifier is reported only once
for
each function it appears in.)
gem2pdp.cpp:125: error: `pdp_packet_pass_if_valid' undeclared (first use
this
function)
make: *** [gem2pdp.o] Error 1
metafor:/home/metafor/download/gem2pdp-0.5#
hello,
this is a problem of pdp version, i'm using pdp 0.12.4 that you can get here : http://zwizwa.fartit.com/pd/pdp/
cheers, sevy
metafor@gmx.net wrote:
hi yves and list
i installed newest pdp version and adjusted the configure.ac as follows: PD_DIR=/usr/src/pd-0.37-4 PDP_DIR=/usr/src/pdp-0.12.4 GEM_DIR=/usr/src/gem-0.90.0
i tried it also with pd-0.37.0 and gem-0.87, but still no success. also changing compilers 2.95, 3.2, 3.3, 3.4 was not succesfull.
any ideas? this is the error which i get. it stops at start.
thanks for your minutes m
with gem-0.87:
metafor:/usr/src/gem2pdp-0.5# make
cat /usr/src/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.5" -g
-I/home/metafor/pd/src -I. -I/usr/src/pdp-0.12.4/include
-I/usr/src/gem-0.87/src -o gem2pdp.o -c gem2pdp.cpp
In file included from gem2pdp.h:13,
from gem2pdp.cpp:11:
/usr/src/gem-0.87/src/Base/GemBase.h:27:8: warning: extra tokens at end
of #endif directive
gem2pdp.cpp: In member function virtual void gem2pdp::bangMess()': gem2pdp.cpp:125: error: invalid conversion from
t_int*' to `int*'
make: *** [gem2pdp.o] Error 1
with gem-0.90.0:
metafor:/usr/src/gem2pdp-0.5# make
cat /usr/src/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.5" -g
-I/usr/src/pd-0.37-4/src -I. -I/usr/src/pdp-0.12.4/include
-I/usr/src/gem-0.90.0/src -o gem2pdp.o -c gem2pdp.cpp
In file included from /usr/src/gem-0.90.0/src/Base/GemBase.h:27,
from gem2pdp.h:13,
from gem2pdp.cpp:11:
/usr/src/gem-0.90.0/src/Base/config.h:8:31: Base/configLinux.h: No such
file or directory
make: *** [gem2pdp.o] Error 1
Yves Degoyon wrote: