Hi

I'm programming using FLTK Toolkit, mysql 3.23.52 (from source code ) and
mysql++ 1.7.9. On win32, i'm using Visual Studio 6.0 and c++ on GNU/Linux.
On win32, it's ok, but on GNU/Linux Debian, has these errors. But who can I
correct it ?

The source academia.cpp compiles ok, but atletas.cpp don't.

-------------------------------------------stdout --------------------------
----------------------------

c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/mysql++-1.7.9/sqlplusint  -I/u
sr/local/mysql/include/mysql  -g -O2 -c academia.cpp -o obj/academia.o
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/mysql++-1.7.9/sqlplusint  -I/u
sr/local/mysql/include/mysql  -g -O2 -c atletas.cpp -o obj/atletas.o
In file included from /usr/local/mysql++-1.7.9/sqlplusint/manip1.hh:14,
                 from /usr/local/mysql++-1.7.9/sqlplusint/vallist1.hh:6,
                 from /usr/local/mysql++-1.7.9/sqlplusint/row1.hh:11,
                 from /usr/local/mysql++-1.7.9/sqlplusint/compare1.hh:5,
                 from /usr/local/mysql++-1.7.9/sqlplusint/mysql++:13,
                 from atletas.cpp:3:
/usr/local/mysql++-1.7.9/sqlplusint/sql_query1.hh:115: parse error before
`0'
/usr/local/mysql++-1.7.9/sqlplusint/sql_query1.hh: In method
`SQLQuery::SQLQuery()':
/usr/local/mysql++-1.7.9/sqlplusint/sql_query1.hh:125: no base initializers
given following ':'
/usr/local/mysql++-1.7.9/sqlplusint/sql_query1.hh:125: parse error before
`0'
In file included from /usr/local/mysql++-1.7.9/sqlplusint/connection1.hh:20,
                 from /usr/local/mysql++-1.7.9/sqlplusint/mysql++:14,
                 from atletas.cpp:3:
/usr/local/mysql++-1.7.9/sqlplusint/query1.hh: In method
`MysqlQuery::MysqlQuery(MysqlConnection *, bool = false)':
/usr/local/mysql++-1.7.9/sqlplusint/query1.hh:34: non-lvalue in assignment
In file included from /usr/local/mysql++-1.7.9/sqlplusint/mysql++:14,
                 from atletas.cpp:3:
