pb compilation winex

pb compilation winex - Logiciels - Linux et OS Alternatifs

Marsh Posté le 27-11-2003 à 01:47:47    

bonjour
 
voila j'aimerai installer winex pour pouvoir jouer a cs ss linux. j'ai recupere les src de winex 3.2
pour le ./configure il n'y a apparemment pas de pb (seulement ce avertissement :

Citation :


*** Note: Your system appears to have the FreeType 2 runtime libraries
*** installed, but 'freetype-config' is not in your PATH. Install the
*** freetype-devel package (or its equivalent on your distribution) to
*** enable Wine to use TrueType fonts
)


le make depend se fait sans pb. le pb vient du make :  

Citation :


gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o lex.ppl.o lex.ppl.c
./ppl.l:82:1: attention : « /* » à l'intérieur d'un commentaire
./ppl.l:91:2: #endif sans #if
./ppl.l: Dans la fonction « pplex »:
./ppl.l:305: error: `seen_junk' undeclared (first use in this function)
./ppl.l:305: error: (Each undeclared identifier is reported only once
./ppl.l:305: error: for each function it appears in.)
./ppl.l:305: error: `pp_pp' undeclared (first use in this function)
./ppl.l:310: error: `pp_ignore' undeclared (first use in this function)
./ppl.l:310: attention : implicit declaration of function `yy_pp_state'
./ppl.l:310: error: `pp_inc' undeclared (first use in this function)
./ppl.l:310: error: `tINCLUDE' undeclared (first use in this function)
./ppl.l:310: error: `pp_eol' undeclared (first use in this function)
./ppl.l:311: error: called object is not a function
./ppl.l:311: error: `pp_def' undeclared (first use in this function)
./ppl.l:312: error: `tERROR' undeclared (first use in this function)
./ppl.l:313: error: `tWARNING' undeclared (first use in this function)
./ppl.l:314: error: `tPRAGMA' undeclared (first use in this function)
./ppl.l:315: error: `tPPIDENT' undeclared (first use in this function)
./ppl.l:316: error: `pp_ifd' undeclared (first use in this function)
./ppl.l:316: error: `tUNDEF' undeclared (first use in this function)
./ppl.l:317: error: `tIFDEF' undeclared (first use in this function)
./ppl.l:318: error: `tIFNDEF' undeclared (first use in this function)
./ppl.l:319: error: `pp_if' undeclared (first use in this function)
./ppl.l:319: error: `tIF' undeclared (first use in this function)
./ppl.l:320: error: `tELIF' undeclared (first use in this function)
./ppl.l:321: error: `tELSE' undeclared (first use in this function)
./ppl.l:322: error: `tENDIF' undeclared (first use in this function)
./ppl.l:323: error: `pp_line' undeclared (first use in this function)
./ppl.l:323: error: `tLINE' undeclared (first use in this function)
./ppl.l:324: error: `tGCCLINE' undeclared (first use in this function)
./ppl.l:325: attention : implicit declaration of function `pperror'
./ppl.l:326: attention : implicit declaration of function `newline'
./ppl.l:326: error: `tNL' undeclared (first use in this function)
./ppl.l:334: attention : implicit declaration of function `make_number'
./ppl.l:334: error: `pplval' undeclared (first use in this function)
./ppl.l:335: attention : implicit declaration of function `new_string'
./ppl.l:335: attention : implicit declaration of function `add_string'
./ppl.l:335: error: `pp_iqs' undeclared (first use in this function)
./ppl.l:336: error: `pp_dqs' undeclared (first use in this function)
./ppl.l:340: error: called object is not a function
./ppl.l:362: error: `pp_defined' undeclared (first use in this function)
./ppl.l:362: error: `tDEFINED' undeclared (first use in this function)
./ppl.l:363: error: `tLSHIFT' undeclared (first use in this function)
./ppl.l:364: error: `tRSHIFT' undeclared (first use in this function)
./ppl.l:365: error: `tLOGAND' undeclared (first use in this function)
./ppl.l:366: error: `tLOGOR' undeclared (first use in this function)
./ppl.l:367: error: `tEQ' undeclared (first use in this function)
./ppl.l:368: error: `tNE' undeclared (first use in this function)
./ppl.l:369: error: `tLTE' undeclared (first use in this function)
./ppl.l:370: error: `tGTE' undeclared (first use in this function)
./ppl.l:375: error: `pp_sqs' undeclared (first use in this function)
./ppl.l:383: attention : implicit declaration of function `xstrdup'
./ppl.l:383: error: `tIDENT' undeclared (first use in this function)
./ppl.l:406: error: `tLITERAL' undeclared (first use in this function)
./ppl.l:409: error: called object is not a function
./ppl.l:415: error: `pp_macro' undeclared (first use in this function)
./ppl.l:415: error: `tMACRO' undeclared (first use in this function)
./ppl.l:416: error: `pp_define' undeclared (first use in this function)
./ppl.l:416: error: `tDEFINE' undeclared (first use in this function)
./ppl.l:435: error: `pp_mbody' undeclared (first use in this function)
./ppl.l:435: error: `tMACROEND' undeclared (first use in this function)
./ppl.l:439: error: `tELIPSIS' undeclared (first use in this function)
./ppl.l:448: error: `tCONCAT' undeclared (first use in this function)
./ppl.l:449: error: `tSTRINGIZE' undeclared (first use in this function)
./ppl.l:467: error: `pp_macscan' undeclared (first use in this function)
./ppl.l:474: error: `macexpstackentry_t' undeclared (first use in this function)
./ppl.l:474: error: `mac' undeclared (first use in this function)
./ppl.l:474: attention : implicit declaration of function `pop_macro'
./ppl.l:476: attention : implicit declaration of function `put_buffer'
./ppl.l:478: attention : implicit declaration of function `free_macro'
./ppl.l:486: attention : implicit declaration of function `MACROPARENTHESES'
./ppl.l:486: error: invalid lvalue in increment
./ppl.l:487: attention : implicit declaration of function `add_text_to_macro'
./ppl.l:490: error: invalid lvalue in decrement
./ppl.l:493: attention : implicit declaration of function `macro_add_arg'
./ppl.l:506: error: `pp_comment' undeclared (first use in this function)
./ppl.l:507: error: `line_number' undeclared (first use in this function)
./ppl.l:507: error: `char_number' undeclared (first use in this function)
./ppl.l:524: attention : implicit declaration of function `ppwarning'
./ppl.l:536: error: called object is not a function
./ppl.l:543: error: `RCINCL' undeclared (first use in this function)
./ppl.l:544: error: called object is not a function
./ppl.l:545: attention : implicit declaration of function `get_string'
./ppl.l:546: error: `tDQSTRING' undeclared (first use in this function)
./ppl.l:548: attention : implicit declaration of function `put_string'
./ppl.l:555: error: called object is not a function
./ppl.l:561: error: `tSQSTRING' undeclared (first use in this function)
./ppl.l:571: error: `tIQSTRING' undeclared (first use in this function)
./ppl.l:601: attention : implicit declaration of function `string_start'
./ppl.l:608: error: `pp_entry_t' undeclared (first use in this function)
./ppl.l:608: error: `ppp' undeclared (first use in this function)
./ppl.l:610: attention : implicit declaration of function `pplookup'
./ppl.l:612: error: called object is not a function
./ppl.l:615: error: called object is not a function
./ppl.l:621: error: called object is not a function
./ppl.l:621: error: `INITIAL' undeclared (first use in this function)
./ppl.l:623: error: `tRCINCLUDE' undeclared (first use in this function)
./ppl.l:632: error: `def_special' undeclared (first use in this function)
./ppl.l:633: attention : implicit declaration of function `expand_special'
./ppl.l:635: error: `def_define' undeclared (first use in this function)
./ppl.l:636: attention : implicit declaration of function `expand_define'
./ppl.l:638: error: `def_macro' undeclared (first use in this function)
./ppl.l:639: error: `pp_macign' undeclared (first use in this function)
./ppl.l:640: attention : implicit declaration of function `push_macro'
./ppl.l:643: attention : implicit declaration of function `internal_error'
./ppl.l:667: error: `tRCINCLUDEPATH' undeclared (first use in this function)
./ppl.l:680: attention : implicit declaration of function `isprint'
./ppl.l:696: error: `pp_macexp' undeclared (first use in this function)
./ppl.l:684: error: `bufferstackentry_t' undeclared (first use in this function)
./ppl.l:684: error: `bep' undeclared (first use in this function)
./ppl.l:684: attention : implicit declaration of function `pop_buffer'
./ppl.l:686: attention : implicit declaration of function `get_if_depth'
./ppl.l:699: attention : implicit declaration of function `expand_macro'
./ppl.l: Hors de toute fonction :
./ppl.l:730: attention : « newline » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:326: attention : déclaration précédente de « newline »
./ppl.l:730: attention : type mismatch with previous implicit declaration
./ppl.l:326: attention : previous implicit declaration of `newline'
./ppl.l:730: attention : « newline » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « newline »:
./ppl.l:731: error: `line_number' undeclared (first use in this function)
./ppl.l:732: error: `char_number' undeclared (first use in this function)
./ppl.l:737: error: `ncontinuations' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:770: error: erreur d'analyse syntaxique before "YYSTYPE"
./ppl.l:771: attention : « make_number » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:334: attention : déclaration précédente de « make_number »
./ppl.l: Dans la fonction « make_number »:
./ppl.l:778: attention : implicit declaration of function `toupper'
./ppl.l:778: error: `str' undeclared (first use in this function)
./ppl.l:778: error: `len' undeclared (first use in this function)
./ppl.l:812: error: `val' undeclared (first use in this function)
./ppl.l:812: error: `radix' undeclared (first use in this function)
./ppl.l:813: error: `tULONG' undeclared (first use in this function)
./ppl.l:818: error: `tSLONG' undeclared (first use in this function)
./ppl.l:823: error: `win32' undeclared (first use in this function)
./ppl.l:827: error: `tUINT' undeclared (first use in this function)
./ppl.l:841: error: `tSINT' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:852: error: erreur d'analyse syntaxique before '*' token
./ppl.l:853: attention : « expand_special » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:633: attention : déclaration précédente de « expand_special »
./ppl.l:853: attention : type mismatch with previous implicit declaration
./ppl.l:633: attention : previous implicit declaration of `expand_special'
./ppl.l:853: attention : « expand_special » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « expand_special »:
./ppl.l:857: attention : implicit declaration of function `assert'
./ppl.l:857: error: `ppp' undeclared (first use in this function)
./ppl.l:857: error: `def_special' undeclared (first use in this function)
./ppl.l:862: attention : implicit declaration of function `xrealloc'
./ppl.l:862: attention : affectation transforme un entier en pointeur sans transtypage
./ppl.l:863: error: `line_number' undeclared (first use in this function)
./ppl.l:868: error: `input_name' undeclared (first use in this function)
./ppl.l:868: attention : affectation transforme un entier en pointeur sans transtypage
./ppl.l:874: attention : affectation transforme un entier en pointeur sans transtypage
./ppl.l:875: attention : implicit declaration of function `strftime'
./ppl.l:875: attention : implicit declaration of function `localtime'
./ppl.l:875: error: `now' undeclared (first use in this function)
./ppl.l:880: attention : affectation transforme un entier en pointeur sans transtypage
./ppl.l:886: error: `debuglevel' undeclared (first use in this function)
./ppl.l:886: error: `DEBUGLEVEL_PPLEX' undeclared (first use in this function)
./ppl.l:888: error: `macexpstackidx' undeclared (first use in this function)
./ppl.l:896: attention : implicit declaration of function `push_buffer'
./ppl.l: Hors de toute fonction :
./ppl.l:901: error: erreur d'analyse syntaxique before '*' token
./ppl.l:902: attention : « expand_define » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:636: attention : déclaration précédente de « expand_define »
./ppl.l:902: attention : type mismatch with previous implicit declaration
./ppl.l:636: attention : previous implicit declaration of `expand_define'
./ppl.l:902: attention : « expand_define » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « expand_define »:
./ppl.l:903: error: `ppp' undeclared (first use in this function)
./ppl.l:903: error: `def_define' undeclared (first use in this function)
./ppl.l:905: error: `debuglevel' undeclared (first use in this function)
./ppl.l:905: error: `DEBUGLEVEL_PPLEX' undeclared (first use in this function)
./ppl.l:907: error: `macexpstackidx' undeclared (first use in this function)
./ppl.l:908: error: `input_name' undeclared (first use in this function)
./ppl.l:909: error: `line_number' undeclared (first use in this function)
./ppl.l: Dans la fonction « add_text »:
./ppl.l:929: error: `ALLOCBLOCKSIZE' undeclared (first use in this function)
./ppl.l:930: attention : affectation transforme un entier en pointeur sans transtypage
./ppl.l: Hors de toute fonction :
./ppl.l:938: error: erreur d'analyse syntaxique before '*' token
./ppl.l:938: error: erreur d'analyse syntaxique before '*' token
./ppl.l:939: attention : return type defaults to `int'
./ppl.l: Dans la fonction « add_expand_text »:
./ppl.l:945: error: `mtp' undeclared (first use in this function)
./ppl.l:950: error: `exp_text' undeclared (first use in this function)
./ppl.l:951: error: `debuglevel' undeclared (first use in this function)
./ppl.l:951: error: `DEBUGLEVEL_PPLEX' undeclared (first use in this function)
./ppl.l:956: error: `exp_stringize' undeclared (first use in this function)
./ppl.l:960: error: `mep' undeclared (first use in this function)
./ppl.l:973: error: `exp_concat' undeclared (first use in this function)
./ppl.l:979: attention : implicit declaration of function `isspace'
./ppl.l:986: error: `nnl' undeclared (first use in this function)
./ppl.l:1008: error: `exp_subst' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:1035: error: erreur d'analyse syntaxique before '*' token
./ppl.l:1036: attention : « expand_macro » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:699: attention : déclaration précédente de « expand_macro »
./ppl.l:1036: attention : type mismatch with previous implicit declaration
./ppl.l:699: attention : previous implicit declaration of `expand_macro'
./ppl.l:1036: attention : « expand_macro » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « expand_macro »:
./ppl.l:1037: error: `mtext_t' undeclared (first use in this function)
./ppl.l:1037: error: `mtp' undeclared (first use in this function)
./ppl.l:1041: error: `pp_entry_t' undeclared (first use in this function)
./ppl.l:1041: error: `ppp' undeclared (first use in this function)
./ppl.l:1041: error: `mep' undeclared (first use in this function)
./ppl.l:1044: error: `def_macro' undeclared (first use in this function)
./ppl.l:1053: error: `debuglevel' undeclared (first use in this function)
./ppl.l:1053: error: `DEBUGLEVEL_PPLEX' undeclared (first use in this function)
./ppl.l:1055: error: `macexpstackidx' undeclared (first use in this function)
./ppl.l:1056: error: `input_name' undeclared (first use in this function)
./ppl.l:1057: error: `line_number' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:1114: attention : « new_string » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:335: attention : déclaration précédente de « new_string »
./ppl.l:1114: attention : type mismatch with previous implicit declaration
./ppl.l:335: attention : previous implicit declaration of `new_string'
./ppl.l:1114: attention : « new_string » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « new_string »:
./ppl.l:1119: error: `strbuf_idx' undeclared (first use in this function)
./ppl.l:1120: error: `str_startline' undeclared (first use in this function)
./ppl.l:1120: error: `line_number' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:1124: attention : « add_string » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:335: attention : déclaration précédente de « add_string »
./ppl.l:1124: attention : type mismatch with previous implicit declaration
./ppl.l:335: attention : previous implicit declaration of `add_string'
./ppl.l:1124: attention : « add_string » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « add_string »:
./ppl.l:1127: error: `strbuf_idx' undeclared (first use in this function)
./ppl.l:1127: error: `strbuf_alloc' undeclared (first use in this function)
./ppl.l:1129: error: `ALLOCBLOCKSIZE' undeclared (first use in this function)
./ppl.l:1130: error: `strbuffer' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:1139: attention : « get_string » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:570: attention : déclaration précédente de « get_string »
./ppl.l:1139: attention : type mismatch with previous implicit declaration
./ppl.l:570: attention : previous implicit declaration of `get_string'
./ppl.l:1139: attention : « get_string » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « get_string »:
./ppl.l:1140: attention : implicit declaration of function `xmalloc'
./ppl.l:1140: error: `strbuf_idx' undeclared (first use in this function)
./ppl.l:1141: error: `strbuffer' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:1150: attention : « put_string » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:563: attention : déclaration précédente de « put_string »
./ppl.l:1150: attention : type mismatch with previous implicit declaration
./ppl.l:563: attention : previous implicit declaration of `put_string'
./ppl.l:1150: attention : « put_string » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « put_string »:
./ppl.l:1151: error: `strbuffer' undeclared (first use in this function)
./ppl.l:1151: error: `strbuf_idx' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:1158: attention : « string_start » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:601: attention : déclaration précédente de « string_start »
./ppl.l: Dans la fonction « string_start »:
./ppl.l:1159: error: `str_startline' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:1168: error: erreur d'analyse syntaxique before '*' token
./ppl.l:1169: attention : « push_buffer » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:1102: attention : déclaration précédente de « push_buffer »
./ppl.l:1169: attention : type mismatch with previous implicit declaration
./ppl.l:1102: attention : previous implicit declaration of `push_buffer'
./ppl.l:1169: attention : « push_buffer » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « push_buffer »:
./ppl.l:1170: error: `ppdebug' undeclared (first use in this function)
./ppl.l:1171: error: `bufferstackidx' undeclared (first use in this function)
./ppl.l:1171: error: `ppp' undeclared (first use in this function)
./ppl.l:1171: error: `filename' undeclared (first use in this function)
./ppl.l:1171: error: `incname' undeclared (first use in this function)
./ppl.l:1171: error: `pop' undeclared (first use in this function)
./ppl.l:1172: error: `MAXBUFFERSTACK' undeclared (first use in this function)
./ppl.l:1175: error: `bufferstack' undeclared (first use in this function)
./ppl.l:1178: error: `line_number' undeclared (first use in this function)
./ppl.l:1179: error: `char_number' undeclared (first use in this function)
./ppl.l:1182: error: `input_name' undeclared (first use in this function)
./ppl.l:1183: error: `ncontinuations' undeclared (first use in this function)
./ppl.l:1184: error: `include_state' undeclared (first use in this function)
./ppl.l:1185: error: `include_ppp' undeclared (first use in this function)
./ppl.l:1187: error: `include_ifdepth' undeclared (first use in this function)
./ppl.l:1188: error: `seen_junk' undeclared (first use in this function)
./ppl.l:1189: error: `pass_data' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:1206: error: erreur d'analyse syntaxique before '*' token
./ppl.l:1207: attention : return type defaults to `int'
./ppl.l:1207: attention : type mismatch with previous implicit declaration
./ppl.l:684: attention : previous implicit declaration of `pop_buffer'
./ppl.l:1207: attention : « pop_buffer » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « pop_buffer »:
./ppl.l:1208: error: `bufferstackidx' undeclared (first use in this function)
./ppl.l:1216: error: `bufferstack' undeclared (first use in this function)
./ppl.l:1220: error: `line_number' undeclared (first use in this function)
./ppl.l:1221: error: `char_number' undeclared (first use in this function)
./ppl.l:1222: error: `input_name' undeclared (first use in this function)
./ppl.l:1223: error: `ncontinuations' undeclared (first use in this function)
./ppl.l:1230: error: `include_state' undeclared (first use in this function)
./ppl.l:1230: error: `seen_junk' undeclared (first use in this function)
./ppl.l:1230: error: `include_ppp' undeclared (first use in this function)
./ppl.l:1232: error: `pp_entry_t' undeclared (first use in this function)
./ppl.l:1232: error: `ppp' undeclared (first use in this function)
./ppl.l:1235: error: `includelogicentry_t' undeclared (first use in this function)
./ppl.l:1235: error: `iep' undeclared (first use in this function)
./ppl.l:1239: error: `includelogiclist' undeclared (first use in this function)
./ppl.l:1243: error: `debuglevel' undeclared (first use in this function)
./ppl.l:1243: error: `DEBUGLEVEL_PPMSG' undeclared (first use in this function)
./ppl.l:1253: error: `include_ifdepth' undeclared (first use in this function)
./ppl.l:1255: error: `pass_data' undeclared (first use in this function)
./ppl.l:1260: error: `ppdebug' undeclared (first use in this function)
./ppl.l:1275: attention : implicit declaration of function `yy_current_state'
./ppl.l:1275: error: `pp_macexp' undeclared (first use in this function)
./ppl.l:1276: attention : implicit declaration of function `macro_add_expansion'
./ppl.l: Hors de toute fonction :
./ppl.l:1291: error: erreur d'analyse syntaxique before '*' token
./ppl.l:1292: attention : « push_macro » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:640: attention : déclaration précédente de « push_macro »
./ppl.l:1292: attention : type mismatch with previous implicit declaration
./ppl.l:640: attention : previous implicit declaration of `push_macro'
./ppl.l:1292: attention : « push_macro » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « push_macro »:
./ppl.l:1293: error: `macexpstackidx' undeclared (first use in this function)
./ppl.l:1293: error: `MAXMACEXPSTACK' undeclared (first use in this function)
./ppl.l:1296: error: `macexpstack' undeclared (first use in this function)
./ppl.l:1298: error: `ppp' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:1302: error: erreur d'analyse syntaxique before '*' token
./ppl.l:1303: attention : return type defaults to `int'
./ppl.l: Dans la fonction « top_macro »:
./ppl.l:1304: error: `macexpstackidx' undeclared (first use in this function)
./ppl.l:1304: error: `macexpstack' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:1307: error: erreur d'analyse syntaxique before '*' token
./ppl.l:1308: attention : return type defaults to `int'
./ppl.l:1308: attention : type mismatch with previous implicit declaration
./ppl.l:698: attention : previous implicit declaration of `pop_macro'
./ppl.l:1308: attention : « pop_macro » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « pop_macro »:
./ppl.l:1309: error: `macexpstackidx' undeclared (first use in this function)
./ppl.l:1311: error: `macexpstack' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:1314: error: erreur d'analyse syntaxique before '*' token
./ppl.l:1315: attention : « free_macro » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:478: attention : déclaration précédente de « free_macro »
./ppl.l:1315: attention : type mismatch with previous implicit declaration
./ppl.l:478: attention : previous implicit declaration of `free_macro'
./ppl.l:1315: attention : « free_macro » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « free_macro »:
./ppl.l:1318: error: `mep' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:1330: attention : « add_text_to_macro » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:506: attention : déclaration précédente de « add_text_to_macro »
./ppl.l:1330: attention : type mismatch with previous implicit declaration
./ppl.l:506: attention : previous implicit declaration of `add_text_to_macro'
./ppl.l:1330: attention : « add_text_to_macro » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « add_text_to_macro »:
./ppl.l:1331: error: `macexpstackentry_t' undeclared (first use in this function)
./ppl.l:1331: error: `mep' undeclared (first use in this function)
./ppl.l:1337: attention : implicit declaration of function `max'
./ppl.l:1337: error: `ALLOCBLOCKSIZE' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:1346: attention : « macro_add_arg » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:502: attention : déclaration précédente de « macro_add_arg »
./ppl.l:1346: attention : type mismatch with previous implicit declaration
./ppl.l:502: attention : previous implicit declaration of `macro_add_arg'
./ppl.l:1346: attention : « macro_add_arg » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « macro_add_arg »:
./ppl.l:1349: error: `macexpstackentry_t' undeclared (first use in this function)
./ppl.l:1349: error: `mep' undeclared (first use in this function)
./ppl.l:1368: error: `debuglevel' undeclared (first use in this function)
./ppl.l:1368: error: `DEBUGLEVEL_PPLEX' undeclared (first use in this function)
./ppl.l:1370: error: `input_name' undeclared (first use in this function)
./ppl.l:1371: error: `line_number' undeclared (first use in this function)
./ppl.l:1378: error: `pp_macexp' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:1386: attention : « macro_add_expansion » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:1276: attention : déclaration précédente de « macro_add_expansion »
./ppl.l:1386: attention : type mismatch with previous implicit declaration
./ppl.l:1276: attention : previous implicit declaration of `macro_add_expansion'
./ppl.l:1386: attention : « macro_add_expansion » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « macro_add_expansion »:
./ppl.l:1387: error: `macexpstackentry_t' undeclared (first use in this function)
./ppl.l:1387: error: `mep' undeclared (first use in this function)
./ppl.l:1396: error: `debuglevel' undeclared (first use in this function)
./ppl.l:1396: error: `DEBUGLEVEL_PPLEX' undeclared (first use in this function)
./ppl.l:1398: error: `input_name' undeclared (first use in this function)
./ppl.l:1399: error: `line_number' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
./ppl.l:1411: attention : « put_buffer » a été déclaré implicitement « extern » et plus loin « static »
./ppl.l:1151: attention : déclaration précédente de « put_buffer »
./ppl.l:1411: attention : type mismatch with previous implicit declaration
./ppl.l:1151: attention : previous implicit declaration of `put_buffer'
./ppl.l:1411: attention : « put_buffer » a été précédemment déclaré implicitement comme retournant un « int »
./ppl.l: Dans la fonction « put_buffer »:
./ppl.l:1415: error: `pass_data' undeclared (first use in this function)
./ppl.l: Dans la fonction « do_include »:
./ppl.l:1439: error: `includelogicentry_t' undeclared (first use in this function)
./ppl.l:1439: error: `iep' undeclared (first use in this function)
./ppl.l:1441: error: `includelogiclist' undeclared (first use in this function)
./ppl.l:1462: attention : implicit declaration of function `open_include'
./ppl.l:1462: attention : affectation transforme un entier en pointeur sans transtypage
./ppl.l:1467: error: `seen_junk' undeclared (first use in this function)
./ppl.l:1468: error: `include_state' undeclared (first use in this function)
./ppl.l:1469: error: `include_ppp' undeclared (first use in this function)
./ppl.l:1470: error: `pass_data' undeclared (first use in this function)
./ppl.l:1473: error: `debuglevel' undeclared (first use in this function)
./ppl.l:1473: error: `DEBUGLEVEL_PPMSG' undeclared (first use in this function)
./ppl.l:1474: error: `input_name' undeclared (first use in this function)
./ppl.l:1474: error: `line_number' undeclared (first use in this function)
./ppl.l:1474: error: `include_ifdepth' undeclared (first use in this function)
./ppl.l: Dans la fonction « push_ignore_state »:
./ppl.l:1488: error: `pp_ignore' undeclared (first use in this function)
./ppl.l: Hors de toute fonction :
lex.ppl.c:15101: attention : `yyunput' defined but not used
make[2]: *** [lex.ppl.o] Erreur 1
make[2]: Leaving directory `/usr/src/winex3.2/tools/wrc'
make[1]: *** [wrc] Erreur 2
make[1]: Leaving directory `/usr/src/winex3.2/tools'
make: *** [tools] Erreur 2


 
je suis ss debian sid, je connais qq1 qui a une gentoo et qui a reussi a compiler ses meme src sans pb. pouvez vous m'aider ?
merci d'avance

Reply

Marsh Posté le 27-11-2003 à 01:47:47   

Reply

Marsh Posté le 27-11-2003 à 04:57:03    

en fait g trouV la solution : g supprimé les commentaires au debut de ce fichier (ppl.l) maintenant le pb c'est que qd j'execute wine g ce message d'erreur :  
wine: error while loading shared libraries: libntdll.so: cannot open shared object file: No such file or directory

Reply

Marsh Posté le 06-03-2004 à 19:23:26    

Cela fonctionne aussi si l'on installe flex-old (nomé ainsi en debian).
Peut-être que dans les dernières versions de flex, les "nested comments" sont gérés ou quelque chose comme ça. Pour libntdll.so, je vais regarder.

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed