Hi Axel,
The error I'm getting is:
g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -g -O2 -MT parser.o -MD -MP -MF .deps/parser.Tpo -c -o parser.o parser.cc
mv -f .deps/parser.Tpo .deps/parser.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -g -O2 -MT scanner.o -MD -MP -MF .deps/scanner.Tpo -c -o scanner.o scanner.cc
scanner.ll:28:20: fatal error: parser.h: No such file or directory
#include "parser.h"
The HPC I'm trying to install it on is:
https://www.hpc-midlands-plus.ac.uk/
These are the modules I loaded:
module load cmake/3.6.0
module load intel/compiler/64/2017.2.174
module load intel/mkl/64/2017.2.174
module load intel/mpi/64/2017.2.174
module load gcc/6.3.0/1
module load libcxx/3.4.2/1
module load flex/2.5.37/1
module load bison/2.7/1