I'm building cinelerra (r950) on ubuntu 6.10-amd64, and this is what I've come to. A search of lists and google for info related to guicast and bclistbox.h only yield svn links to the code itself (a little over my head) .
This one has got me stumped. I've met all the dependancies looked for in configure. All of the dependancies were met from the 6.10 package tree except
libquicktime, which is libquicktime-0.9.10, compiled from thier
latest sourceforge release tarball, and x264, which is r596 --enable-pic. I've run into this wall:
Making all in guicast
make[2]: Entering directory `/usr/src/hvirtual/guicast'
if /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../quicktime -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT
bcbitmap.lo -MD -MP -MF ".deps/bcbitmap.Tpo" \
-c -o bcbitmap.lo `test -f 'bcbitmap.C' || echo './'`bcbitmap.C; \
then mv -f ".deps/bcbitmap.Tpo" ".deps/bcbitmap.Plo"; \
else rm -f ".deps/bcbitmap.Tpo"; exit 1; \
fi
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../quicktime -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT
bcbitmap.lo -MD -MP -MF .deps/bcbitmap.Tpo -c bcbitmap.C -fPIC -DPIC -o .libs/bcbitmap.o
bclistbox.h:365: error: extra qualification 'BC_ListBox::' on member 'calculate_last_coords_recursive'
make[2]: *** [bcbitmap.lo
] Error 1
make[2]: Leaving directory `/usr/src/hvirtual/guicast'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/hvirtual'
make: *** [all] Error 2
- [CinCVS] bclistbox.h:365: error: extra qualification 'B... mack allison
- Re: [CinCVS] bclistbox.h:365: error: extra qualifi... Pierre Marc Dumuid
- Re: [CinCVS] bclistbox.h:365: error: extra qua... mack allison
