11 messages in com.mysql.lists.plusplusRe: Compile error under FC3
FromSent OnAttachments
cgifalco16 Nov 2004 07:48 
Chris Frey17 Nov 2004 10:31 
Warren Young17 Nov 2004 17:34 
cgif...@cgifalcon.com18 Nov 2004 00:00 
Warren Young18 Nov 2004 00:53 
cgif...@cgifalcon.com18 Nov 2004 01:40 
Warren Young18 Nov 2004 03:40 
cgif...@cgifalcon.com18 Nov 2004 04:25 
cgifalco18 Nov 2004 05:34 
Warren Young18 Nov 2004 08:49 
cgif...@cgifalcon.com19 Nov 2004 01:18 
Subject:Re: Compile error under FC3
From:cgif...@cgifalcon.com (cgif@cgifalcon.com)
Date:11/18/2004 12:00:15 AM
List:com.mysql.lists.plusplus

Cituji z emailu od Warren Young <mysq@etr-usa.com>:

cgifalco wrote:

I upgraded to Fedora Core 3 and now I can't compile mysql++-1.7.21.

Zahroof Mohammed's recent patches fix this. I will be releasing 1.7.22 soon, incorprorating them.

Thank you for your advice,

I made the changes written by Zahroof Mohamed except of I left in connection.cc ... bool suc != ... (line 100) unchanged (recommendation didn't work).

Then I changed line 50 in load_file.cc ...errno; to con.ernum();

Then I was able to compile and install mysql++. Now I tested examples, they work too.

cgifalco