Hi all. Although I have tried to install Midgard 1.5.0(midgard-lib) based on Solaris 8 installation notes in this list (http://marc.theaimsgroup.com/?l=midgard-user&m=104212191607689&w=2), it fails to compile of preparse.c as follows:
/bin/sh ../libtool --mode=compile gcc -DPACKAGE=\"midgard\" -DVERSION=\"1.5.0\" - DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -DHAVE_CRYPT_H=1 -DHAVE_ICONV=1 -DHAVE_ERRMSG_H=1 -DHAVE_MYSQL_H=1 -I. -I. -I.. -DG_LOG_DOMAIN=\"midgard-lib\" -I/usr/local/inc lude/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include/mysql -I/usr/loc al/include -Wall -O3 -c preparse.c rm -f .libs/preparse.lo gcc -DPACKAGE=\"midgard\" -DVERSION=\"1.5.0\" -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -D HAVE_CRYPT_H=1 -DHAVE_ICONV=1 -DHAVE_ERRMSG_H=1 -DHAVE_MYSQL_H=1 -I. -I. -I.. -DG _LOG_DOMAIN=\"midgard-lib\" -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/i nclude -I/usr/local/include/mysql -I/usr/local/include -Wall -O3_ -Wp,-MD,.deps/preparse.pp -c preparse.c -fPIC -DPIC -o .libs/preparse.lo preparse.c:24:55: stdint.h: No such file or directory preparse.c:1946: warning: `yyunput' defined but not used preparse.c:2439: warning: `yy_top_state' defined but not used make[1]: *** [preparse.lo] Error 1 make[1]: Leaving directory `/data/home/kubo/pkg/BUILD/midgard-lib-1.5.0/src' make: *** [all-recursive] Error 1 The cause of this error seems that Solaris 8 doesn't have stdint.h. What do I do? $ uname -a SunOS foo 5.8 Generic_108528-16 sun4u sparc SUNW,UltraAX-i2 Solaris $ gcc --version gcc (GCC) 3.3 Regards, -- KUBO Atsuhiro e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
