viscount
January 10th, 2006, 01:32 PM
This forum interface really annoys me because
it just doesnt work at times</offtopic-rant>
I would like to get synfig compiled from source
however it seems the build scripts require automake-1.6
but since Im on breezy and dont intent to upgrade until
dapper is actually released (and am not even sure
if dapper will have automake-1.6 by default)
was wondering what people suggest that I do?
Check out line 6 of the bootstrap output to see the problem.
svn co http://svn.voria.com/code/ETL/trunk/ ETL
cd ETL
$ ./bootstrap
bootstrap: Prepairing build environment for ETL-0.04.07...
bootstrap: Creating temporary file...
bootstrap: Using autoconf (GNU Autoconf) 2.59
bootstrap: Using automake (GNU automake) 1.4-p6
bootstrap: warning: Unexpected version of GNU Automake (expected 1.6)
bootstrap: warning: *** Bootstrap process may fail!
bootstrap: Creating doxygen.cfg...
bootstrap: Creating pkgconfig.pc...
bootstrap: Creating project.spec...
bootstrap: Renaming pkgconfig.pc to ETL.pc.in...
bootstrap: Renaming project.spec to ETL-0.04.07.spec...
bootstrap: Finishing up ETL-0.04.07.spec...
bootstrap: Creating configure.in from configure.ac...
bootstrap: Setting up build environment...
+ aclocal -I /home/viscount/work/synfig/ETL/config
+ autoheader
+ autoconf -o configure
+ automake --foreign --add-missing --copy --include-deps
automake: configure.in: installing `config/install-sh'
automake: configure.in: installing `config/mkinstalldirs'
automake: configure.in: installing `config/missing'
automake: configure.in: installing `config/config.guess'
automake: configure.in: installing `config/config.sub'
test/Makefile.am:23: invalid unused variable name: `value_SOURCES'
test/Makefile.am:21: invalid unused variable name: `spline_SOURCES'
+ set +x
bootstrap: Failure.
bootstrap: Cleaning up...
it just doesnt work at times</offtopic-rant>
I would like to get synfig compiled from source
however it seems the build scripts require automake-1.6
but since Im on breezy and dont intent to upgrade until
dapper is actually released (and am not even sure
if dapper will have automake-1.6 by default)
was wondering what people suggest that I do?
Check out line 6 of the bootstrap output to see the problem.
svn co http://svn.voria.com/code/ETL/trunk/ ETL
cd ETL
$ ./bootstrap
bootstrap: Prepairing build environment for ETL-0.04.07...
bootstrap: Creating temporary file...
bootstrap: Using autoconf (GNU Autoconf) 2.59
bootstrap: Using automake (GNU automake) 1.4-p6
bootstrap: warning: Unexpected version of GNU Automake (expected 1.6)
bootstrap: warning: *** Bootstrap process may fail!
bootstrap: Creating doxygen.cfg...
bootstrap: Creating pkgconfig.pc...
bootstrap: Creating project.spec...
bootstrap: Renaming pkgconfig.pc to ETL.pc.in...
bootstrap: Renaming project.spec to ETL-0.04.07.spec...
bootstrap: Finishing up ETL-0.04.07.spec...
bootstrap: Creating configure.in from configure.ac...
bootstrap: Setting up build environment...
+ aclocal -I /home/viscount/work/synfig/ETL/config
+ autoheader
+ autoconf -o configure
+ automake --foreign --add-missing --copy --include-deps
automake: configure.in: installing `config/install-sh'
automake: configure.in: installing `config/mkinstalldirs'
automake: configure.in: installing `config/missing'
automake: configure.in: installing `config/config.guess'
automake: configure.in: installing `config/config.sub'
test/Makefile.am:23: invalid unused variable name: `value_SOURCES'
test/Makefile.am:21: invalid unused variable name: `spline_SOURCES'
+ set +x
bootstrap: Failure.
bootstrap: Cleaning up...