-
-
Notifications
You must be signed in to change notification settings - Fork 550
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
make mingw fails with undefined reference to _strnlen #4
Comments
That's interesting. I have no problems with but on another (debian) system with Must have been added fairly recently. See also: We could add a check for strnlen, I suppose, and if not present include |
Seems related to feature test macros. We probably have to compile with |
Same error with patch. |
I ran and have since re-run with 'make clean' and it still shows the same On Sun, Feb 1, 2015 at 3:17 PM, Nick Wellnhofer notifications@github.com
|
OK, then we should simply avoid |
Result of
|
Confirmed: With this fix I can build with the older mingw version. Thanks! |
Works for me as well - thanks for the quick response. |
[CMake] Export the CMark targets
* Include table alignment when rendering LaTeX * Include table alignment when rendering man (preserving default centre alignment here) * Trim table cell interiors * Expand test cases * Fix escaping behaviour * Do not use enum for alignment * Do not collide against stdlib `ispunct` * Cleanup pipe code * Don't reparse matched rows
The text was updated successfully, but these errors were encountered: