De: "IOhannes m zmölnig" zmoelnig@iem.at À: pd-list@iem.at 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
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 03/18/12 18:45, Patrice Colet wrote:
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...
ahm, that's something i've wanted to ask you anyhow: - which version of Gem are you using?
furthermore: Gem development has left "svn" more than a year ago and is now using "git".
i'm always assuming you are using the current git/master.
PS: I've tried different objects, the draw mode doesn't work on [curve3d] with my gem.dll
while totally unrelated, there was a recent post about this on this list [1]
fgmasdr IOhannes
[1] http://lists.puredata.info/pipermail/gem-dev/2012-03/005961.html