dvorka / mindforger

Thinking notebook and Markdown editor with LLM wingman.
https://www.mindforger.com
GNU General Public License v2.0
2.21k stars 133 forks source link

[Question] cmark-gfm internal header files #1511

Open bkmgit opened 11 months ago

bkmgit commented 11 months ago

The files cmark-gfm files registry.h and parser.h are referenced from cmark_gfm_markdown_transcoder.cpp which can make building and linking mindforger with an external cmark-gfm installation difficult. Is there some way to avoid this or have additional declarations added to the installed header files  

lopter commented 1 month ago

Bump on that, I am trying to update the NixOS derivation for mindforger, and the way the project integrates with cmark-gfm as a git submodule that needs to be built ahead of mindforger makes it a nightmare.

edit: finally figured out what feels the right way to deal with it, see nixpkgs#314128.