Closed NuLogicSystems closed 5 years ago
Update: refactored my PKGBUILD to use ninja and got the same exact error.
Hi @NuLogicSystems, this is the same issue as reported in #47, that issue needs a better description.
I spent some time looking into it the other day. It is a pretty strange issue, and casualty resulting from the switch to meson. With 1.22.x, if built with autotools, no issues. If built with meson, you get the issue you ran into and is in #47. Nothing in the CMakeLists.txt files for ecrire changed, and it has libefreet_mime for linking, but fails to add it to the linking command per my comments in https://github.com/Obsidian-StudiosInc/ecrire/issues/47#issuecomment-532314348
I may have to switch to meson to resolve, unless I can figure out what is going wrong with cmake. The files all seem the same, so hard to blame on the switch to meson, but that is when the issue started. There must be something different somewhere...
Closing as a duplicate of #47
Using cmake + gnu make