tome2/tome2

make ends on 'error 2'

Closed this issue · 4 comments

On Slackware64 GNU/Linux 15+current gcc 12.2, making 1e26568 ends on 'error 2': gist log.

What OS, compiler, and compiler version?

What OS, compiler, and compiler version?

Slackware64 GNU/Linux 15+current gcc 12.2

Does it work if you add

#include <map>

just above the #include <boost/... line at the top?

Does it work if you add

#include <map>

just above the #include <boost/... line at the top?

In squelch/condition.cc? Yes.