From owner-freebsd-questions@FreeBSD.ORG Tue Apr 12 16:27:12 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 6835916A4CE for ; Tue, 12 Apr 2005 16:27:12 +0000 (GMT) Received: from galilee.polands.org (CPE-24-208-53-189.new.res.rr.com [24.208.53.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FE5D43D49 for ; Tue, 12 Apr 2005 16:27:11 +0000 (GMT) (envelope-from djp@polands.org) Received: from jericho.polands.org ([172.16.1.35]) by galilee.polands.org (8.12.9/8.12.9) with ESMTP id j3CGR3oR087795 for ; Tue, 12 Apr 2005 11:27:03 -0500 (CDT) (envelope-from djp@polands.org) Received: from jericho.polands.org (localhost [127.0.0.1]) by jericho.polands.org (8.13.3/8.13.1) with ESMTP id j3CGR2C0059196 for ; Tue, 12 Apr 2005 11:27:03 -0500 (CDT) (envelope-from djp@jericho.polands.org) Received: (from djp@localhost) by jericho.polands.org (8.13.3/8.13.1/Submit) id j3CGR2d6059195 for questions@freebsd.org; Tue, 12 Apr 2005 11:27:02 -0500 (CDT) (envelope-from djp) Date: Tue, 12 Apr 2005 11:27:02 -0500 From: Doug Poland To: questions@freebsd.org Message-ID: <20050412162702.GD58729@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Subject: Problem installing super smack on 5.4-STABLE 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: Tue, 12 Apr 2005 16:27:12 -0000 Hello, I'm running a freshly built and cvsup'd system: uname -a FreeBSD lebanon.polands.org 5.4-STABLE FreeBSD 5.4-STABLE #1: Sat Apr 9 13:24:47 CDT 2005 doug@lebanon.polands.org:/usr/obj/usr/src/sys/LEBANON i386 and MySQL 4.1.11. I downloaded v1.2 of super-smack from http://jeremy.zawodny.com/ The configure command worked: # ./cofigure --with-mysql Building with the following options: MySQL Support..................... yes PostgreSQL Support................ no Oracle Support.................... no If this is not what you intended, please re-run configure. Thanks for using super-smack! But the install failed: # make install Making install in src c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/mysql -g -O2 -c client.cc client.cc: In member function `void Client::thread_sync()': client.cc:347: error: `ERESTART' undeclared (first use this function) client.cc:347: error: (Each undeclared identifier is reported only once for each function it appears in.) *** Error code 1 Stop in /home/doug/super-smack-1.2/src. *** Error code 1 Stop in /home/doug/super-smack-1.2. I've googled but found no relevant info. Does anyone have any insight into this problem? -- Regards, Doug