5 messages in com.mysql.lists.plusplusRe: Error compiling mysql++-1.7.9 pat...
FromSent OnAttachments
Scott Crumpler16 Jul 2003 05:38 
Nitesh Divecha16 Jul 2003 11:44 
Scott Crumpler16 Jul 2003 18:33 
Scott Crumpler16 Jul 2003 19:35 
Sinisa Milivojevic18 Jul 2003 05:14 
Subject:Re: Error compiling mysql++-1.7.9 patched to gcc 3.2.2
From:Sinisa Milivojevic (sin@beotel.yu)
Date:07/18/2003 05:14:05 AM
List:com.mysql.lists.plusplus

On Wed, 16 Jul 2003 08:39:07 -0400 Scott Crumpler <scru@teamanarchy.com> wrote:

I get the following error when trying to compile mysql++. I patched it to be compatible with gcc 3.2.2 supposedly but I may have done the patch incorrectly. I first patched to 3.0, then 3.2, then 3.2.2. I also used patch with the -p1 option so I may have messed up there as well.

PLEASE let me know what I'm doing wrong here! :)

TIA

BTW Here is the error:

(cd .libs && rm -f libsqlplus.la && ln -s ../libsqlplus.la libsqlplus.la) perl custom.pl make[2]: Leaving directory `/home/scrumpler/mysql++-1.7.9/sqlplusint' Making all in examples make[2]: Entering directory `/home/scrumpler/mysql++-1.7.9/examples' make[2]: *** No rule to make target `resetdb.@OBJEXT@', needed by `resetdb@EXEEXT@'. Stop. make[2]: Leaving directory `/home/scrumpler/mysql++-1.7.9/examples' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/scrumpler/mysql++-1.7.9' make: *** [all-recursive-am] Error 2 scrumpler@orion:~/mysql++-1.7.9$

Your patching is not the cause of the above.

config files that come with MySQL++ are quite old. Do not run automake / conf , just configure ; make, from a fresh patched
tarball.

Regards,