22 Jun 2011 19:36
Compile errors on OpenBSD 4.8
Frode Haugsgjerd <frode.haugsgjerd <at> gmail.com>
2011-06-22 17:36:34 GMT
2011-06-22 17:36:34 GMT
Hi, I'm trying to compile fsvs on OpenBSD 4.8, and I have some problems. http://fsvs.tigris.org claims that this is reported to work, but all i can find is a thread from 2006 that don't answer my questions. First some info about my setup. OpenBSD 4.8 From obsd packages: autoconf-2.60 GNU Make 3.81 pcre-8.02p1 apr-1.2.11p4 subversion-1.6.15p0 gdbm-1.8.3p0 rsync-3.0.7 gcc 4.2.1 To satisfy gcc i had to write #include <stdlib.h> in /usr/include/alloca.h , as obsd dont have this header. Then gcc complained about trampolines, and i added CFLAGS += -ftrampolines to src/Makefile.in Now comilation fails on: CC est_ops.c est_ops.c: In function 'ops__read_special_entry': est_ops.c:1728: error: 'ENODATA' undeclared (first use in this function) est_ops.c:1728: error: (Each undeclared identifier is reported only once est_ops.c:1728: error: for each function it appears in.) gmake[1]: *** [est_ops.o] Error 1(Continue reading)
RSS Feed