Compilation avec une librairie.
Bonjour j'essaye de compiler cette librairie: http://tidy.sourceforge.net/
Quant je fait mon make, sa me créer ma librairie statique mais lorsque j'ai juste essayé d'inclure un header dans mon code source, y'a eu une fête de message d'erreurs de ce style:
Citation:
include/tidy.h:136:16: warning: character constant too long for its type
include/tidy.h:136:126: warning: character constant too long for its type
include/tidy.h:136:151: warning: unknown escape sequence '\/'
include/tidy.h:136:151: warning: character constant too long for its type
include/tidy.h:137: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘++’ token
include/tidy.h:139: error: expected identifier or ‘(’ before ‘<’ token
include/tidy.h:612:22: error: invalid digit "9" in octal constant
include/tidy.h:795:16: error: invalid digit "9" in octal constant
include/tidy.h:1139:41: warning: missing terminating ' character
In file included from test.c:1:
include/tidy.h:1139: error: missing terminating ' character
include/tidy.h:1385: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘and’
include/tidy.h:1385: error: expected identifier or ‘(’ before numeric constant
include/tidy.h:1476:22: error: invalid digit "9" in octal constant
include/tidy.h:1526:18: error: too many decimal points in number
include/tidy.h:1543:22: error: invalid digit "8" in octal constant
include/tidy.h:1556:29: error: too many decimal points in number
include/tidy.h:1564:95: error: too many decimal points in number
include/tidy.h:1595:18: error: too many decimal points in number
include/tidy.h:1612:22: error: invalid digit "8" in octal constant
include/tidy.h:1625:29: error: too many decimal points in number
include/tidy.h:1633:95: error: too many decimal points in number
include/tidy.h:1648: error: stray ‘\’ in program
include/tidy.h:1660:18: error: too many decimal points in number
include/tidy.h:1690:29: error: too many decimal points in number
include/tidy.h:1698:94: error: too many decimal points in number
include/tidy.h:1725:18: error: too many decimal points in number
include/tidy.h:1755:29: error: too many decimal points in number
Que signifie tous ça?, merci pour ceux qui savent.
a+:ccool: