Menu

Need help building in Mac OSX

Help
2009-10-25
2013-05-01
  • Christian Prinoth

    Hi, I am currently trying to build mdbtools in snow leopard.
    I began by getting sources via cvs, then running ./autogen.sh, which complained that there was no libtool.
    So I installed libtool and changed paths in autogen.sh, since on my mac there is already a libtool and the new one was installed in /usr/local/bin. Now the configure script is generated, but stops with the following messages:

    ./configure: line 11969: syntax error near unexpected token '2.0.0'

    ./configure: line 11969: `AM_PATH_GLIB_2_0(2.0.0)'

    Does anyone have any suggestion what to try next?

    Thanks
    Chris

     
  • Anonymous

    Anonymous - 2009-12-11

    edit the autogen.sh file and change the all occurances of "libtool" to "glibtool", and "libtoolize" to "glibtoolize"