[vz-dev] Temp-Sensoren einbinden?

Thorben Thuermer r00t at constancy.org
Mon May 30 14:50:05 CEST 2011


On Mon, 30 May 2011 14:35:07 +0200
"M. Hagedorn" <mic01 at uni-muenster.de> wrote:
> /usr/include/microhttpd.h:497:3: error: expected specifier-qualifier-list 
> before ‘intptr_t’
> /usr/include/microhttpd.h:717:32: error: expected declaration specifiers 
> or ‘...’ before ‘socklen_t’
> /usr/include/microhttpd.h:830:5: error: expected declaration specifiers 
> or ‘...’ before ‘uint64_t’
> /usr/include/microhttpd.h:868:46: error: expected declaration specifiers 
> or ‘...’ before ‘uint64_t’
> /usr/include/microhttpd.h:1085:66: error: expected ‘)’ before ‘size’

http://www.google.com/search?q=%22intptr_t%22
http://www.google.com/search?q=%22socklen_t%22
http://www.google.com/search?q=%22uint64_t%22

sieht aus als fehlt irgendwo ein #include <sys/socket.h> und #include <stdint.h>
wenn typendefinitionen fehlen, werden die fehlermeldungen vom compiler
etwas kryptisch...


More information about the volkszaehler-dev mailing list