Closed NiklasKappel closed 1 year ago
Hi,
Thanks for reporting this. There was a change in one of the upstream deps and the fix was not yet ported to the main branch. Should be fixed now with 29e0cc9fe4138a035a9696cc7b017a7c086c7b35
All in all, if possible I recommend using the cpp20
branch:
nix build github:heal-research/operon/cpp20 --no-write-lock-file
Thanks for the quick reply! The instructions in README.md
, BUILDING.md
and HACKING.md
now all work for me in both the master
and cpp20
branches.
Hi, I am a PhD student interested in building and trying out operon. I tried the following (in a fresh Fedora 38 virtual machine):
This fails with:
Then I cloned the repo and tried the instructions in
BUILDING.md
(on Fedora 38 Silverblue):Which fails with the same error
'Map' in namespace 'Operon' does not name a template type
. Full CMake outputs are here and here.This confuses me a bit because I am pretty sure that I successfully built operon earlier this month and the last commit to the master branch seems to be over a month old.