I noticed someone having issues with the new --with-buildinfo configure option. Cinelerra should definitely compile w/out specifying this flag!

If you are having difficulties, please try running:

rm cinelerra/Makefile cinelerra/.deps/main.*  cinelerra/.deps/aboutprefs.*;
./autogen.sh
/configure <your normal options>
make

I've committed a patch that might make it work better for some.

If all else fails, and you don't want to wait around for it to be fixed, create a file cinelerra/versioninfo.h with the following contents:
more cinelerra/versioninfo.h
#define BUILDDATE "Thu Sep 28 10:37:57 CST 2006"
#define REPOMAINTXT " (C) 2006 Heroine Virtual Ltd.\nCompiled on Thu Sep 28 10:37:58 CST 2006"
#define REPOABOUTPREFTXT ""

For those who make packages, I suggest a versioninfo.h file like:
#define BUILDDATE "Thu Sep 28 10:37:57 CST 2006"
#define REPOMAINTXT "SVN 907 (C) 2006 Heroine Virtual Ltd.\nCompiled on Thu Sep 28 10:37:58 CST 2006\nFrom package cinelerra_2.1.0-1svn20060928_i386.deb for debian on an athlonxp built by Andraz Tori" #define REPOABOUTPREFTXT "SVN 907: package cinelerra_2.1.0-1svn20060928_i386.deb for debian on an athlonxp built by Andraz Tori"

or come up with your own.
Pierre

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

Reply via email to