/usr/local/mysql++-1.7.9/sqlplusint/connection1.hh: At top level:
/usr/local/mysql++-1.7.9/sqlplusint/connection1.hh:34: parse error before
`0'
/usr/local/mysql++-1.7.9/sqlplusint/connection1.hh: In method
`MysqlConnection::MysqlConnection(bool)':
/usr/local/mysql++-1.7.9/sqlplusint/connection1.hh:39: parse error before
`0'
/usr/local/mysql++-1.7.9/sqlplusint/connection1.hh:39: parse error at end of
saved function text
In file included from /usr/local/mysql++-1.7.9/sqlplusint/mysql++:16,
                 from atletas.cpp:3:
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh: In method `void
MysqlConnection::storein(multiset<T,less<_Key>,allocator<_Tp1> > &, const
string &)':
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:21: explicit specialization
in non-namespace scope
`MysqlConnection::storein(multiset<T,less<_Key>,allocator<_Tp1> > &, const
string &)'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh: In method
`MysqlConnection::mysql_convert::operator
float()':/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:22: explicit
specialization in non-namespace scope `MysqlConnection'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:22: parse error before `;'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:39: explicit specialization
in non-namespace scope `MysqlConnection'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:39: parse error before `;'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:40: `operator signed char()'
must be a nonstatic member function
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:40: `operator signed char()'
must take exactly one argument
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh: In function `operator
signed char()':
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:40: `num' undeclared (first
use this function)
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:40: (Each undeclared
identifier is reported only once
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:40: for each function it
appears in.)
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:40: parse error before `}'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:41: explicit specialization
in non-namespace scope `operator signed char()'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:41: `mysql_convert' is not a
template
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:41: explicit specialization
of non-template `operator signed char()::{anonymous struct}'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:41: ANSI C++ forbids
declaration `mysql_convert' with no type
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:41: anonymous class type not
used to declare any objects
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:42: explicit specialization
in non-namespace scope `operator signed char()'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:42: `mysql_convert' is not a
template
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:42: explicit specialization
of non-template `operator signed char()::{anonymous struct}'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:42: ANSI C++ forbids
declaration `mysql_convert' with no type
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:42: anonymous class type not
used to declare any objects
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:43: explicit specialization
in non-namespace scope `operator signed char()'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:43: `mysql_convert' is not a
template
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:43: explicit specialization
of non-template `operator signed char()::{anonymous struct}'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:43: ANSI C++ forbids
declaration `mysql_convert' with no type
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:43: anonymous class type not
used to declare any objects
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:45: explicit specialization
in non-namespace scope `operator signed char()'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:45: `mysql_convert' is not a
template
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:45: explicit specialization
of non-template `operator signed char()::{anonymous struct}'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:45: ANSI C++ forbids
declaration `mysql_convert' with no type
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:45: anonymous class type not
used to declare any objects
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:46: explicit specialization
in non-namespace scope `operator signed char()'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:46: `mysql_convert' is not a
template
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:46: explicit specialization
of non-template `operator signed char()::{anonymous struct}'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:46: ANSI C++ forbids
declaration `mysql_convert' with no type
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:46: anonymous class type not
used to declare any objects
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:47: explicit specialization
in non-namespace scope `operator signed char()'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:47: `mysql_convert' is not a
template
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:47: explicit specialization
of non-template `operator signed char()::{anonymous struct}'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:47: ANSI C++ forbids
declaration `mysql_convert' with no type
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:47: anonymous class type not
used to declare any objects
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:48: explicit specialization
in non-namespace scope `operator signed char()'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:48: `mysql_convert' is not a
template
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:48: explicit specialization
of non-template `operator signed char()::{anonymous struct}'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:48: ANSI C++ forbids
declaration `mysql_convert' with no type
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:48: anonymous class type not
used to declare any objects
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:64: explicit specialization
in non-namespace scope `operator signed char()'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:64: `mysql_convert' is not a
template
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:64: explicit specialization
of non-template `operator signed char()::{anonymous struct}'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:64: ANSI C++ forbids
declaration `mysql_convert' with no type
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:64: anonymous class type not
used to declare any objects
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:65: explicit specialization
in non-namespace scope `operator signed char()'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:65: `mysql_convert' is not a
template
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:65: explicit specialization
of non-template `operator signed char()::{anonymous struct}'
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:65: ANSI C++ forbids
declaration `mysql_convert' with no type
/usr/local/mysql++-1.7.9/sqlplusint/convert1.hh:65: anonymous class type not
used to declare any objects
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:32: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:32: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:32: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:32: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:32: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:35: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:35: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:35: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:35: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:35: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:35: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:35: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:35: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:35: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:35: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:35: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:35: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:35: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:35: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:36: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:36: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:36: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:40: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:40: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:40: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:40: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:40: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:40: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:40: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:40: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:40: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:41: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:42: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:43: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:45: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/coldata2.hh:46: sorry, not implemented:
initializer contains unrecognized tree code
/usr/local/mysql++-1.7.9/sqlplusint/query2.hh:65: sorry, not implemented:
initializer contains unrecognized tree code
In file included from /usr/local/mysql++-1.7.9/sqlplusint/connection2.hh:5,
                 from /usr/local/mysql++-1.7.9/sqlplusint/mysql++:37,
                 from atletas.cpp:3:
/usr/local/mysql++-1.7.9/sqlplusint/query2.hh: In method `void
MysqlQuery::storein_sequence(Seq &, SQLQueryParms &, query_reset =
RESET_QUERY)':
/usr/local/mysql++-1.7.9/sqlplusint/query2.hh:65: confused by earlier
errors, bailing out
make: *** [All] Error 1


-------------------------------------------end of
stdout------------------------------------------------

Thanks

Orlando Saraiva Jr
Mogi Mirim - SP - BR


---------------------------------------------------------------------
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