Hi,
I've been trying to install Galprop, but keep running into the same problem, that there is a missing file called 'healpix_base.h'.
I first run
Code:
autoreconf -i -v -f
then I configure with the following options:
Code:
./configure --with-cfitsio=<cfitsio_directory> --with-clhep=<clhep_directory> --with-gsl=<gsl_directory> --with-healpix=<healpix_directory>/src/generic_gcc --with-ccfits=<ccfits_directory> CXX=gcc F77=gfortran CXXFLAGS="-fopenmp -Wno-unused-function" FFLAGS="-fopenmp"
then I run
Code:
make
which gives the error message:
Code:
In file included from Skymap.h:13:0,
from Galaxy.h:11,
from galprop_classes.h:14,
from D_pp.cc:15:
HealpixBaseExtended.h:10:26: fatal error: healpix_base.h: No such file or directory
#include "healpix_base.h"
^
compilation terminated.
I think all the dependencies (CCfits, GSL, Healpix, etc...) are installed OK, and I am using Healpix 2.20a as I understand there are compatability problems between later versions of Healpix & Galprop(?).
I've tried installing on systems running Red Hat, Ubuntu and Mac (Yosemite), and all end up giving me the same error message, so I am probably making the same mistake when trying to install each time. Just wondered if anyone had any ideas as to what I am doing wrong?
Thanks,
Ellis