|
From: Thomas S. <tho...@my...> - 2003-02-15 09:51:34
|
Hi folks,
anyone got this to work at redhat8?
I can't compile it successfully.
The last messages from the compile are attached.
I would appreciate any help.
TIA,
Thomas
make->
In file included from date_base.h:4,
from Date.h:5,
from Date.cc:1:
datetime_base.h:20: ISO C++ forbids declaration of `ostream' with no type
datetime_base.h:20: `ostream' declared as a `virtual' field
datetime_base.h:20: parse error before `&' token
datetime_base.h:22: syntax error before `(' token
datetime_base.h:25: parse error before `(' token
datetime_base.h:25: syntax error before `(' token
datetime_base.h:32: `struct mysqlcppapi::datetime_base::DTbase' does not
declare a template type
datetime_base.h:34: invalid use of `virtual' in template declaration of `
virtual short int mysqlcppapi::datetime_base::DTbase::compare(const T&)
const'
datetime_base.h: In member function `bool
mysqlcppapi::datetime_base::DTbase::operator==(const T&) const':
datetime_base.h:37: parse error before `;' token
date_base.h:7: confused by earlier errors, bailing out
make[3]: *** [Date.lo] Fehler 1
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/ts77/download/mysqlcppa
pi-1.7.5/mysqlcppapi/datetime«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/ts77/download/mysqlcppa
pi-1.7.5/mysqlcppapi«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/ts77/download/mysqlcppa
pi-1.7.5«
make: *** [all-recursive-am] Fehler 2
|