5 messages in com.mysql.lists.plusplusRe: Trying to Compile (or Install) (m...| From | Sent On | Attachments |
|---|---|---|
| Pablo Fischer | 03 Nov 2002 11:59 | |
| Daniel Löfquist | 03 Nov 2002 12:05 | |
| Pablo Fischer | 03 Nov 2002 16:05 | |
| Pablo Fischer | 03 Nov 2002 18:57 | |
| Pablo Fischer | 03 Nov 2002 19:12 |
| Subject: | Re: Trying to Compile (or Install) (mysql++)![]() |
|---|---|
| From: | Pablo Fischer (exil...@yifan.net) |
| Date: | 11/03/2002 04:05:45 PM |
| List: | com.mysql.lists.plusplus |
Hi, the gcc: gcc-3.2-7 gcc-c++-3.2-7
Paul Fischer
PD: Also I try mysql++-1.7.9gcc3.2-2 but no results :(.
What version of gcc are you using? Daniel Löfquist
On Sunday 03 November 2002 21.00, Pablo Fischer wrote:
i;
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
PD: I have RH 8




