I get the following error message when I am trying to compile the master branch on my Debian:
[kbat@jasper master]$ ./CMake.pl
[kbat@jasper master]$ cmake ./
-- Configuring done
-- Generating done
-- Build files have been written to: /home/kbat/misc/soft/comblayer/master
[kbat@jasper master]$ make ess
[ 0%] Building CXX object CMakeFiles/libglobal.dir/global/XMLwriteVisitor.cxx.o
global/XMLwriteVisitor.cxx:22:10: fatal error: 'fstream' file not found
I get the following error message when I am trying to compile the master branch on my Debian: