Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 14/02/2007, à 15:38

mr22

compilation lib mesa 6.5.2 Erreur

Bonjour,
Je suis sur ubuntu dapper.
J'essaie de compiler la librairie mesa 6.5.2 (par make linux-86) mais la
compilation finit en erreur lorsque elle opere sur le fichier glxapi.c
pour illustrer voici une toute petite partie de ces erreurs:
drivers/x11/glxapi.c: Dans la fonction «glXCreateContextWithConfigSGIX» :
drivers/x11/glxapi.c:764: erreur: «dpy» undeclared (first use in this function)
drivers/x11/glxapi.c:767: erreur: déréférencement d'un pointeur de type incomplet
drivers/x11/glxapi.c:767: erreur: «config» undeclared (first use in this function)
drivers/x11/glxapi.c:767: erreur: «render_type» undeclared (first use in this function)
drivers/x11/glxapi.c:767: erreur: «share_list» undeclared (first use in this function)
drivers/x11/glxapi.c:767: erreur: «direct» undeclared (first use in this function)
drivers/x11/glxapi.c: Hors de toute fonction :
drivers/x11/glxapi.c:770: attention : type defaults to «int» in declaration of «XVisualInfo»
drivers/x11/glxapi.c:770: erreur: syntax error before «*» token
drivers/x11/glxapi.c:781: erreur: syntax error before «*» token
drivers/x11/glxapi.c:782: attention : no previous prototype for «glXGetFBConfigFromVisualSGIX»
Je precise que ces erreurs n'existent que pour ce fichier glxapi.c

Merci a ceux qui peuvent m'eclairer

Dernière modification par mr22 (Le 14/02/2007, à 15:43)

Hors ligne

#2 Le 01/03/2007, à 11:50

fjeannet

Re : compilation lib mesa 6.5.2 Erreur

Salut, j'ai aussi essayé de compiler mesa 6.5.2 et j'obtiens la même erreur sad
En revenche, il me semble que plus de fichiers sont incriminés chez moi sad

Voici la liste des erreurs que j'obitens à la compilation :

In file included from drivers/x11/glxapi.h:31,
                 from drivers/x11/glxapi.c:39:
../../include/GL/glx.h:38:22: error: X11/Xlib.h: Aucun fichier ou répertoire de ce type
../../include/GL/glx.h:39:23: error: X11/Xutil.h: Aucun fichier ou répertoire de ce type
In file included from drivers/x11/glxapi.h:31,
                 from drivers/x11/glxapi.c:39:
../../include/GL/glx.h:179: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘GLXPixmap’
../../include/GL/glx.h:180: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘GLXDrawable’
../../include/GL/glx.h:183: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘GLXFBConfigID’
../../include/GL/glx.h:184: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘GLXContextID’
../../include/GL/glx.h:185: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘GLXWindow’
../../include/GL/glx.h:186: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘GLXPbuffer’
../../include/GL/glx.h:190: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../../include/GL/glx.h:193: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:196: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:198: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXMakeCurrent’
../../include/GL/glx.h:201: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:204: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:206: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXCreateGLXPixmap’
../../include/GL/glx.h:209: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:211: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXQueryExtension’
../../include/GL/glx.h:213: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXQueryVersion’
../../include/GL/glx.h:215: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXIsDirect’
../../include/GL/glx.h:217: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:222: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXGetCurrentDrawable’
../../include/GL/glx.h:228: error: expected ‘)’ before ‘font’
../../include/GL/glx.h:233: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:235: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:237: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:241: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../../include/GL/glx.h:245: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:248: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:251: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:254: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../../include/GL/glx.h:257: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXCreateWindow’
../../include/GL/glx.h:260: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:262: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXCreatePixmap’
../../include/GL/glx.h:265: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:267: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXCreatePbuffer’
../../include/GL/glx.h:270: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:272: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:275: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:279: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXMakeContextCurrent’
../../include/GL/glx.h:282: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXGetCurrentReadDrawable’
../../include/GL/glx.h:284: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:287: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:290: error: expected ‘)’ before ‘*’ token
In file included from ../../include/GL/glx.h:300,
                 from drivers/x11/glxapi.h:31,
                 from drivers/x11/glxapi.c:39:
