Hi,
I had the same error as Libby and running ./configure LDFLAGS=-L/opt/local/lib CPPFLAGS=-I/opt/local/include appears to allow the configure script to run correctly. I am running OSX 10.8.5. I am using macports and downloaded gsl and boost. However when I run "make", I now get the following error:
"make all-recursive
Making all in src
g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -I/opt/local/include -g -O2 -MT TreeMix.o -MD -MP -MF .deps/TreeMix.Tpo -c -o TreeMix.o TreeMix.cpp
In file included from /usr/local/lib/gcc/x86_64-apple-darwin14.0.0/4.9.2/include/stdint.h:9:0,
from /opt/local/include/boost/cstdint.hpp:60,
from /opt/local/include/boost/integer_fwd.hpp:17,
from /opt/local/include/boost/integer/static_log2.hpp:19,
from /opt/local/include/boost/functional/hash/detail/hash_float.hpp:17,
from /opt/local/include/boost/functional/hash/hash.hpp:21,
from /opt/local/include/boost/functional/hash.hpp:6,
from /opt/local/include/boost/unordered/unordered_set.hpp:21,
from /opt/local/include/boost/unordered_set.hpp:17,
from /opt/local/include/boost/graph/adjacency_list.hpp:21,
from Settings.hpp:44,
from TreeMix.cpp:8:
/usr/local/lib/gcc/x86_64-apple-darwin14.0.0/4.9.2/include-fixed/stdint.h:27:32: fatal error: sys/_types/_int8_t.h: No such file or directory
#include <sys/_types/_int8_t.h>
^
compilation terminated.
make[2]: *** [TreeMix.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2"
Do you know what could cause this error?
Thanks for your help!
Cheers,
Kimberly