Date: Tue, 12 Apr 2005 11:27:02 -0500 From: Doug Poland <doug@polands.org> To: questions@freebsd.org Subject: Problem installing super smack on 5.4-STABLE Message-ID: <20050412162702.GD58729@polands.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050412162702.GD58729>