../../include/GL/glxext.h:318: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘GLXVideoSourceSGIX’
../../include/GL/glxext.h:322: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘GLXFBConfigIDSGIX’
../../include/GL/glxext.h:327: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘GLXPbufferSGIX’
../../include/GL/glxext.h:331: error: expected specifier-qualifier-list before ‘Bool’
../../include/GL/glxext.h:471: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXMakeCurrentReadSGI’
../../include/GL/glxext.h:472: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXGetCurrentReadDrawableSGI’
../../include/GL/glxext.h:474: error: expected declaration specifiers or ‘...’ before ‘*’ token
../../include/GL/glxext.h:474: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:475: error: expected declaration specifiers or ‘...’ before ‘*’ token
../../include/GL/glxext.h:475: warning: type defaults to ‘int’ in declaration of ‘GLXDrawable’
../../include/GL/glxext.h:475: error: ‘GLXDrawable’ declared as function returning a function
../../include/GL/glxext.h:497: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../../include/GL/glxext.h:498: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:499: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXGetContextIDEXT’
../../include/GL/glxext.h:500: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:501: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:503: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../../include/GL/glxext.h:504: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:505: error: expected declaration specifiers or ‘...’ before ‘*’ token
../../include/GL/glxext.h:505: warning: type defaults to ‘int’ in declaration of ‘GLXContextID’
../../include/GL/glxext.h:505: error: ‘GLXContextID’ declared as function returning a function
../../include/GL/glxext.h:506: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:507: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:513: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:514: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:515: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXCreateGLXPixmapWithConfigSGIX’
../../include/GL/glxext.h:516: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:517: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../../include/GL/glxext.h:518: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:520: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:521: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:522: error: expected declaration specifiers or ‘...’ before ‘*’ token
../../include/GL/glxext.h:522: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:523: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:524: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../../include/GL/glxext.h:525: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:531: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXCreateGLXPbufferSGIX’
../../include/GL/glxext.h:532: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:533: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:534: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:535: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:537: error: expected declaration specifiers or ‘...’ before ‘*’ token
../../include/GL/glxext.h:537: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:538: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:539: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:540: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:541: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:547: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:549: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:555: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:556: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:557: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:558: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:559: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:561: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:562: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:563: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:564: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:565: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:581: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:583: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:589: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:590: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXQueryMaxSwapBarriersSGIX’
../../include/GL/glxext.h:592: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:593: error: expected declaration specifiers or ‘...’ before ‘*’ token
../../include/GL/glxext.h:593: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:599: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXGetTransparentIndexSUN’
../../include/GL/glxext.h:601: error: expected declaration specifiers or ‘...’ before ‘*’ token
../../include/GL/glxext.h:601: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:607: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:609: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:615: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXCreateGLXPixmapMESA’
../../include/GL/glxext.h:617: error: expected declaration specifiers or ‘...’ before ‘*’ token
../../include/GL/glxext.h:617: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:623: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXReleaseBuffersMESA’
../../include/GL/glxext.h:625: error: expected declaration specifiers or ‘...’ before ‘*’ token
../../include/GL/glxext.h:625: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:631: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glXSet3DfxModeMESA’
../../include/GL/glxext.h:633: error: expected declaration specifiers or ‘...’ before ‘*’ token
../../include/GL/glxext.h:633: warning: type defaults to ‘int’ in declaration of ‘Bool’
../../include/GL/glxext.h:633: error: ‘Bool’ declared as function returning a function
../../include/GL/glxext.h:647: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:648: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:649: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:650: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:651: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:653: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:654: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:655: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:656: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:657: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:692: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:693: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:694: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:695: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:696: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:697: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:698: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:699: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:701: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:702: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:703: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:704: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:705: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:706: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:707: error: expected ‘)’ before ‘*’ token
../../include/GL/glxext.h:708: error: expected ‘)’ before ‘*’ token
In file included from drivers/x11/glxapi.h:31,
                 from drivers/x11/glxapi.c:39:
