woops, I thought I pasted this part first!
filmQT.cpp:271: error: no `double filmQT::getFPS()' member function declared in class `filmQT' g++ -c -fPIC -g -O2 -freg-struct-return -O3 -fno-builtin -falign-loops=16 -funroll-loops -ffast-math -faltivec -I.. libfidtrack_segment.cpp -o libfidtrack_segment.o make[1]: *** [filmQT.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Pixes] Error 2
I just saw the filmQT bit and assumed QT. This does not look very meaningful to me.
Jamie, if you can compile a binary for me please send me a link when you get home and I'll download it over night.
Thanks!
.b.
james tittle wrote:
On Jan 17, 2006, at 3:08 PM, B. Bogart wrote:
alas it can't find quicktime.
...I wouldn't be so sure :-)
...snip...
checking for "QuickTime"-framework... yes
...ok, so we did find the framework... ...snip...
checking for PKG_LIBQUICKTIME_CFLAGS... checking for PKG_LIBQUICKTIME_LIBS... checking for libquicktime-config... ./configure: line 6364: locale: command not found yes checking for quicktime_init in -lquicktime... no checking for PKG_LQT_CFLAGS... checking for PKG_LQT_LIBS... checking for lqt-config... ./configure: line 6638: locale: command not found yes checking for quicktime_init in -lquicktime... no
...but we aren't finding the libquicktime stuff, which isn't needed unless you're using pix_film/movieNEW...
...snip...
LDFLAGS : -framework QuickTime -framework Carbon -framework AGL -framework OpenGL
...this means we'll link everything ok...
:
Strip : strip -x
Install path : /usr/local
pure-data: version : 0.37
...are you still using 0.37?
used optional libraries:
font-rendering :
...the following has nothing to do with apple's native quicktime, but instead the pix_videoNEW and pix_filmNEW objects...
image-support use ImageMagick : no use TIFF : no use JPEG : no video-support use mpeg : no use mpeg-3 : no use QuickTime : no use aviplay : no use ffmpeg : no input-support use v4l : no use ieee1394 : no
misc using ARB-extensions : yes using NV-extensions : no using reg-struct-ret : yes
Now run make ..
...what happens when you just run make at this point?
jamie