Skip to content

Instantly share code, notes, and snippets.

@Madsy
Created March 1, 2014 15:32
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 Madsy/9291503 to your computer and use it in GitHub Desktop.
Save Madsy/9291503 to your computer and use it in GitHub Desktop.
GEN c-tokenize.o
In file included from /usr/include/stdlib.h:314:0,
from c-tokenize.c:28:
/usr/include/x86_64-linux-gnu/sys/types.h:65:17: error: two or more data types in declaration specifiers
/usr/include/x86_64-linux-gnu/sys/types.h:75:19: error: two or more data types in declaration specifiers
/usr/include/x86_64-linux-gnu/sys/types.h:80:17: error: two or more data types in declaration specifiers
make[3]: *** [c-tokenize.o] Error 1
make[3]: Leaving directory `/home/madsy/mingw/home/madsy/demo_deps/guile-2.0.9.219-e1bb-dirty-mingw/libguile'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/madsy/mingw/home/madsy/demo_deps/guile-2.0.9.219-e1bb-dirty-mingw/libguile'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/madsy/mingw/home/madsy/demo_deps/guile-2.0.9.219-e1bb-dirty-mingw'
make: *** [all] Error 2
madsy@singularity2:~/mingw/home/madsy/demo_deps/guile-2.0.9.219-e1bb-dirty-mingw$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment