On Wed, Jan 21, 2009 at 5:04 PM, Jeroen Budts <[email protected]> wrote: > > [email protected] wrote: >> Now that i know about the autogen.sh-script (thx Christopher!), i can >> try to get Do to compile, and i will give try to fix some of these bugs. > > While trying to autogen.sh I get the following error: 'configure: error: > cannot run /bin/bash ./config.sub'. I already googled this, but all the > results say to install libtool (which i did with apt-get install > libtool) and/or that a file is missing in the repo. Could somebody give > me a hint on how to fix this? > > Here is the complete output from autogen.sh: > > jer...@thunderbox /media/cryptdata/dev/repos/do > $ ./autogen.sh > I am going to run ./configure with no arguments - if you wish > to pass any to it, please specify them on the ./autogen.sh command line. > Running libtoolize ... > libtoolize: putting auxiliary files in `.'. > libtoolize: copying file `./ltmain.sh' > libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. > libtoolize: copying file `m4/libtool.m4' > libtoolize: copying file `m4/ltoptions.m4' > libtoolize: copying file `m4/ltsugar.m4' > libtoolize: copying file `m4/ltversion.m4' > libtoolize: copying file `m4/lt~obsolete.m4' > Running aclocal -I . -I m4/shamrock ... > Running automake --gnu ... > configure.ac:6: option `tar-pax' not recognized I suspect this is the problem here. Yay for autofoo not bailing on errors!
What version of automake do you have installed? I'm using 1.10, and that eats tar-pax just fine. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GNOME Do" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gnome-do?hl=en -~----------~----~----~----~------~----~------~--~---
