jpcima / faustpp

A post-processor for faust, which allows to generate with more flexibility
Boost Software License 1.0
23 stars 3 forks source link

Need to update jinja2cpp because newer gcc complains about missing <mutex> include in template_env.h #9

Closed SpotlightKid closed 2 years ago

SpotlightKid commented 2 years ago

This missing include is fixed in jinja2cpp upstream:

https://github.com/jinja2cpp/Jinja2Cpp/blob/master/include/jinja2cpp/template_env.h#L9

jpcima commented 2 years ago

It's updated with jinja2cpp, latest version, which fixes it.

It's regrettable that jinja2cpp comes with a large set of submodules (including the entire boost) Perhaps the better idea will be to change it into a FetchContent checkout.