git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 1.3.2.gde1d fails to build on OpenBSD
@ 2006-05-15 14:24 Randal L. Schwartz
  2006-05-15 15:58 ` Timo Hirvonen
  2006-05-15 16:00 ` Linus Torvalds
  0 siblings, 2 replies; 4+ messages in thread
From: Randal L. Schwartz @ 2006-05-15 14:24 UTC (permalink / raw)
  To: git


GIT_VERSION = 1.3.2.gde1d
gcc -o sha1_file.o -c -g -O2 -Wall -I/usr/local/include -DSHA1_HEADER='<openssl/sha.h>' -DNO_STRCASESTR sha1_file.c
sha1_file.c:16:20: stdint.h: No such file or directory
gmake: *** [sha1_file.o] Error 1

I think you want

        #include <sys/types.h>

on OpenBSD.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-05-15 16:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-15 14:24 1.3.2.gde1d fails to build on OpenBSD Randal L. Schwartz
2006-05-15 15:58 ` Timo Hirvonen
2006-05-15 15:57   ` Randal L. Schwartz
2006-05-15 16:00 ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).