Skip to content

Instantly share code, notes, and snippets.

@davidfstr
Created March 22, 2013 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidfstr/5219304 to your computer and use it in GitHub Desktop.
Save davidfstr/5219304 to your computer and use it in GitHub Desktop.
RDiscount 2.0.7.1 - Windows 7 - make#2
compiling rdiscount.c
rdiscount.c: In function 'rb_rdiscount_to_html':
rdiscount.c:19:5: warning: implicit declaration of function 'rb_rdiscount__get_flags'
rdiscount.c:19:5: warning: ISO C90 forbids mixed declarations and code
rdiscount.c:32:5: warning: ISO C90 forbids mixed declarations and code
rdiscount.c: In function 'rb_rdiscount_toc_content':
rdiscount.c:68:5: warning: ISO C90 forbids mixed declarations and code
compiling resource.c
In file included from resource.c:17:0:
markdown.h:85:5: error: expected specifier-qualifier-list before 'DWORD'
markdown.h:141:37: error: expected declaration specifiers or '...' before 'DWORD'
markdown.h:150:44: error: expected declaration specifiers or '...' before 'DWORD'
markdown.h:151:50: error: expected declaration specifiers or '...' before 'DWORD'
markdown.h:158:33: error: expected declaration specifiers or '...' before 'DWORD'
markdown.h:159:40: error: expected declaration specifiers or '...' before 'DWORD'
make: *** [resource.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment