MySQL Forums
Forum List  »  Source, Builds, Binaries

please help compiling on sgi
Posted by: James Woodworth
Date: January 23, 2007 10:47AM

trying to compile 5.0.27 on sgi irix 6.5. in looking at the source i am unable to see any reason for it to not compile. thanks for any help.

my config line:
CC=cc CXX=CC CFLAGS='-O1 -n32 -TARG:platform=IP30 -D_BSD_TYPES -D_BSD_TIME -woff 1184,1552 -DLANGUAGE_C -I/usr/include -L/lib32 -L/usr/lib32 -L/usr/lib' \
CXXFLAGS='-O1 -n32 -TARG:platform=IP30 -D_BSD_TYPES -D_BSD_TIME -woff 1184,1552 -DLANGUAGE_C -I/usr/include -L/lib32 -L/usr/lib32 -L/usr/lib' \
./configure --prefix=/sw/mysql/5.0.27/sgi65 \
--with-low-memory --without-innodb \
--with-extra-charsets=complex --without-server

my error in the directory "mysys":
source='my_new.cc' object='my_new.o' libtool=no \
DEPDIR=.deps depmode=sgi /bin/sh ../depcomp \
CC -DDEFAULT_BASEDIR=\"/sw/mysql/5.0.27/sgi65\" -DDATADIR="\"/sw/mysql/5.0.27/sgi65/var\"" -DDEFAULT_CHARSET_HOME="\"/sw/mysql/5.0.27/sgi65\"" -DSHAREDIR="\"/sw/mysql/5.0.27/sgi65/share/mysql\"" -DDEFAULT_HOME_ENV=MYSQL_HOME -DDEFAULT_GROUP_SUFFIX_ENV=MYSQL_GROUP_SUFFIX -DDEFAULT_SYSCONFDIR="\"/sw/mysql/5.0.27/sgi65/etc\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../zlib -I../include -I../include -I. -DDBUG_OFF -O1 -n32 -TARG:platform=IP30 -D_BSD_TYPES -D_BSD_TIME -woff 1184,1552 -DLANGUAGE_C -I/usr/include -L/lib32 -L/usr/lib32 -L/usr/lib -D_BOOL -c -o my_new.o my_new.cc
cc-1020 CC: ERROR File = ../include/my_sys.h, Line = 747
The identifier "va_list" is undefined.

extern uint my_b_vprintf(IO_CACHE *info, const char* fmt, va_list ap);
^

1 error detected in the compilation of "my_new.cc".

Options: ReplyQuote


Subject
Views
Written By
Posted
please help compiling on sgi
2410
January 23, 2007 10:47AM
1609
January 29, 2007 11:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.