Curl does not build on Linux
ptbremer opened this issue · 1 comments
ptbremer commented
On the LLNL clusters the OpenVisus master branch does not build because the system misses stropts.h
external/curl/lib/if2ip.c:47:23: fatal error: stropts.h: No such file or directory
removing it from the source temporarily fixes the issue. The correct solution seems to be to make sure we use
HAVE_STROPTS_H=0
not sure how to do that since we are building from pre-configured source and this might not apply to all systems
scrgiorgio commented
yes we decided to use pre-configured curl because it was causing too many
problems.
I think setting HAVE_STROPTS_H=0 default on linux it's just fine.
What do you think?
…On Wed, Jan 22, 2020 at 10:06 AM Peer-Timo Bremer ***@***.***> wrote:
On the LLNL clusters the OpenVisus master branch does not build because
the system misses stropts.h
external/curl/lib/if2ip.c:47:23: fatal error: stropts.h: No such file or
directory
removing it from the source temporarily fixes the issue. The correct
solution seems to be to make sure we use
HAVE_STROPTS_H=0
not sure how to do that since we are building from pre-configured source
and this might not apply to all systems
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#93?email_source=notifications&email_token=AAJTZPZPERQHH7OB5M6LO23Q7CDJ3A5CNFSM4KKKEAOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IIA4LLQ>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJTZPYLJQNPBCXMBHRZZOLQ7CDJ3ANCNFSM4KKKEAOA>
.