daggy icon indicating copy to clipboard operation
daggy copied to clipboard

fatal error: 'mustache.hpp' file not found

Open yurivict opened this issue 3 years ago • 1 comments

Describe the bug

In file included from <built-in>:1:
In file included from /disk-samsung/freebsd-ports/sysutils/daggy/work/.build/Daggy/CMakeFiles/daggy.dir/cmake_pch.hxx:5:
/disk-samsung/freebsd-ports/sysutils/daggy/work/daggy-2.1.3/src/Daggy/Precompiled.hpp:24:10: fatal error: 'mustache.hpp' file not found
#include <mustache.hpp>
         ^~~~~~~~~~~~~~
1 error generated.

configure succeeded.

Did you forget to check libmustache in configure?

To Reproduce regular build

Desktop (please complete the following information):

  • OS: FreeBSD 13.1
  • Version 2.1.3

yurivict avatar Aug 28 '22 19:08 yurivict

Thank you for report! Yes, the check is absent, need to make it.

synacker avatar Aug 29 '22 08:08 synacker