From: <br...@br...> - 2004-01-31 16:23:20
|
Unfortunately I suck at autoconf, it's a miracle the thing works at all. I found this on the debian lists: http://keithp.com/pipermail/nickle/2003-July/000266.html which says AC_CONFIG_FILES requires autoconf 2.52 or above or exactly this problem happens. Unfortuately, we need AC_CONFIG_FILES instead of AC_OUTPUT because of the conditional compile of odbc, sql engine, gui, etc....If somebody has another way to do it, I'm open. Brian PS sourceforge appears to be having problems with CVS. On Fri, 30 Jan 2004 22:52:53 -0500, Petro Verkhogliad wrote: > > Hi, > > still the same problem. I have these binaries: > automake automake-1.4 automake-1.5 > automake-1.6 automake-1.7he > > i looked at the output from configure. it says that it is using > automake-1.4. > I've tried removing the brackets around that line. but still nothing. > > I am attaching the configure.in file. perhaps you can tell me what is > wrong with > it. > > at the same time, i cannot access the cvs repository anymore. Do you > have any > idea why that is. i get the fowllowing: > > cvs [checkout aborted]: end of file from server (consult above > messages if any) > > when i run: > > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/mdbtools co > mdbtools > > Thank you for your time, > > Petro > > On Fri, 30 Jan 2004 19:08:06 -0800 (PST) > br...@br... wrote: > > > What version of automake do you have? Apparently there are problems > > with AC_CONFIG_FILES and brackets prior to 1.6.3 > > > > If you have an older version, try removing the brackets from the > > AC_CONFIG_FILES line in configure.in and see if it takes. > > > > Brian > > > > On Fri, 30 Jan 2004 19:54:34 -0500, Petro Verkhogliad wrote: > > > > > > > > Hi, > > > > > > I have a linux server that is running apache+php. From there i am > > > connecting to > > > the Windows server that has the mdb files i need. > > > > > > Problem 1. > > > > > > I got mdbtools-0.5-1 and mdbtools-odbc-0.5-1 installed. I can > connect > > > to the > > > .mdb and run some simple queries. However, I am getting errors when > > > the file has > > > understores in it. I have tried the patched version. It is still > > > giving me > > > problems. > > > > > > Problem 2. > > > > > > It seems that this problem has been fixed in cvs. Which leads me to > > > problem two. > > > Yesterday I checked out the code from cvs and tryed to build it. > the > > > ./configure > > > command quits with following message: > > > > > > checking GNOME_CFLAGS... -DORBIT2=1 -pthread > > > -I/usr/include/libglade-2.0 > > > -I/usr/include/gtk-2.0 -I/usr/include/libxml2 > > > -I/usr/lib/gtk-2.0/include > > > -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 > -I/usr/X11R6/include > > > -I/usr/include/freetype2 -I/usr/include/glib-2.0 > > > -I/usr/lib/glib-2.0/include > > > -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 > > > -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 > > > -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 > > > -I/usr/include/orbit-2.0 > > > -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 > > > -I/usr/lib/gnome-vfs-2.0/include > > -I/usr/include/bonobo-activation-2.0 > > > checking > > > GNOME_LIBS... -Wl,--export-dynamic -pthread -L/usr/X11R6/lib > > > -lglade-2.0 > > > -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz > > > -lgnomecanvas-2 > > > -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 > > > -lgdk-x11-2.0 > > > -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 > > > -lbonobo-2 > > > -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 > > > -lgthread-2.0 > > > -lm -lgmodule-2.0 -ldl -lglib-2.0 ./configure: line 6351: syntax > > > error near > > > unexpected token `src/Makefile'./configure: line 6351: > > > `AC_CONFIG_FILES(src/Makefile)' > > > > > > I read some the revelant posts on mailing list. I edited the > > > configure.in file > > > as specified in the 'installing mdbtools cvs on slackware 9.1' > post. > > > That > > > solution did not solve the problem. > > > > > > I am running Gentoo Linux 1.4. I can post more information if > > required > > > (about > > > specific utility versions i have installed) > > > > > > Please help. > > > > > > Thank you. > > > > > > -- > > > -- |