sci-visus/OpenVisus

Curl does not build on Linux

ptbremer opened this issue · 1 comments

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