You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make
[ 1%] Building CXX object CMakeFiles/fmt.dir/src/format.cc.o
In file included from /home/chris/fmt/include/fmt/format-inl.h:20:0,
from /home/chris/fmt/src/format.cc:8:
/home/chris/fmt/include/fmt/format.h:76:13: error: expected unqualified-id before ‘!’ token
&& (!defined(EDG_VERSION) || EDG_VERSION >= 520)
...
...hundreds of lines more of errors
make
[ 1%] Building CXX object CMakeFiles/fmt.dir/src/format.cc.o
In file included from /home/chris/fmt/include/fmt/format-inl.h:20:0,
from /home/chris/fmt/src/format.cc:8:
/home/chris/fmt/include/fmt/format.h:76:13: error: expected unqualified-id before ‘!’ token
&& (!defined(EDG_VERSION) || EDG_VERSION >= 520)
...
...hundreds of lines more of errors
$ g++ --version
g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
commit 4e94c64
failed with previous commit too
I can build branch 4.x just fine.
The text was updated successfully, but these errors were encountered: