Hi,
While attempting to build 3.0.0-rc3, I've run into two separate build
problems. The first is the version of install-sh that's shipped in the
mysql++ tarball is a symlink:
lrwxrwxrwx 1 root root 34 2008-02-05 17:58 install-sh
-> /usr/share/automake-1.9/install-sh
This is problematic if one doesn't actually have automake installed, or
(in my case) has a newer version of automake (1.10) installed. The
'configure' script will not succeed.
The second problem:
checking for STL slist extension... <ext/slist>, namespace __gnu_cxx
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mysql++.spec
config.status: creating doc/userman/userman.dbx
config.status: error: cannot find input file: doc/userman/userman.dbx.in
root@lith:/mysql++-3.0.0#