We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ gcc --version gcc (Debian 4.9.1-19) 4.9.1 ...
How do I fix it when I make it?
The text was updated successfully, but these errors were encountered:
Sundown was deprecated / frozen a while ago, you should use a fork like Hoedown instead.
Sorry, something went wrong.
Even though Sundown might be deprecated, that it is not a satisfactory answer to the question on why it does not compile with GCC 4.9.
Put a comma after it in the Makefile:
@@ -44,7 +44,7 @@ libsundown.so: libsundown.so.1 ln -f -s $^ $@ libsundown.so.1: $(SUNDOWN_SRC) - $(CC) $(LDFLAGS) -shared -Wl $^ -o $@ + $(CC) $(LDFLAGS) -shared -Wl,$^ -o $@ # executables
No branches or pull requests
$ gcc --version
gcc (Debian 4.9.1-19) 4.9.1
...
How do I fix it when I make it?
The text was updated successfully, but these errors were encountered: