Thanks for your reply Warren.
I have installed mysql C API also....
and i have included the ../lib directories in the library search path for
compilation.
Still the problem persists.
Regards,
Keshava.
+919449554001
On Tue, Nov 10, 2009 at 2:46 AM, Warren Young <mysqlpp@stripped> wrote:
> Keshava Krishna wrote:
>
>>
>> But i get lots of errors.
>>
>> In file included from /usr/include/mysql++/sql_buffer.h:32,
>> from /usr/include/mysql++/stadapter.h:35,
>> from /usr/include/mysql++/qparms.h:35,
>> from /usr/include/mysql++/query.h:34,
>> from /usr/include/mysql++/mysql++.h:58,
>> from main.cpp:10:
>> /usr/include/mysql++/type_info.h:77: error: expected ‘,’ or
> ‘...’ before
>> ‘bt’
>>
>
> Are you sure you're not snipping an error above this? Something about
> missing mysql.h, maybe? I ask because it looks like you don't have the
> MySQL C API development files installed.
>
> Try 'apt-get install libmysqlclient15-dev'
>
> --
> MySQL++ Mailing List
> For list archives: http://lists.mysql.com/plusplus
> To unsubscribe:
> http://lists.mysql.com/plusplus?unsub=1
>
>