Frieder Bürzele wrote:
try again should be fixed
configure.ac:4: error: Autoconf version 2.61 or higher is required
configure.ac:4: the top level
autom4te-2.60: /usr/bin/m4 failed with exit status: 63
aclocal-1.10: autom4te failed with exit status: 63
+ libtoolize --copy --force
You should add the contents of `/usr/share/aclocal/libtool.m4' to
`aclocal.m4'.
Putting files in AC_CONFIG_AUX_DIR, `config'.
+ autoheader
configure.ac:4: error: Autoconf version 2.61 or higher is required
configure.ac:4: the top level
autom4te-2.60: /usr/bin/m4 failed with exit status: 63
autoheader-2.60: '/usr/bin/autom4te-2.60' failed with exit status: 63
+ automake --foreign --add-missing --copy
configure.ac:4: error: Autoconf version 2.61 or higher is required
configure.ac:4: the top level
autom4te-2.60: /usr/bin/m4 failed with exit status: 63
automake-1.10: autoconf failed with exit status: 63
+ autoconf
configure.ac:4: error: Autoconf version 2.61 or higher is required
configure.ac:4: the top level
autom4te-2.60: /usr/bin/m4 failed with exit status: 63
>>> Source unpacked.
>>> Compiling source in
/var/tmp/portage/lv2dynparam-9999/work/lv2dynparam ...
I guess that's a missed dependency?
Updating to 2.61 I get....
At revision 76.
* working copy: /usr/portage/distfiles/svn-src/zynjacku/code
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/zynjacku-9999/work/zynjacku ...
gcc -c -g -I/usr/include/python2.4 -Wall -Werror -D_GNU_SOURCE -fPIC
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/pygtk-2.0 -I/usr/include/lv2dynparam-1 engine.c -o
engine.o
gcc -c -g -I/usr/include/python2.4 -Wall -Werror -D_GNU_SOURCE -fPIC
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/pygtk-2.0 -I/usr/include/lv2dynparam-1 synth.c -o synth.o
gcc -c -g -I/usr/include/python2.4 -Wall -Werror -D_GNU_SOURCE -fPIC
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/pygtk-2.0 -I/usr/include/lv2dynparam-1 plugin_repo.c -o
plugin_repo.o
engine.c:28:27: error: jack/midiport.h: No such file or directory
synth.c:29:27: error: jack/midiport.h: No such file or directory
cc1: warnings being treated as errors
A-ha! - this needs midi-on-jack patches? I have;
jackd version 0.101.1 tmpdir /dev/shm protocol 15
but I need
SVN -r998; JACK version 0.102.27. ???
thanks for your help
R