[GEM-dev] gemcvs pix_texture: not using client storage??

IOhannes zmoelnig zmoelnig at iem.kug.ac.at
Mon Jan 12 19:31:06 CET 2004


ben at ekran.org wrote:
> Indeed it did sound a little odd!
> 
> I copied by gemcvs folder from my old suse8 machine and did a cvs update,
> thats it. Here is the linking output:
> 
> g++  -o Gem.pd_linux -L/usr/X11R6/lib  ../Manips/*.o ../Particles/*.o
> ../Base/*.o ../MarkEx/*.o ../Pixes/*.o ../Controls/*.o ../Nongeos/*.o
> ../Geos/*.o ../openGL/*.o  -shared -Wl,-rpath,/usr/lib -laviplay -laa
> -lquicktime -lmpeg3 -lttf -lgltt -ljpeg -ltiff -lpng -lglut -lGLU -lGL -lz
> -lm -Wl,-shared -Wl,-export-dynamic -lXxf86vm -lXext -lX11
> strip --strip-unneeded Gem.pd_linux
> 
> And indeed it fails without aalib!

what is the output of "avifile-config" ? (just a guess, probably the 
avifile-configuration needs aalib)

> 
> What makefile shoud I look for a reference in? Should I try a new checkout?

what are the options for the configure ? ("./configure --help") if you 
can specify the pd-version (with "--with-pdversion=0.41" then you have a 
recent copy of the "right" cvs)

what does the Base/configLinux.h look like after the configure-process.
there should be a line like "#define HAVE_LIBFTGL 1" (if you want 
ftgl-support). this define defines another one "FTGL" in TextBase.h 
which does the actual commenting in/out of the correct code.

mfg.as.dr
IOhannes

> 
> B.
> 
> 
> 





More information about the GEM-dev mailing list