It seems fbtk.c is missing some header file, I'm getting: framebuffer/fbtk/fbtk.c:630: error: 'va_list' undeclared (first use in this function)
framebuffer/fbtk/fbtk.c:630: error: (Each undeclared identifier is reported only once framebuffer/fbtk/fbtk.c:630: error: for each function it appears in.) framebuffer/fbtk/fbtk.c:630: error: expected ';' before 'ap' framebuffer/fbtk/fbtk.c:644: warning: implicit declaration of function 'va_start' framebuffer/fbtk/fbtk.c:644: warning: nested extern declaration of 'va_start' framebuffer/fbtk/fbtk.c:644: error: 'ap' undeclared (first use in this function) framebuffer/fbtk/fbtk.c:648: warning: implicit declaration of function 'va_arg' framebuffer/fbtk/fbtk.c:648: warning: nested extern declaration of 'va_arg' framebuffer/fbtk/fbtk.c:648: error: expected expression before 'int' framebuffer/fbtk/fbtk.c:652: error: expected expression before 'int' framebuffer/fbtk/fbtk.c:656: error: expected expression before 'void' framebuffer/fbtk/fbtk.c:657: error: expected expression before 'int' framebuffer/fbtk/fbtk.c:658: error: expected expression before 'int' framebuffer/fbtk/fbtk.c:662: error: expected expression before 'void' framebuffer/fbtk/fbtk.c:666: error: expected expression before 'int' framebuffer/fbtk/fbtk.c:667: error: expected expression before 'int' framebuffer/fbtk/fbtk.c:679: warning: implicit declaration of function 'va_end' framebuffer/fbtk/fbtk.c:679: warning: nested extern declaration of 'va_end' make: *** [build-mint-framebuffer/framebuffer_fbtk_fbtk.o] Error 1 Probably this can be fixed by some include, but I wanted to report this, because netsurf claims to be coded cleanly and portable :) Greets, Ole
