[PD] pdp2gem compilation error

Carl Forsell forsell at eml.cc
Thu May 5 04:24:31 CEST 2005


hi,

I'm trying to compile gem2pdp against gem-0.90, pd-0.38-4 and pdp-cvs;
gem2pdp is built successfully but for pdp2gem I get the error:

...(gem2pdp compilation finishes)...

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/cell/src/pure-data/pd-0.38-4/src -I.
-I/home/cell/src/pure-data/pdp/include 
-I/home/cell/src/pure-data/gem-0.90.0/src  -o pdp2gem.o -c pdp2gem.cpp
pdp2gem.cpp: In member function `void pdp2gem::pdpMess(t_symbol*, int)':
pdp2gem.cpp:162: error: no matching function for call to
`imageStruct::fromYV12
   (short int*&)'
/home/cell/src/pure-data/gem-0.90.0/src/Base/GemPixUtil.h:275: error:
candidates
   are: void imageStruct::fromYV12(unsigned char*, unsigned char*, unsigned
   char*)
/home/cell/src/pure-data/gem-0.90.0/src/Base/GemPixUtil.h:277:
error:          
         void imageStruct::fromYV12(unsigned char*)
pdp2gem.cpp:187: error: no matching function for call to
`imageStruct::fromYV12
   (short int*&)'
/home/cell/src/pure-data/gem-0.90.0/src/Base/GemPixUtil.h:275: error:
candidates
   are: void imageStruct::fromYV12(unsigned char*, unsigned char*, unsigned
   char*)
/home/cell/src/pure-data/gem-0.90.0/src/Base/GemPixUtil.h:277:
error:          
         void imageStruct::fromYV12(unsigned char*)
pdp2gem.cpp:212: error: no matching function for call to
`imageStruct::fromYV12
   (short int*&)'
/home/cell/src/pure-data/gem-0.90.0/src/Base/GemPixUtil.h:275: error:
candidates
   are: void imageStruct::fromYV12(unsigned char*, unsigned char*, unsigned
   char*)
/home/cell/src/pure-data/gem-0.90.0/src/Base/GemPixUtil.h:277:
error:          
         void imageStruct::fromYV12(unsigned char*)
make: *** [pdp2gem.o] Error 1

I've been trying to fiddle with the variable and type declarations to no
avail... any idea as to what I might try next?




More information about the Pd-list mailing list