It seems you checked out an incorrect branch in the repository since this error was fixed ages ago. The reason the version in 950 is because svn increments the version across all branches (which I think is stupid!).
make sure you're checking out from:

svn://svn.skolelinux.org/cinelerra/trunk/hvirtual

Execute:
$ svn info
to see where the repository is from... It should say:
URL: svn://svn.skolelinux.org/cinelerra/trunk/hvirtual
Repository Root: svn://svn.skolelinux.org/cinelerra/trunk/hvirtual

Pierre

mack allison wrote:
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




_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to