> De: "IOhannes m zmölnig" <[email protected]> > À: [email protected] > Envoyé: Dimanche 18 Mars 2012 12:48:15 > Objet: Re: [PD] alternative for quicktime > > On 03/18/12 00:31, Patrice Colet wrote:
> > gmerlin is detected but I couldn't make it because of this: > > > > 'glutMainLoopEvent' was not declared in this scope > > do something like > $ make -k > to get over non-neccessary build steps Ok, in fact the linker couldn't use the gmerlin_avdecoder lib I've made because it's compiled statically, the build system couldn't make a dll, I'm trying to look further with svn sources, because I've used the archive... During compilation of pixes objects, all sources from pix_film.cpp to pix_zoom.cpp are ignored, whatever the configure option I use, even after a make clean. PS: I've tried different objects, the draw mode doesn't work on [curve3d] with my gem.dll > (Gem seems to find a non-freeglut installation of glut and fails to > build the [gemglutwindow] objectclass, which should be of no concern > to you) > > > > > ... > > > > ./configure --without-all > > > > don't (if you don't want nothing :-)) > > > compiles gem.dll but couldn't create some other library files > > > > /filmAVI.cpp:230: undefined reference to `AVIStreamRead@28' > > > > ah well, you disabled checks for libvfw by sepcifying (--without-all) > and configure is not so clever as to remove filmAVI in this case yet > (when building on w32) > > fgmasdr > IOhannes > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > _______________________________________________ GEM-dev mailing list [email protected] http://lists.puredata.info/listinfo/gem-dev
