Skip to content

Instantly share code, notes, and snippets.

@toshiyukino
Last active December 24, 2015 18:19
Show Gist options
  • Save toshiyukino/6842295 to your computer and use it in GitHub Desktop.
Save toshiyukino/6842295 to your computer and use it in GitHub Desktop.
Nginxのコンパイルに openssl-1.0.1e を使ったら「md2test.c:1:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token」になるので回避策。 http://stackoverflow.com/questions/7256087/error-compiling-openssl-with-mingw-msys より
/* dummytest.c */
#include "dummytest.c"
/* dummytest.c +/
#include "dummytest.c"
/* dummytest.c */
#include "dummytest.c"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment