You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to pull in discount as a submodule for a couple of OS X projects but the project no longer builds.
See the following commit 07c1092
/* the standard collection of tags are built and sorted when
10 * discount is configured, so all we need to do is pull them
11 * in and use them.
12 *
13 * Additional tags still need to be allocated, sorted, and deallocated.
14 */
15 #include "blocktags"
blocktags doesn't seem to be in in the repository.
Thanks
Jonathan
The text was updated successfully, but these errors were encountered:
That's what the problem is then.
We import discount into the following repo https://github.com/rentzsch/markdownlive
We had been using v2.1.0 without issue.
We don't run the makefile but just compile the code directly into an OS X framework.
We can probably just run a build phase script to generate the blocktags target.
Hi David
I was trying to pull in discount as a submodule for a couple of OS X projects but the project no longer builds.
See the following commit 07c1092
/* the standard collection of tags are built and sorted when
10 * discount is configured, so all we need to do is pull them
11 * in and use them.
12 *
13 * Additional tags still need to be allocated, sorted, and deallocated.
14 */
15 #include "blocktags"
blocktags doesn't seem to be in in the repository.
Thanks
Jonathan
The text was updated successfully, but these errors were encountered: