From owner-freebsd-current Thu Aug 8 13: 3:40 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C1A737B400 for ; Thu, 8 Aug 2002 13:03:36 -0700 (PDT) Received: from energistic.com (bdsl.66.12.217.106.gte.net [66.12.217.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7B5743E84 for ; Thu, 8 Aug 2002 13:03:34 -0700 (PDT) (envelope-from steve@virtual-voodoo.com) Received: from inlafrec (bdsl.66.12.217.51.gte.net [66.12.217.51]) (authenticated bits=0) by energistic.com (8.12.5/8.12.5) with ESMTP id g78K3QxE043566; Thu, 8 Aug 2002 15:03:29 -0500 (EST) (envelope-from steve@virtual-voodoo.com) Message-ID: <004d01c23f16$aa90c540$33d90c42@officescape.net> From: "Steven Ames" To: "Beech Rintoul" , References: <20020808190116.85FBF2DD@nebula.anchoragerescue.org> Subject: Re: mysql-server build errors Date: Thu, 8 Aug 2002 15:03:25 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Edit line 92 of sql/mysqld.cc: -- #ifdef __linux__ ++ #ifdef __FreeBSD__ However that'll only get you past this set of errors. And then it gets tricky and has something to do with the new C++ compiler that I haven't quite wrapped my mind around yet. -Steve ----- Original Message ----- From: "Beech Rintoul" To: Sent: Thursday, August 08, 2002 2:01 PM Subject: mysql-server build errors > Anyone have a pointer to get this to build? > > > -DDEFAULT_MYSQL_HOME="\"/usr/local\"" > -DDATADIR="\"/var/db/mysql\"" > -DSHAREDIR="\"/usr/local/share/mysql\"" > -DHAVE_CONFIG_H -I../bdb/build_unix -I../innobase/include > -I./../include -I./../regex -I. > -I../include -I.. -I. -DDBUG_OFF -O -pipe -mcpu=pentiumpro > -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates > -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -c mysqld.cc > /usr/include/tcpd.h: In function `void* handle_connections_sockets(void*)': > /usr/include/tcpd.h:137: too many arguments to function `void sock_host()' > mysqld.cc:2428: at this point in file > /usr/include/tcpd.h:75: too many arguments to function `int hosts_access()' > mysqld.cc:2429: at this point in file > /usr/include/tcpd.h:130: too many arguments to function `char* eval_client()' > mysqld.cc:2437: at this point in file > *** Error code 1 > > Beech > -- > ------------------------------------------------------------------- > Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org > /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission > \ / - NO HTML/RTF in e-mail | P.O. Box 230510 > X - NO Word docs in e-mail | Anchorage, AK 99523-0510 > / \ ----------------------------------------------------------------- > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message