Hi Ryan,

Hmm, --without-server doesn't seem to work. Not sure what are you
doing wrong, but as a workaround you could define F_TO_EOF to zero
in open.c. Quoting sql/my_global.h:

#define F_TO_EOF 0L /* Param to lockf() to lock rest of file */

And for linux it is zero (it's different for windows). The
define should solve at least this particular compile failure.

Petr

On Wed, 2005-11-23 at 13:40 -0600, Ryan Stille wrote:
<cut>
> Making all in isam
> make[2]: Entering directory `/usr/src/mysql-4.1.14/isam'
> source='open.c' object='open.o' libtool=no \
> depfile='.deps/open.Po' tmpdepfile='.deps/open.TPo' \
> depmode=gcc /bin/sh ../depcomp \
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include     -O3
> -DDBUG_OFF    -c open.c
> open.c: In function `nisam_open':
> open.c:136: `F_TO_EOF' undeclared (first use in this function)
> open.c:136: (Each undeclared identifier is reported only once
> open.c:136: for each function it appears in.)
> make[2]: *** [open.o] Error 1
> make[2]: Leaving directory `/usr/src/mysql-4.1.14/isam'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/mysql-4.1.14'
> make: *** [all] Error 2

-- 
Petr Chardin, Software Developer
MySQL AB, www.mysql.com

Are you MySQL certified?  www.mysql.com/certification


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

Reply via email to