From: Martin R. <fo...@ru...> - 2010-05-11 10:53:24
|
Dear fooers, foo should compile on mac os x 10.6 now. There are some pitfalls though: for "bootstrapping" the package (compiling from CVS) you would need the autotools from macports, the ones shipped with the Mac developer tools do not work for some reasons. $ sudo port -v install automake autoconf libtool Gerhard reported some problems with compiling the readline support for fooelk, which I could not reproduce nor track down. The short solution is not to use libreadline but libedit (just omit the --enable-gnu-readline flag at configure time). You will loose history support and filename completion within strings, which is survivable. You may also checkout the README files in fooelk and foo which I updated to the recent changes. So far, cheers, Martin On Fri, Apr 30, 2010 at 07:39:27PM +0200, Ramon Gonzalez-Arroyo wrote: > Dear Martin, > > I was seeing with much pleasure all these foo-cvs messages coming. I > want to thank you for your work on it. > > I am not sure if you have finished updating all that you wanted. > Anyway, unable to wait longer, I have tried to compile it with the > new OSX. Unfortunately, the first problem seems to persist. In > fooelk, bootstrap complaining about autoconf > 2.61 > > I wait for a sign to know that I can retry again. > > All the best to you, > > Ramón > > > ------------------------------------------------------------------------------ > _______________________________________________ > foo-devel mailing list > foo...@li... > https://lists.sourceforge.net/lists/listinfo/foo-devel |