Good Morning, Warren,
I just downloaded 1.7.11 and did ./bootstrap as you suggested. The
following messages come out:
bash-2.03$ ./bootstrap
+ libtoolize --force --copy
You should update your `aclocal.m4' by running aclocal.
+ aclocal
/usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of
AM_PATH_GTK
run info '(automake)Extending aclocal'
or see
http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of
AM_PATH_GLIB
configure.in:17: /usr/local/bin/m4: ERROR: Reading inserted file: No
such file or directory
autom4te: /usr/local/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
I have installed the latest automake-1.8b and with it the latest
aclocal-1.8b. Open configure.in, I see the following at line 17:
AC_PROG_LIBTOOL
I had the same problem when I run automake with the old 1.7.9 version.
Any clue why it failed?
Thanks
Yigong
-----Original Message-----
From: Warren Young [mailto:mysqlpp@stripped]
Sent: Tuesday, August 17, 2004 6:36 PM
To: MySQL++ Mailing List
Subject: RELEASE: 1.7.11
Talk about "release early, release often"! :)
o Renamed mysql++, defs and define_short files, adding .hh to the
end of each. (They're header files!) This shouldn't impact
library users, since these are hopefully used internal to the
library only.
o Removed sqlplus.hh file. Use mysql++.hh instead.
o Added mysql++.spec, extracted from contributed 1.7.9 source RPM,
and updated it significantly. Also, added an 'rpm' target to
Makefile.am to automate the process of building RPMs.
o Added bootstrap and LGPL files to distribution tarball.
o Added pre-1.7.10 history to this file.
o Removed .version file. Apparently it's something required by old
versions of libtool.
I've also added a binary RPM for RH9 to the web page.
http://tangentsoft.net/mysql++/
I may not continue offering these RPMs, as they're rather large, and
it's not hard to make your own: just say 'make rpm' as root.
--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe:
http://lists.mysql.com/plusplus?unsub=1
------------------------------------------------------------------------------------------------
This message is for the designated recipient only and may
contain privileged, proprietary, or otherwise private information.
If you have received it in error, please notify the sender
immediately and delete the original. Any unauthorized use of
this email is prohibited.
------------------------------------------------------------------------------------------------
[mf2]