Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discount no longer builds #41

Closed
KosmicTask opened this issue Jan 23, 2012 · 2 comments
Closed

Discount no longer builds #41

KosmicTask opened this issue Jan 23, 2012 · 2 comments

Comments

@KosmicTask
Copy link

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

@Orc
Copy link
Owner

Orc commented Jan 23, 2012

blocktags is a generated file that should be created when you run a make. Are you leaving that step out?

@Orc Orc closed this as completed Jan 23, 2012
@KosmicTask
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants