Discussions

Ask a Question
Back to All

Problem building on Linux Mint

I just want to give this a try. It sounds kind of cool, leveraging zfs and all, but I ran into a couple of compilation problems.

I am stuck on this one now:

bob@bob-VirtualBox ~/dalmatinerdb $ make
[ -f .git/hooks ] && cp hooks/pre-commit .git/hooks || true
/home/bob/dalmatinerdb/rebar3 compile
===> Verifying dependencies...
===> Compiling otters
===> Compiling _build/default/lib/otters/src/of_parser.erl failed
../../Users/heinz/Projects/fifo/forks/otters/_build/default/lib/otters/src/of_parser.erl:185: attribute 'dialyzer' after function definitions
../../Users/heinz/Projects/fifo/forks/otters/_build/default/lib/otters/src/of_parser.erl:267: attribute 'dialyzer' after function definitions

It seems that there are references to files that I don't have. Any help would be appreciated.