[unixODBC-dev] Failed to compile 2.2.15 SVN on Debian and Ubuntu 9.10

Peter Harvey pharvey at peterharvey.org
Wed Feb 24 06:42:31 GMT 2010


On Wednesday 24 February 2010 08:53:58 am Nick Gorham wrote:
> luca_manganelli at comune.trento.it wrote:
> > Hi,
> >
> > I am having problems to compile Unixodbc 2.2.15 from SVN. I have this
> > error either in Debian and Ubuntu 9.10:
> >
> > manganelll at grass:~/test/unixODBC$ ./configure
> >
> >   ./configure: line 2361: syntax error near unexpected token
> > `['unixODBC',' ./configure: line 2361: `AM_INIT_AUTOMAKE(['unixODBC',
> > '2.2.15pre'])'
> 
> Have you run Makefile.svn first?
> 
> make -f Makefile.svn
> 
> BTW, be aware I have moved the version to 2.3.0 now, in readyness for a
> new release.
> 

This is not likely the problem here but relevant enough to mention. I read 
somewhere that the use of AM_INIT_AUTOMAKE has changed. I altered the 
unixODBC-GUI-Qt as follows...


AC_INIT(unixODBC-GUI-Qt, 2.3.0)
AM_INIT_AUTOMAKE

--
Peter


More information about the unixODBC-dev mailing list