../../include/GL/glx.h:347: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:348: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:349: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:350: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:351: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:352: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:364: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:365: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:366: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:389: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:390: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:391: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:392: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:394: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:395: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:396: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:397: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:465: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:466: error: expected ‘)’ before ‘*’ token
../../include/GL/glx.h:481: error: field ‘send_event’ declared as a function
../../include/GL/glx.h:482: error: expected specifier-qualifier-list before ‘Display’
In file included from drivers/x11/glxapi.c:39:
drivers/x11/glxapi.h:40: error: expected specifier-qualifier-list before ‘Display’
drivers/x11/glxapi.h:64: error: expected specifier-qualifier-list before ‘XVisualInfo’
drivers/x11/glxapi.c:47: error: expected specifier-qualifier-list before ‘Display’
drivers/x11/glxapi.c:56: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
drivers/x11/glxapi.c:61: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:159: warning: data definition has no type or storage class
drivers/x11/glxapi.c:159: warning: type defaults to ‘int’ in declaration of ‘XVisualInfo’
drivers/x11/glxapi.c:159: error: expected ‘,’ or ‘;’ before ‘*’ token
drivers/x11/glxapi.c:171: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:182: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:192: warning: data definition has no type or storage class
drivers/x11/glxapi.c:193: warning: type defaults to ‘int’ in declaration of ‘GLXPixmap’
drivers/x11/glxapi.c:193: error: expected ‘,’ or ‘;’ before ‘glXCreateGLXPixmap’
drivers/x11/glxapi.c:204: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:217: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:228: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:253: error: ‘glXGetCurrentDrawable’ declared as function returning a function
drivers/x11/glxapi.c:253: warning: no previous prototype for ‘glXGetCurrentDrawable’
drivers/x11/glxapi.c: In function ‘glXGetCurrentDrawable’:
drivers/x11/glxapi.c:255: error: ‘__GLXcontext’ has no member named ‘currentDrawable’
drivers/x11/glxapi.c: At top level:
drivers/x11/glxapi.c:260: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:271: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:288: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:299: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:310: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:321: error: expected ‘)’ before ‘font’
drivers/x11/glxapi.c: In function ‘glXWaitGL’:
drivers/x11/glxapi.c:336: error: ‘Display’ undeclared (first use in this function)
drivers/x11/glxapi.c:336: error: (Each undeclared identifier is reported only once
drivers/x11/glxapi.c:336: error: for each function it appears in.)
drivers/x11/glxapi.c:336: error: ‘dpy’ undeclared (first use in this function)
drivers/x11/glxapi.c:336: warning: implicit declaration of function ‘glXGetCurrentDisplay’
drivers/x11/glxapi.c:337: error: ‘prevDisplay’ undeclared (first use in this function)
drivers/x11/glxapi.c:337: warning: implicit declaration of function ‘get_dispatch’
drivers/x11/glxapi.c:337: warning: assignment makes pointer from integer without a cast
drivers/x11/glxapi.c:340: error: ‘struct _glxapi_table’ has no member named ‘WaitGL’
drivers/x11/glxapi.c: In function ‘glXWaitX’:
drivers/x11/glxapi.c:348: error: ‘Display’ undeclared (first use in this function)
drivers/x11/glxapi.c:348: error: ‘dpy’ undeclared (first use in this function)
drivers/x11/glxapi.c:349: error: ‘prevDisplay’ undeclared (first use in this function)
drivers/x11/glxapi.c:349: warning: assignment makes pointer from integer without a cast
drivers/x11/glxapi.c:352: error: ‘struct _glxapi_table’ has no member named ‘WaitX’
drivers/x11/glxapi.c: At top level:
drivers/x11/glxapi.c:360: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:371: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:382: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:394: warning: data definition has no type or storage class
drivers/x11/glxapi.c:394: warning: type defaults to ‘int’ in declaration of ‘Display’
drivers/x11/glxapi.c:394: error: expected ‘,’ or ‘;’ before ‘*’ token
drivers/x11/glxapi.c:408: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:419: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:429: warning: data definition has no type or storage class
drivers/x11/glxapi.c:430: warning: type defaults to ‘int’ in declaration of ‘GLXPbuffer’
drivers/x11/glxapi.c:430: error: expected ‘,’ or ‘;’ before ‘glXCreatePbuffer’
drivers/x11/glxapi.c:440: warning: data definition has no type or storage class
drivers/x11/glxapi.c:441: warning: type defaults to ‘int’ in declaration of ‘GLXPixmap’
drivers/x11/glxapi.c:441: error: expected ‘,’ or ‘;’ before ‘glXCreatePixmap’
drivers/x11/glxapi.c:451: warning: data definition has no type or storage class
drivers/x11/glxapi.c:452: warning: type defaults to ‘int’ in declaration of ‘GLXWindow’
drivers/x11/glxapi.c:452: error: expected ‘,’ or ‘;’ before ‘glXCreateWindow’
drivers/x11/glxapi.c:463: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:474: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:485: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:497: error: ‘glXGetCurrentReadDrawable’ declared as function returning a function
drivers/x11/glxapi.c:497: warning: no previous prototype for ‘glXGetCurrentReadDrawable’
drivers/x11/glxapi.c: In function ‘glXGetCurrentReadDrawable’:
drivers/x11/glxapi.c:499: error: ‘__GLXcontext’ has no member named ‘currentReadable’
drivers/x11/glxapi.c: At top level:
drivers/x11/glxapi.c:504: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:515: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:525: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:535: warning: data definition has no type or storage class
drivers/x11/glxapi.c:535: warning: type defaults to ‘int’ in declaration of ‘XVisualInfo’
drivers/x11/glxapi.c:535: error: expected ‘,’ or ‘;’ before ‘*’ token
drivers/x11/glxapi.c:547: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:563: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:575: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:586: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c: In function ‘glXSwapIntervalSGI’:
drivers/x11/glxapi.c:603: error: ‘dpy’ undeclared (first use in this function)
drivers/x11/glxapi.c:604: error: ‘prevDisplay’ undeclared (first use in this function)
drivers/x11/glxapi.c:604: warning: assignment makes pointer from integer without a cast
drivers/x11/glxapi.c:607: error: ‘struct _glxapi_table’ has no member named ‘SwapIntervalSGI’
drivers/x11/glxapi.c: In function ‘glXGetVideoSyncSGI’:
drivers/x11/glxapi.c:618: error: ‘dpy’ undeclared (first use in this function)
drivers/x11/glxapi.c:619: error: ‘prevDisplay’ undeclared (first use in this function)
drivers/x11/glxapi.c:619: warning: assignment makes pointer from integer without a cast
drivers/x11/glxapi.c:622: error: ‘struct _glxapi_table’ has no member named ‘GetVideoSyncSGI’
drivers/x11/glxapi.c: In function ‘glXWaitVideoSyncSGI’:
drivers/x11/glxapi.c:629: error: ‘dpy’ undeclared (first use in this function)
drivers/x11/glxapi.c:630: error: ‘prevDisplay’ undeclared (first use in this function)
drivers/x11/glxapi.c:630: warning: assignment makes pointer from integer without a cast
drivers/x11/glxapi.c:633: error: ‘struct _glxapi_table’ has no member named ‘WaitVideoSyncSGI’
drivers/x11/glxapi.c: At top level:
drivers/x11/glxapi.c:641: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:652: error: ‘glXGetCurrentReadDrawableSGI’ declared as function returning a function
drivers/x11/glxapi.c:652: warning: no previous prototype for ‘glXGetCurrentReadDrawableSGI’
drivers/x11/glxapi.c:685: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:696: error: ‘glXGetContextIDEXT’ declared as function returning a function
drivers/x11/glxapi.c:696: warning: no previous prototype for ‘glXGetContextIDEXT’
drivers/x11/glxapi.c: In function ‘glXGetContextIDEXT’:
drivers/x11/glxapi.c:697: error: ‘__GLXcontext’ has no member named ‘xid’
drivers/x11/glxapi.c: At top level:
drivers/x11/glxapi.c:700: warning: data definition has no type or storage class
drivers/x11/glxapi.c:700: warning: type defaults to ‘int’ in declaration of ‘Display’
drivers/x11/glxapi.c:700: error: expected ‘,’ or ‘;’ before ‘*’ token
drivers/x11/glxapi.c:707: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:717: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:731: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:741: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:750: warning: data definition has no type or storage class
drivers/x11/glxapi.c:751: warning: type defaults to ‘int’ in declaration of ‘GLXPixmap’
drivers/x11/glxapi.c:751: error: expected ‘,’ or ‘;’ before ‘glXCreateGLXPixmapWithConfigSGIX’
drivers/x11/glxapi.c:761: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:770: warning: data definition has no type or storage class
drivers/x11/glxapi.c:770: warning: type defaults to ‘int’ in declaration of ‘XVisualInfo’
drivers/x11/glxapi.c:770: error: expected ‘,’ or ‘;’ before ‘*’ token
drivers/x11/glxapi.c:781: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:794: warning: data definition has no type or storage class
drivers/x11/glxapi.c:795: warning: type defaults to ‘int’ in declaration of ‘GLXPbufferSGIX’
drivers/x11/glxapi.c:795: error: expected ‘,’ or ‘;’ before ‘glXCreateGLXPbufferSGIX’
drivers/x11/glxapi.c:805: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:815: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:825: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:835: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:849: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:863: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:873: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:883: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:893: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:903: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:932: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:945: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:955: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:968: warning: data definition has no type or storage class
drivers/x11/glxapi.c:969: warning: type defaults to ‘int’ in declaration of ‘Status’
drivers/x11/glxapi.c:969: error: expected ‘,’ or ‘;’ before ‘glXGetTransparentIndexSUN’
drivers/x11/glxapi.c:983: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:997: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:1010: warning: data definition has no type or storage class
drivers/x11/glxapi.c:1011: warning: type defaults to ‘int’ in declaration of ‘GLXPixmap’
drivers/x11/glxapi.c:1011: error: expected ‘,’ or ‘;’ before ‘glXCreateGLXPixmapMESA’
drivers/x11/glxapi.c:1026: error: ‘glXSet3DfxModeMESA’ declared as function returning a function
drivers/x11/glxapi.c:1026: warning: no previous prototype for ‘glXSet3DfxModeMESA’
drivers/x11/glxapi.c: In function ‘glXSet3DfxModeMESA’:
drivers/x11/glxapi.c:1028: error: ‘dpy’ undeclared (first use in this function)
drivers/x11/glxapi.c:1029: error: ‘prevDisplay’ undeclared (first use in this function)
drivers/x11/glxapi.c:1029: warning: assignment makes pointer from integer without a cast
drivers/x11/glxapi.c:1031: error: ‘False’ undeclared (first use in this function)
drivers/x11/glxapi.c:1032: error: ‘struct _glxapi_table’ has no member named ‘Set3DfxModeMESA’
drivers/x11/glxapi.c: In function ‘glXAllocateMemoryNV’:
drivers/x11/glxapi.c:1046: error: ‘dpy’ undeclared (first use in this function)
drivers/x11/glxapi.c:1047: error: ‘prevDisplay’ undeclared (first use in this function)
drivers/x11/glxapi.c:1047: warning: assignment makes pointer from integer without a cast
drivers/x11/glxapi.c:1050: error: ‘struct _glxapi_table’ has no member named ‘AllocateMemoryNV’
drivers/x11/glxapi.c: In function ‘glXFreeMemoryNV’:
drivers/x11/glxapi.c:1058: error: ‘dpy’ undeclared (first use in this function)
drivers/x11/glxapi.c:1059: error: ‘prevDisplay’ undeclared (first use in this function)
drivers/x11/glxapi.c:1059: warning: assignment makes pointer from integer without a cast
drivers/x11/glxapi.c:1062: error: ‘struct _glxapi_table’ has no member named ‘FreeMemoryNV’
drivers/x11/glxapi.c: In function ‘glXGetAGPOffsetMESA’:
drivers/x11/glxapi.c:1074: error: ‘dpy’ undeclared (first use in this function)
drivers/x11/glxapi.c:1075: error: ‘prevDisplay’ undeclared (first use in this function)
drivers/x11/glxapi.c:1075: warning: assignment makes pointer from integer without a cast
drivers/x11/glxapi.c:1078: error: ‘struct _glxapi_table’ has no member named ‘GetAGPOffsetMESA’
drivers/x11/glxapi.c: At top level:
drivers/x11/glxapi.c:1085: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:1093: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:1100: error: expected ‘)’ before ‘*’ token
drivers/x11/glxapi.c:1197: error: ‘glXChooseVisual’ undeclared here (not in a function)
drivers/x11/glxapi.c:1198: error: ‘glXCopyContext’ undeclared here (not in a function)
drivers/x11/glxapi.c:1199: error: ‘glXCreateContext’ undeclared here (not in a function)
drivers/x11/glxapi.c:1200: error: ‘glXCreateGLXPixmap’ undeclared here (not in a function)
drivers/x11/glxapi.c:1201: error: ‘glXDestroyContext’ undeclared here (not in a function)
drivers/x11/glxapi.c:1202: error: ‘glXDestroyGLXPixmap’ undeclared here (not in a function)
drivers/x11/glxapi.c:1203: error: ‘glXGetConfig’ undeclared here (not in a function)
drivers/x11/glxapi.c:1206: error: ‘glXIsDirect’ undeclared here (not in a function)
drivers/x11/glxapi.c:1207: error: ‘glXMakeCurrent’ undeclared here (not in a function)
drivers/x11/glxapi.c:1208: error: ‘glXQueryExtension’ undeclared here (not in a function)
drivers/x11/glxapi.c:1209: error: ‘glXQueryVersion’ undeclared here (not in a function)
drivers/x11/glxapi.c:1210: error: ‘glXSwapBuffers’ undeclared here (not in a function)
drivers/x11/glxapi.c:1211: error: ‘glXUseXFont’ undeclared here (not in a function)
drivers/x11/glxapi.c:1216: error: ‘glXGetClientString’ undeclared here (not in a function)
drivers/x11/glxapi.c:1217: error: ‘glXQueryExtensionsString’ undeclared here (not in a function)
drivers/x11/glxapi.c:1218: error: ‘glXQueryServerString’ undeclared here (not in a function)
drivers/x11/glxapi.c:1221: error: ‘glXGetCurrentDisplay’ undeclared here (not in a function)
drivers/x11/glxapi.c:1224: error: ‘glXChooseFBConfig’ undeclared here (not in a function)
drivers/x11/glxapi.c:1225: error: ‘glXCreateNewContext’ undeclared here (not in a function)
drivers/x11/glxapi.c:1226: error: ‘glXCreatePbuffer’ undeclared here (not in a function)
drivers/x11/glxapi.c:1227: error: ‘glXCreatePixmap’ undeclared here (not in a function)
drivers/x11/glxapi.c:1228: error: ‘glXCreateWindow’ undeclared here (not in a function)
drivers/x11/glxapi.c:1229: error: ‘glXDestroyPbuffer’ undeclared here (not in a function)
drivers/x11/glxapi.c:1230: error: ‘glXDestroyPixmap’ undeclared here (not in a function)
drivers/x11/glxapi.c:1231: error: ‘glXDestroyWindow’ undeclared here (not in a function)
drivers/x11/glxapi.c:1233: error: ‘glXGetFBConfigAttrib’ undeclared here (not in a function)
drivers/x11/glxapi.c:1234: error: ‘glXGetFBConfigs’ undeclared here (not in a function)
drivers/x11/glxapi.c:1235: error: ‘glXGetSelectedEvent’ undeclared here (not in a function)
drivers/x11/glxapi.c:1236: error: ‘glXGetVisualFromFBConfig’ undeclared here (not in a function)
drivers/x11/glxapi.c:1237: error: ‘glXMakeContextCurrent’ undeclared here (not in a function)
drivers/x11/glxapi.c:1238: error: ‘glXQueryContext’ undeclared here (not in a function)
drivers/x11/glxapi.c:1239: error: ‘glXQueryDrawable’ undeclared here (not in a function)
drivers/x11/glxapi.c:1240: error: ‘glXSelectEvent’ undeclared here (not in a function)
drivers/x11/glxapi.c:1253: error: ‘glXMakeCurrentReadSGI’ undeclared here (not in a function)
drivers/x11/glxapi.c:1263: error: ‘glXFreeContextEXT’ undeclared here (not in a function)
drivers/x11/glxapi.c:1265: error: ‘glXGetCurrentDisplayEXT’ undeclared here (not in a function)
drivers/x11/glxapi.c:1266: error: ‘glXImportContextEXT’ undeclared here (not in a function)
drivers/x11/glxapi.c:1267: error: ‘glXQueryContextInfoEXT’ undeclared here (not in a function)
drivers/x11/glxapi.c:1270: error: ‘glXGetFBConfigAttribSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1271: error: ‘glXChooseFBConfigSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1272: error: ‘glXCreateGLXPixmapWithConfigSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1273: error: ‘glXCreateContextWithConfigSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1274: error: ‘glXGetVisualFromFBConfigSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1275: error: ‘glXGetFBConfigFromVisualSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1278: error: ‘glXCreateGLXPbufferSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1279: error: ‘glXDestroyGLXPbufferSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1280: error: ‘glXQueryGLXPbufferSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1281: error: ‘glXSelectEventSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1282: error: ‘glXGetSelectedEventSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1285: error: ‘glXCushionSGI’ undeclared here (not in a function)
drivers/x11/glxapi.c:1288: error: ‘glXBindChannelToWindowSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1289: error: ‘glXChannelRectSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1290: error: ‘glXQueryChannelRectSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1291: error: ‘glXQueryChannelDeltasSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1292: error: ‘glXChannelRectSyncSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1300: error: ‘glXJoinSwapGroupSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1303: error: ‘glXBindSwapBarrierSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1304: error: ‘glXQueryMaxSwapBarriersSGIX’ undeclared here (not in a function)
drivers/x11/glxapi.c:1307: error: ‘glXGetTransparentIndexSUN’ undeclared here (not in a function)
drivers/x11/glxapi.c:1310: error: ‘glXCopySubBufferMESA’ undeclared here (not in a function)
drivers/x11/glxapi.c:1313: error: ‘glXCreateGLXPixmapMESA’ undeclared here (not in a function)
drivers/x11/glxapi.c:1316: error: ‘glXReleaseBuffersMESA’ undeclared here (not in a function)
drivers/x11/glxapi.c:1332: error: ‘glXAllocateMemoryMESA’ undeclared here (not in a function)
drivers/x11/glxapi.c:1333: error: ‘glXFreeMemoryMESA’ undeclared here (not in a function)
drivers/x11/glxapi.c:1334: error: ‘glXGetMemoryOffsetMESA’ undeclared here (not in a function)
make[4]: *** [drivers/x11/glxapi.o] Erreur 1
make[4]: quittant le répertoire « /home/jfeannet/Desktop/mesa/Mesa-6.5.2/src/mesa »
make[3]: *** [default] Erreur 2
make[3]: quittant le répertoire « /home/jfeannet/Desktop/mesa/Mesa-6.5.2/src/mesa »
make[2]: *** [subdirs] Erreur 1
make[2]: quittant le répertoire « /home/jfeannet/Desktop/mesa/Mesa-6.5.2/src »
make[1]: *** [default] Erreur 1
make[1]: quittant le répertoire « /home/jfeannet/Desktop/mesa/Mesa-6.5.2 »
make: *** [linux-x86] Erreur 2

Je sais, la liste est longue, mais si quelqun peut nous aider en lisant ça...

Hors ligne