From: Warren Young Date: June 14 2005 6:45pm Subject: Re: Having some trouble compiling the util.cpp file. List-Archive: http://lists.mysql.com/plusplus/4533 Message-Id: <42AF25D3.10302@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Chris Frey wrote: > Oops, spoke too soon... looks like Warren has already checked in a fix > in the subversion tree. Actually, it's the change after that one that really fixes it: adding copy ctors to the Date and Time classes. For some reason, GCC 4 can't cope with SSQLS unless it sees explicit copy ctors. The default ones generated by the compiler would work perfectly fine, but noooo.... :)