4 messages in com.mysql.lists.plusplusRe: Integration with Kdeveloper?
FromSent OnAttachments
Umair Tajammul23 May 2004 22:39 
Sinisa Milivojevic25 May 2004 06:25 
Umair Tajammul30 May 2004 06:06 
Sinisa Milivojevic01 Jun 2004 03:17 
Subject:Re: Integration with Kdeveloper?
From:Sinisa Milivojevic (sin@mysql.com)
Date:05/25/2004 06:25:25 AM
List:com.mysql.lists.plusplus

Umair Tajammul wrote:

Hi

I am a little new to mysql++. I have been trying to integrate the mysql++
library with K developer but everytime I run the test application I get the
error that it cant find mysql.h file which is in /usr/include/mysql. I have
tried including its path in projecto ptions->compile settings as well but I cant
seem to work around this. The test applications are running fine. Any help me
will be appreciated.

Umair

ps. I am using linux redhat 9.

If there is no mysql.h on your machine, you have to install our C API.

If it is there, you have to add -I... option to Makefile.

Sincerely,