Shalom
When I installed Manjaro it came with gcc 7.3 already installed
and this software:
https://github.com/Ebenezer-group/onwards
builds fine with g++. I installed clang using the pacman tool
and got clang 6.0.0. When I build the same software, I get an
error:
clang++ -stdlib=libc++ -std=c++17 -I. -Os -Wundef -W -Wall -Wextra -Wpedantic -Wreorder -o tiers/genz tiers/genz.cc
In file included from tiers/genz.cc:1:
In file included from ./Buffer.hh:2:
./ErrorWords.hh:2:9: fatal error: 'exception' file not found
#include<exception>
Previously I was using openSuse and was able to build the
software with both gcc and clang on that configuration. Any
ideas on how to fix this? Thanks in advance.
Brian
Ebenezer Enterprises - Enjoying programming again.
http://webEbenezer.net