KUBO Atsuhiro <[EMAIL PROTECTED]> wrote: > 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?
stdint.h is a part of libc6 development package. Maybe You should look for something similiar for Solaris? Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
