pix_movie seems to have issues:
./configure --without-ffmpeg && make clean && make <snip> Result: Target : Gem.pd_linux Objects : Base Controls Geos Manips Nongeos Particles Pixes openGL
Configuration: Compiler : g++ CXXFLAGS : -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32 -falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx : -I/usr/include/lqt -I/usr/include/lqt -I/usr/include/avifile-0.7 -I/usr/include/FTGL -I/usr/include/freetype2 INCLUDES : -I/usr/include/FTGL -I/usr/include/freetype2 DEFINES :
LIBS : -ldv -lmpeg -lmpeg3 -ljpeg -ltiff -lGLU -lGL -lXext -lXxf86vm -lXext -lX11 -ldl -lz -lm -lpthread : -lftgl -laviplay -ldts -lm -lz -L/usr/lib -lquicktime -lpthread -lm -lz -ldl -lquicktime -lpthread -lm -lz -ldl -lMagick++ -lWand -lMagick LDFLAGS : -shared -Wl,-export-dynamic :
Strip : strip --strip-unneeded
Install path : /usr/local
pure-data: version : 0.40 extension : pd_linux
used optional libraries:
font-rendering : FTGL
image-support use ImageMagick : yes use TIFF : yes use JPEG : yes video-support use mpeg : yes use mpeg-3 : yes use QuickTime : yes use aviplay : yes use ffmpeg : no (forced) input-support use v4l : yes use ieee1394 : yes
<snip> g++ -c -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32 -falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx -I/usr/include/lqt -I/usr/include/lqt -I/usr/include/avifile-0.7 -I/usr/include/FTGL -I/usr/include/freetype2 -I.. -I/usr/include/FTGL -I/usr/include/freetype2 pix_movie.cpp -o ../Objects/pix_movie.o In file included from pix_movie.cpp:19: ../Pixes/pix_texture.h: In member function 'void pix_movie::textureQuality(int)': ../Pixes/pix_texture.h:88: error: 'void pix_texture::textureQuality(int)' is protected pix_movie.h:67: error: within this context ../Pixes/pix_texture.h: In member function 'void pix_movie::repeatMess(int)': ../Pixes/pix_texture.h:94: error: 'void pix_texture::repeatMess(int)' is protected pix_movie.h:68: error: within this context ../Pixes/pix_texture.h: In member function 'void pix_movie::modeMess(int)': ../Pixes/pix_texture.h:153: error: 'int pix_texture::m_rectangle' is protected pix_movie.h:69: error: within this context make[1]: *** [pix_movie.o] Error 1 make[1]: Leaving directory `/home/bbogart/pd-stuff/svn/pd-gem/trunk/Gem/src/Pixes' make: *** [Pixes] Error 2
updated today.
..b..
B. Bogart wrote:
pix_movie seems to have issues:
are you sure you are using the most recent svn checkout (should be at least r2595); files to be updated are Pixes/pix_texture.h and Pixes/pix_(film|movie|video)* (note: the only thing i did was cleaning up filenames)
btw, i couldn't reproduce the problem with a fresh checkout
fgmasdr IOhannes
Seems to be working now.
The svn update I did from svnroot updated more file sin trunk/ than my update from /trunk or something changed since yesterday.
Is there some weird sourceforge delay like there was in cvs?
I'll send another email about the my testing with imagemagick enabled.
.b.
IOhannes m zmoelnig wrote:
B. Bogart wrote:
pix_movie seems to have issues:
are you sure you are using the most recent svn checkout (should be at least r2595); files to be updated are Pixes/pix_texture.h and Pixes/pix_(film|movie|video)* (note: the only thing i did was cleaning up filenames)
btw, i couldn't reproduce the problem with a fresh checkout
fgmasdr IOhannes
B. Bogart wrote:
Seems to be working now.
The svn update I did from svnroot updated more file sin trunk/ than my update from /trunk or something changed since yesterday.
well, some things do change :-)
Is there some weird sourceforge delay like there was in cvs?
definitely not. on sourceforge, svn checkouts are always done anonymously. so i have the same (outdated or not) version as you.
fgmasdr IOhannes