Orphaned. I have returned to BSD for now.
Search Criteria
Package Details: multimarkdown-git 3.7.1.2.g0d9c20e-1
Package Actions
| Package Base: | multimarkdown-git |
|---|---|
| Description: | Expanded version of John Gruber's original Markdown |
| Upstream URL: | https://github.com/fletcher/peg-multimarkdown |
| Category: | lib |
| Licenses: | |
| Submitter: | xilef |
| Maintainer: | lowfatcomputing |
| Last Packager: | None |
| Votes: | 16 |
| First Submitted: | 2009-08-29 16:47 |
| Last Updated: | 2013-05-05 00:08 |
Latest Comments
Comment by xilef
Comment by xilef
Thanks for your updates!
Comment by lahwaacz
fixed PKGBUILD: https://gist.github.com/lahwaacz/5518253
Comment by sigo
add this just before make for x86_64 arch to avoid "fatal error: glib.h"
export C_INCLUDE_PATH=:/usr/include/glib-2.0:/usr/lib/glib-2.0/include:/usr/lib/x86_64-linux-gnu/glib-2.0/include/
Anonymous comment
Works for me Feb 2012
Comment by senft
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -o markdown_parser.o markdown_parser.c
In file included from markdown_parser.c:28:0:
markdown_peg.h:5:14: error: expected identifier or ‘(’ before ‘__extension__’
make: *** [markdown_parser.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
The build failed.