From owner-freebsd-questions Sun Jan 12 4: 8: 1 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65B0737B401 for ; Sun, 12 Jan 2003 04:07:58 -0800 (PST) Received: from imo-m05.mx.aol.com (imo-m05.mx.aol.com [64.12.136.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9396443F13 for ; Sun, 12 Jan 2003 04:07:57 -0800 (PST) (envelope-from pazuzues@netscape.net) Received: from pazuzues@netscape.net by imo-m05.mx.aol.com (mail_out_v34.13.) id n.b3.6a3060d (16213) for ; Sun, 12 Jan 2003 07:07:54 -0500 (EST) Received: from netscape.net (243-15-237-24-cable.anchorageak.net [24.237.15.243]) by air-in01.mx.aol.com (v90.10) with ESMTP id MAILININ11-0112070754; Sun, 12 Jan 2003 07:07:54 -0500 Message-ID: <3E215D51.3030209@netscape.net> Date: Sun, 12 Jan 2003 03:19:29 -0900 From: Pazuzues@netscape.net User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: mysql++ Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG did a fresh install of FreeBSD 5.0-RC2 over a system running FreeBSD 4-stable. Immediately after installing X-Kern-Developer I did a 'make install' for ports/databases/mysql++ which failed saying... ===> Building for mysql++-1.7.9 gmake all-recursive gmake[1]: Entering directory `/usr/ports/databases/mysql++/work/mysql++-1.7.9' Making all in sqlplusint gmake[2]: Entering directory `/usr/ports/databases/mysql++/work/mysql++-1.7.9/sqlplusint' /bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../sqlplusint -I/usr/local/include/mysql -O -pipe -mcpu=pentiumpro -D_FIX_FOR_BSD_ -c coldata.cc rm -f .libs/coldata.lo c++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../sqlplusint -I/usr/local/include/mysql -O -pipe -mcpu=pentiumpro -D_FIX_FOR_BSD_ -Wp,-MD,.deps/coldata.pp -c -fPIC -DPIC coldata.cc -o .libs/coldata.lo In file included from const_string2.hh:2, from const_string3.hh:2, from coldata.cc:2: const_string1.hh: In member function `const char& const_string::at(unsigned int) const': const_string1.hh:50: `out_of_range' undeclared (first use this function) const_string1.hh:50: (Each undeclared identifier is reported only once for each function it appears in.) const_string1.hh: At global scope: const_string1.hh:70: syntax error before `&' token In file included from const_string2.hh:2, from const_string3.hh:2, from coldata.cc:2: const_string1.hh:1:1: unterminated #ifndef gmake[2]: *** [coldata.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/databases/mysql++/work/mysql++-1.7.9/sqlplusint' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/databases/mysql++/work/mysql++-1.7.9' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/databases/mysql++. So far everything else has been working like a champ here. Going to do a CVS update and rebuild tools to see if I can't clear this bug with the latest fixes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message