From: Warren Young Date: March 3 2005 6:21am Subject: Re: error attempting to make mysql++ 1.7.30 List-Archive: http://lists.mysql.com/plusplus/4021 Message-Id: <4226ACE9.4020800@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Chris Gagnon wrote: > Anyways my environment is FreeBSD 4.9 That comes with both g++ 2.95.x and 3.x. Are you sure you're using the 3.x compiler? MySQL++ is known to have problems with GCC 2.95.x. > resiter.h:55: no class template named `iterator' in `std' Section 24.3.2 of the ISO standard says differently. You have a non-conforming implementation.