I'm trying to get Fossil to build on Solaris (SunOS 5.9 sparc), and it seems to 
stop here

gcc -g -Os -Wall  -I. -I./src -o ./obj/sha1.o -c sha1_.c
sha1_.c:5:20: stdint.h: No such file or directory
make: *** [obj/sha1.o] Error 1

Google led me to 
http://www.selenic.com/pipermail/mercurial/2006-June/008917.html

I was able to build after symlinking  /usr/include/inttypes.h as stdint.h in 
the Fossil build directory.

Is this a case that could be handled in the source (test for SunOS, and include 
inttypes.h)?  Is it worth doing?  I'm not a C programmer myself, else I'd 
fiddle with it.

Thanks!

 -Clark

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to