so no porting, just compiling. we shouldn't make things worse than they are.
... sounds promising!
anyway - i got an error while compiling. and because i'm new to linux on have no c-skills i don't know how to fix it:
In file included from ../Pixes/filmAVIPLAY.h:32,
from filmAVIPLAY.cpp:16:
/usr/include/avifile-0.7/StreamInfo.h:5:2: error: #error Wrong usage of
StreamInfo.h - include only infotypes.h!
../Pixes/filmAVIPLAY.h:83: error: ISO C++ forbids declaration of
‘CImage’ with no type
../Pixes/filmAVIPLAY.h:83: error: expected ‘;’ before ‘*’ token
filmAVIPLAY.cpp: In constructor ‘filmAVIPLAY::filmAVIPLAY(int)’:
filmAVIPLAY.cpp:43: error: ‘m_aviimage’ was not declared in this scope
filmAVIPLAY.cpp: In member function ‘virtual pixBlock*
filmAVIPLAY::getFrame()’:
filmAVIPLAY.cpp:120: error: ‘m_aviimage’ was not declared in this scope
filmAVIPLAY.cpp:124: error: ‘m_aviimage’ was not declared in this scope
make[3]: *** [filmAVIPLAY.o] Error 1
make[3]: Leaving directory /home/kimm/Desktop/pd-extended/Gem/src/Pixes' make[2]: *** [Pixes] Error 2 make[2]: Leaving directory
/home/kimm/Desktop/pd-extended/Gem/src'
make[1]: *** [/home/kimm/Desktop/pd-extended/Gem/src/Gem.pd_linux] Error 2
make[1]: Leaving directory `/home/kimm/Desktop/pd-extended/packages'
make: *** [install] Error 2
kimm@flunder:~/Desktop/pd-extended/packages/linux_make$
libavifile-0.7-dev and libavifile-0.7c2 are installed...
until this point hans' tutorial worked fine using copy/paste... thanks! kimm