![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
' requested field_names.h: In method `const class string & mysqlpp::FieldNames: perator
|
|
' requested make[1]: *** [mysqlpp_connection.o] Error 1 |
#2
| |||
| |||
|
|
which version of mysql++ should i download and install? |
|
In file included from fields.h:32, from result.h:34, from query.h:37, from ./connection.cpp:32: resiter.h:120: no class template named `iterator' in `std' |
#3
| |||
| |||
|
|
From: Warren Young <mysqlpp (AT) etr-usa (DOT) com Reply-To: plusplus (AT) lists (DOT) mysql.com To: MySQL++ Mailing List <plusplus (AT) lists (DOT) mysql.com Subject: Re: how to install mysql++ Date: Wed, 22 Nov 2006 06:32:21 -0700 Ooi Wai Weiy wrote: which version of mysql++ should i download and install? Either of the source packages: the .tar.gz, or the .src.rpm. In file included from fields.h:32, from result.h:34, from query.h:37, from ./connection.cpp:32: resiter.h:120: no class template named `iterator' in `std' This suggests you're using an old version of g++. It needs to be at least 3.0, and preferably 3.3 or newer. -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu...mail (DOT) com |
#4
| |||
| |||
|
|
what you mean by either of sorce packages? |
|
related department in my company and they open a server for me. and i found out that they don't install MySQL++, just only MySQL C API. |
|
my g++ version is 2.95.3? can i donwload the related MySQL++ online and install it? which version of MySQL++ should i install? |
#5
| |||
| |||
|
|
From: Warren Young <mysqlpp (AT) etr-usa (DOT) com Reply-To: plusplus (AT) lists (DOT) mysql.com To: MySQL++ Mailing List <plusplus (AT) lists (DOT) mysql.com Subject: Re: how to install mysql++ Date: Mon, 27 Nov 2006 17:12:47 -0700 Ooi Wai Weiy wrote: what you mean by either of sorce packages? Have you visited http://tangentsoft.net/mysql++/ ? Right up at the top, in the section "Source Code", you will find two packages. One is a .tar.gz file, the other is a .src.rpm file. Pick one. If you can't decide between them, we are not set up here to teach you how. Join a Unix/Linux programming mailing list or something. related department in my company and they open a server for me. and i found out that they don't install MySQL++, just only MySQL C API. This list is only for MySQL++ questions. Questions about the C API belong on the main MySQL list. my g++ version is 2.95.3? can i donwload the related MySQL++ online and install it? which version of MySQL++ should i install? The only version that will work out of the box with that compiler is the ancient v1.7.9 version, but I really wouldn't recommend it to a new user. I only keep that around for people who have old code they still need to support, so they already know the old MySQL++ quirks and problems. If you cannot upgrade to a reasonably modern version of GCC, I would recommend that you stick to the C API. -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu...mail (DOT) com |
#6
| |||
| |||
|
|
ok, now we already migrate our C++ compiler to icc 9.0, is it support MySQL++ 2.1.1? |
![]() |
| Thread Tools | |
| Display Modes | |
| |