4 messages in com.mysql.lists.plusplusbuild problems
FromSent OnAttachments
Andres Salomon05 Feb 2008 10:00 
Warren Young05 Feb 2008 13:24 
Andres Salomon07 Feb 2008 08:50 
Warren Young07 Feb 2008 14:09 
Subject:build problems
From:Andres Salomon (dili@queued.net)
Date:02/05/2008 10:00:45 AM
List:com.mysql.lists.plusplus

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#