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