Cituji z emailu od Warren Young <mysqlpp@stripped>:
> 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.
>
> --
> MySQL++ Mailing List
> For list archives: http://lists.mysql.com/plusplus
> To unsubscribe:
> http://lists.mysql.com/plusplus?unsub=1
>
>
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