4 messages in com.mysql.lists.plusplusRe: mysql.h not found :~
FromSent OnAttachments
Dolf Schimmel08 Oct 2005 16:55 
Chris Frey08 Oct 2005 21:55 
Dolf Schimmel09 Oct 2005 03:22 
Warren Young09 Oct 2005 13:52 
Subject:Re: mysql.h not found :~
From:Chris Frey (cdf@foursquare.net)
Date:10/08/2005 09:55:39 PM
List:com.mysql.lists.plusplus

On Sun, Oct 09, 2005 at 01:55:34AM +0200, Dolf Schimmel wrote:

I did everything the documentations says: unzip it, ./configure , make, make install, but when I then try to compile /examples/simple1.cpp it goes wrong, I get all kind of errors that mysql.h wasn't to be found. Anybody who knows how I can solve this?

Take a look at examples/Makefile.simple. You need to include the mysql++ include directory on the command line.

- Chris