Hi;

I want (and need) to get working mysql++.

1. First, I dowloaded the msyql++ rpm (1.7.9) and with no problems, but
when I try to compile something (a text) I get a lot of corrupt lines
from the headers (/usr/include/mysql++/). Example of how I try to
compile:
g++ -I/usr/include/mysql++ main.cc -o main

2. Like I see that the rpm doesnt works I remove it (rpm -e package),
and tar zxvf the source (1.7.9), I type: automake and I get:

[root@pablo mysql++-1.7.9]# automake
configure.in:11: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:11: old Automake version.  You should recreate aclocal.m4
configure.in:11: with aclocal and run automake again.
Makefile.am: required file `./INSTALL' not found
Makefile.am: required file `./NEWS' not found
Makefile.am: required file `./COPYING' not found
Makefile.am: required file `./AUTHORS' not found
Makefile.am: required file `./ChangeLog' not found
examples/Makefile.am: required file `./depcomp' not found
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL

Lines like that...

Then, autoconf, ok, ./configure, ok.. BUT.. with make:

[root@pablo mysql++-1.7.9]# make
make  all-recursive
make[1]: Cambiando a directorio `/home/unmada/Downloads/mysql++-1.7.9'
Making all in sqlplusint
make[2]: Cambiando a directorio
`/home/unmada/Downloads/mysql++-1.7.9/sqlplusint'
Makefile:220: *** missing separator.  Alto.
make[2]: Saliendo directorio
`/home/unmada/Downloads/mysql++-1.7.9/sqlplusint'
make[1]: *** [all-recursive] Error 1
make[1]: Saliendo directorio `/home/unmada/Downloads/mysql++-1.7.9'
make: *** [all] Error 2

Like u can see I cant compile it? what other options I have?

Paul Fischer


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to