[GEM-dev] pix_movie from svn bailing compilation

B. Bogart ben at ekran.org
Fri Nov 7 03:16:05 CET 2008


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..




More information about the GEM-dev mailing list