From: Warren Young Date: March 20 2006 6:12pm Subject: Re: BETA RELEASE: v2.1.0beta1 List-Archive: http://lists.mysql.com/plusplus/5553 Message-Id: <441EF099.5090706@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Nis Haller Baggesen wrote: > Thanks for the very quick update. However we had some problems compiling > v2.1.0beta1 using gcc 4.0.2 on fedora core 4. Sorry. Here's a patch for the problem: Index: lib/querydef.pl =================================================================== --- lib/querydef.pl (revision 1266) +++ lib/querydef.pl (working copy) @@ -92,7 +92,7 @@ print OUT ', const SQLString& arg', $j; } print OUT ") \\\n"; - print OUT "\t\t{ FUNC(con, SQLQueryParms()"; + print OUT "\t\t{ FUNC(container, SQLQueryParms()"; for (my $j = 0; $j < $i + 1; ++$j) { print OUT ' << arg', $j; }