Welcome to Cadabra Q&A, where you can ask questions and receive answers from other members of the community.
0 votes

While installing/building cadabra2-git from AUR (Antergos, with kernel 4.11.3-1-ARCH) I get the following makefile error error.png

Any help will be greatly appreciated.

in Installation trouble by (120 points)

1 Answer

0 votes

It looks like core/Functional.hh should have had a line

#include <functional>

at the top (below the #pragma once line). Can you add that and let me know?

My compiler is apparently not picky enough to bail out on this one.

by (80.3k points)
...