On 26 May 2013 01:52, major_ghz <major_...@electronique-libre.org> wrote: > when i do a make, i have this : > > config.h:77:2: error: ‘TAGKEYS’ undeclared here (not in a function) > config.h:77:33: error: expected ‘}’ before numeric constant > config.h:77:61: error: expected ‘,’ or ‘;’ before ‘)’ token > config.h:86:66: error: expected identifier or ‘(’ before ‘,’ token > config.h:87:2: warning: ISO C does not allow extra ‘;’ outside of a function > [-pedantic]
You are not calling the TAGKEYS macro properly. You are missing the leading paren.