Skip to content

Instantly share code, notes, and snippets.

@philips
Created January 19, 2012 19:56
Show Gist options
  • Save philips/1642185 to your computer and use it in GitHub Desktop.
Save philips/1642185 to your computer and use it in GitHub Desktop.
src/lhttp_parser.c: In function ‘lhttp_parser_parse_url’:
src/lhttp_parser.c:328: error: storage size of ‘u’ isn’t known
cc1: warnings being treated as errors
src/lhttp_parser.c:329: warning: implicit declaration of function ‘http_parser_parse_url’
src/lhttp_parser.c:333: error: ‘UF_SCHEMA’ undeclared (first use in this function)
src/lhttp_parser.c:333: error: (Each undeclared identifier is reported only once
src/lhttp_parser.c:333: error: for each function it appears in.)
src/lhttp_parser.c:337: error: ‘UF_HOST’ undeclared (first use in this function)
src/lhttp_parser.c:341: error: ‘UF_PORT’ undeclared (first use in this function)
src/lhttp_parser.c:347: error: ‘UF_PATH’ undeclared (first use in this function)
src/lhttp_parser.c:351: error: ‘UF_QUERY’ undeclared (first use in this function)
src/lhttp_parser.c:355: error: ‘UF_FRAGMENT’ undeclared (first use in this function)
src/lhttp_parser.c:328: warning: unused variable ‘u’
make: *** [build/lhttp_parser.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment