Open Ttibsi opened 7 months ago
Hmm, strange. Thanks for the report.
Out of curiosity, if you do make edge
, does that command also fail? Or do you get a similar error?
If you do git diff
, does it print anything? I'm wondering if some file related with libtool and glog-0.4.0 may have been overwritten (I've run into some problems related to this in the past, IIRC they had to do with version mismatches).
git diff
shows no changes, although make edge
raises a bunch of actual build errors this time related to google::int32
/int64
not being defined and some other errors:
System: ubuntu@latest docker container (22.04)
Following the commands on the readme (as well as installing
libtool
andmake
beforehand) gets me a bunch of warnings that stop compilation when I runmake
: