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
gmake: *** [default-target] Error 2
Can anyone provide some pointers to what i should try next? I guess the error
suggests that some dependency is not satisfied, but I am not fluent in C so I'm
lost at this point.
Best regards
Frode Haugsgjerd
Norway
------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3923&dsMessageId=2772318
To unsubscribe from this discussion, e-mail: [[email protected]].