Le 16/06/11 18:23, IOhannes m zmoelnig a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-06-15 19:01, Nicolas Montgermont wrote:
yes I have: pix_film:: QuickTime support it's different for pix_video: [pix_video]: backend #0='Darwin' SG channnel Device List count 3 index 2
hmm, why are you using the QuickTime backend in the first place?
I have no idea.
do you _have_ a working gem_filmDarwin backend? that's the preferred way to load films on OSX.
I don't know, I've tried to create [pix_movieDarwin] but it fails, how can I test that?
filmQT is mainly used for QuickTime4Windows. however, i think i managed to fix the issues on OSX now (svn:4050), so now both filmQT and filmDarwin should work (and provide virtually the same functionality)
rev 4062, i recompile and have another weird error now: error: GEM: pix_film: Unable to find file: /Users/nix/Desktop/Corpus.mov QuickTime failed ...[pix_movie]: ... [pix_movie]: ... giving up! error: [pix_movie]: unable to open file: /Users/nix/Desktop/Corpus.mov
the file is definitely here.
it may be related to special lines when recompiling, lots of: running CONFIG_SHELL=/bin/sh /bin/sh ./configure --with-pd=/Applications/Pd-extended.app/Contents/Resources/include/pd/ --without-ftgl CXXFLAGS=-arch i386 --no-create --no-recursion configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.." make[3]: *** [config.status] Error 1
trying to reconfigure gives me: CXXFLAGS="-arch i386" ./configure --with-pd=/Applications/Pd-extended.app/Contents/Resources/include/pd/ --without-ftgl configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
is it normal? best n