7 messages in com.mysql.lists.plusplusRe: Building MySQL++
FromSent OnAttachments
Ciph...@vt4.net17 Jun 2003 00:06 
Markus Gerwinski17 Jun 2003 01:33 
Ciph...@vt4.net17 Jun 2003 03:33 
Markus Gerwinski17 Jun 2003 04:21 
Ciph...@vt4.net17 Jun 2003 05:09 
Sinisa Milivojevic17 Jun 2003 07:26 
Sinisa Milivojevic17 Jun 2003 07:30 
Subject:Re: Building MySQL++
From:Markus Gerwinski (mar@gerwinski.de)
Date:06/17/2003 01:33:16 AM
List:com.mysql.lists.plusplus

Ciph@vt4.net wrote:

I downloaded the source version, and i'm trying to build it on my Mandrake 9.1 sys. When i do a make, i get an error about a function or Class Out_Of_Memory() which isn't declared.

You mean out_of_range, I presume? (There's nothing like "Out_Of_Memory" in the mysql++ sources, at least not in 1.7.9.)

Which version of gcc are you using? If you've got 3.x, you must first download the according patches from http://www.mysql.com and run them over your sources before building. Well, at least that's what worked for me.

HTH

Markus