At 03:59 AM 5/17/2004 -0700, you wrote:


On  Intel - FreeBSD 4.9 STABLE
- using MySQL Ver 11.18 Distrib 3.23.55, for portbld-freebsd4.7 (i386)

On  AMD64 - FreeBSD 5.2 CURRENT
- using Mysql Ver 14.3 Distrib 4.1.1-alpha, for portbld-freebsd5.2.1 (amd64)

I get the same compile error:

# make
make all-recursive
Making all in src
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/mysql -g -O2 -c super-smack.cc
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/mysql -g -O2 -c client.cc
client.cc: In method `void Client::thread_sync()':
client.cc:347: `ERESTART' undeclared (first use this function)
client.cc:347: (Each undeclared identifier is reported only once
client.cc:347: for each function it appears in.)
*** Error code 1


Stop in /root/super-smack-1.2/src.
*** Error code 1

Stop in /root/super-smack-1.2.
*** Error code 1


For the client.cc problem there appears to be a typo in the client.cc source:

#ifndef __FreeBSD
#define SUPER_SMACK_RESTART ERESTART

Should probably be:

#ifndef __FreeBSD__
#define SUPER_SMACK_RESTART ERESTART




-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to