|
From: Camille T. <ca...@os...> - 2012-10-01 13:18:59
|
OK, I found the solution, and its not a problem with liblo: One thing not totally obvious with brew is that you need to "update" its definitions from time to time. In fact this is a feature I like, but this time the autotools that were initially installed had the wrong versions. So, running `brew update' and then `brew upgrade autoconf automake lib tool' fixed the problem and I can build liblo as before. The page containing the information that led me to the solution was here: https://github.com/mxcl/homebrew/issues/15077 Cam On 1 oct. 2012, at 14:30, Camille Troillard <ca...@os...> wrote: > Hi, > > For some obscure reason, I can't get autogen.sh to properly run on my new work environment based on OS X 10.8. It is awfully frustrating knowing that I am very bad at dealing with automake and autoconf issues. > > Here's the problem: Xcode does not ship autotools anymore so you have to install them by hand. Best approach is to install them using brew: > $ brew install automake autoconf > > Then in liblo source directory: > $ ./autogen.sh > > **Warning**: 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. > > processing . > Running libtoolize... > glibtoolize: putting auxiliary files in `.'. > glibtoolize: copying file `./ltmain.sh' > glibtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and > glibtoolize: rerunning glibtoolize, to keep the correct libtool macros in-tree. > glibtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. > Running aclocal ... > Running autoheader... > Running automake --gnu ... > configure.ac:41: error: required file './compile' not found > configure.ac:39: error: required file './config.guess' not found > configure.ac:39: error: required file './config.sub' not found > configure.ac:23: error: required file './install-sh' not found > configure.ac:23: error: required file './missing' not found > examples/Makefile.am: error: required file './depcomp' not found > Running autoconf ... > Running ./configure --enable-maintainer-mode --enable-debug --disable-silent-rules ... > configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.." > > > I don't understand why the compile symbolic link and the other files (config.guess, etc.) are not created. I would tend to suspect a conflict the m4 files shipped with the autotools I installed and this version of OS X. > > I would really appreciate any kind of help on that matter. > > > Thanks! > Cam > ------------------------------------------------------------------------------ > Got visibility? > Most devs has no idea what their production app looks like. > Find out how fast your code is with AppDynamics Lite. > http://ad.doubleclick.net/clk;262219671;13503038;y? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel |