Hi there,
I've been trying to install the latest version of SCIRun on linux, and I'm getting the following compiling errors:
------------------------------------------------------------------------------------------
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for include files CMAKE_HAVE_STDLIB_H
-- Looking for include files CMAKE_HAVE_STDLIB_H - found
-- Looking for include files CMAKE_HAVE_SYS_IOCTL_H
-- Looking for include files CMAKE_HAVE_SYS_IOCTL_H - found
-- Looking for include files CMAKE_HAVE_SYS_SOCKET_H
-- Looking for include files CMAKE_HAVE_SYS_SOCKET_H - found
-- Looking for include files CMAKE_HAVE_SYS_SOCKIO_H
-- Looking for include files CMAKE_HAVE_SYS_SOCKIO_H - not found.
-- Looking for include files CMAKE_HAVE_NET_IF_H
-- Looking for include files CMAKE_HAVE_NET_IF_H - found
-- Looking for include files CMAKE_HAVE_NETINET_IN_H
-- Looking for include files CMAKE_HAVE_NETINET_IN_H - found
-- Looking for include files CMAKE_HAVE_NET_IF_DL_H
-- Looking for include files CMAKE_HAVE_NET_IF_DL_H - not found.
-- Looking for include files CMAKE_HAVE_NET_IF_ARP_H
-- Looking for include files CMAKE_HAVE_NET_IF_ARP_H - found
-- Checking if ifreq has a sa_len
-- Checking if ifreq has a sa_len -- no
-- Checking to see if CXX compiler accepts flag -features=no%anachronisms
-- Checking to see if CXX compiler accepts flag -features=no%anachronisms - No
-- Configuring incomplete, errors occurred!
***ERROR in build script
The failed command was:
/usr/bin/cmake . -DBUILD_EXAMPLES=0 -DBUILD_TESTING=0 -DCMAKE_INSTALL_PREFIX=/opt/SCIRun4.1_rel/thirdparty.bin// -DBUILD_SHARED_LIBS=1 -DCMAKE_BUILD_TYPE=Release -DITK_USE_SYSTEM_PNG=ON -DITK_USE_SYSTEM_TIFF=ON -DITK_USE_SYSTEM_ZLIB=ON
------------------------------------------------------------------------------------------
It seems like I must be missing some developmental libraries or something, but I'm unsure what it may be. Thanks,