| Hi,
I get the following error when compiling on Solaris:
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\" -I/usr/include -g -O2 -c -o htsmms.lo `test -f
'htsmms.c' || echo './'`htsmms.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include -g
-O2 -c htsmms.c -Wp,-MD,.deps/htsmms.TPlo -fPIC -DPIC -o .libs/htsmms.o
In file included from htsmms.c:55:
mmsrip/mms.h:47: stdint.h: No such file or directory
make[2]: *** [htsmms.lo] Error 1
make[2]: Leaving directory `/export/home/<username>/httrack-3.40.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/<username>/httrack-3.40.1'
make: *** [all] Error 2
Any ideas?
Cheers,
Loz | |