From owner-freebsd-questions@FreeBSD.ORG Fri May 13 21:12:04 2005 Return-Path: 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 C56AF16A4CE for ; Fri, 13 May 2005 21:12:04 +0000 (GMT) Received: from ms-smtp-03-eri0.socal.rr.com (ms-smtp-03-qfe0.socal.rr.com [66.75.162.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94BC443D5E for ; Fri, 13 May 2005 21:12:04 +0000 (GMT) (envelope-from gwschenk@socal.rr.com) Received: from [192.168.1.103] (cpe-70-93-106-67.socal.res.rr.com [70.93.106.67])j4DLC2gQ029604 for ; Fri, 13 May 2005 14:12:02 -0700 (PDT) Message-ID: <42851821.9000805@socal.rr.com> Date: Fri, 13 May 2005 14:12:01 -0700 From: Gary Schenk User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: mysqlcc error code X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2005 21:12:04 -0000 The installation of mysql 4.1 went smoothly, and it is running fine (unlike when I tried to install it on my SUSE 9.1 laptop ), however when I tried to install mysqlcc I got this: ../../../../../local/include/mysql/mysql.h:469: error: too few arguments to function `int mysql_shutdown(MYSQL*, mysql_enum_shutdown_level)' shared/src/CMySQL.cpp:457: error: at this point in file *** Error code 1 Stop in /usr/ports/databases/mysqlcc/work/mysqlcc-0.9.4-src. *** Error code 1 Stop in /usr/ports/databases/mysqlcc. I just cvsuped my ports before installing. Does anyone have any ideas? Googling and searching the mail list archives produced no results. Does this call for editing source code? bash-2.05b$ uname -a FreeBSD fuzz.socal.rr.com 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Thu May 12 16:37:03 PDT 2005 root@fuzz.socal.rr.com:/usr/src/sys/i386/compile/FUZZ i386 Thanks, Gary