Ciao,
        ho provato a scaricare il .tar.bzip2 di videolan, ma ad un certo punto della 
compilazione mi compaiono questi messaggi: manca il file ggi.h nella 
directory opportuna. Qualcuno puņ magari mandarmelo, per favore ? Grazie 
anticipate,
                                                        Alberto
-------------------------------------------------

.........
gcc -I../../include -I../../extras -finline-limit-30000 -DSYS_LINUX 
-D_FILE_OFFSET_BITS=64 -D__USE_UNIX98   -Iinclude -Iextras -Wall -Winline 
-pipe -D_REENTRANT -D_GNU_SOURCE -O3 -ffast-math -funroll-loops 
-fomit-frame-pointer -mcpu=pentiumpro -DPLUGIN -fPIC -c -o vout_ggi.o 
vout_ggi.c
vout_ggi.c:37: ggi/ggi.h: File o directory inesistente
vout_ggi.c:63: parse error before `ggi_visual_t'
vout_ggi.c:63: warning: no semicolon at end of struct or union
vout_ggi.c:66: warning: type defaults to `int' in declaration of `p_buffer'
vout_ggi.c:66: warning: data definition has no type or storage class
vout_ggi.c:68: parse error before `}'
vout_ggi.c:68: warning: type defaults to `int' in declaration of `vout_sys_t'
vout_ggi.c:68: warning: data definition has no type or storage class
vout_ggi.c: In function `vout_Init':
vout_ggi.c:153: dereferencing pointer to incomplete type
vout_ggi.c:155: warning: implicit declaration of function `ggiResourceAcquire'
vout_ggi.c:155: dereferencing pointer to incomplete type
vout_ggi.c:156: `GGI_ACTYPE_WRITE' undeclared (first use in this function)
vout_ggi.c:156: (Each undeclared identifier is reported only once
vout_ggi.c:156: for each function it appears in.)
vout_ggi.c:160: warning: implicit declaration of function `ggiSetEventMask'
vout_ggi.c:160: dereferencing pointer to incomplete type
vout_ggi.c:161: `emKeyboard' undeclared (first use in this function)
vout_ggi.c:161: `emPtrButtonPress' undeclared (first use in this function)
vout_ggi.c:161: `emPtrButtonRelease' undeclared (first use in this function)
vout_ggi.c:164: warning: implicit declaration of function `ggiAddFlags'
vout_ggi.c:164: dereferencing pointer to incomplete type
vout_ggi.c:164: `GGIFLAG_ASYNC' undeclared (first use in this function)
vout_ggi.c: In function `vout_End':
vout_ggi.c:179: dereferencing pointer to incomplete type
vout_ggi.c:181: warning: implicit declaration of function `ggiResourceRelease'
vout_ggi.c:181: dereferencing pointer to incomplete type
vout_ggi.c: In function `vout_Manage':
vout_ggi.c:206: variable `tv' has initializer but incomplete type
vout_ggi.c:206: warning: excess elements in struct initializer
vout_ggi.c:206: warning: (near initialization for `tv')
vout_ggi.c:206: warning: excess elements in struct initializer
vout_ggi.c:206: warning: (near initialization for `tv')
vout_ggi.c:206: storage size of `tv' isn't known
vout_ggi.c:207: `gii_event_mask' undeclared (first use in this function)
vout_ggi.c:207: parse error before `mask'
vout_ggi.c:208: `gii_event' undeclared (first use in this function)
vout_ggi.c:210: `mask' undeclared (first use in this function)
vout_ggi.c:210: `emKeyboard' undeclared (first use in this function)
vout_ggi.c:210: `emPtrButtonPress' undeclared (first use in this function)
vout_ggi.c:210: `emPtrButtonRelease' undeclared (first use in this function)
vout_ggi.c:212: warning: implicit declaration of function `ggiEventPoll'
vout_ggi.c:212: dereferencing pointer to incomplete type
vout_ggi.c:214: warning: implicit declaration of function `ggiEventsQueued'
vout_ggi.c:214: dereferencing pointer to incomplete type
vout_ggi.c:216: warning: implicit declaration of function `ggiEventRead'
vout_ggi.c:216: dereferencing pointer to incomplete type
vout_ggi.c:216: `event' undeclared (first use in this function)
vout_ggi.c:220: `evKeyRelease' undeclared (first use in this function)
vout_ggi.c:226: `GIIUC_Escape' undeclared (first use in this function)
vout_ggi.c:228: warning: unreachable code at beginning of switch statement
vout_ggi.c:236: `evPtrButtonRelease' undeclared (first use in this function)
vout_ggi.c:240: `GII_PBUTTON_RIGHT' undeclared (first use in this function)
vout_ggi.c:242: warning: unreachable code at beginning of switch statement
vout_ggi.c:228: warning: unreachable code at beginning of switch statement
vout_ggi.c:206: warning: unused variable `tv'
vout_ggi.c: In function `vout_Display':
vout_ggi.c:265: dereferencing pointer to incomplete type
vout_ggi.c:267: dereferencing pointer to incomplete type
vout_ggi.c:269: warning: implicit declaration of function `ggiSetDisplayFrame'
vout_ggi.c:269: dereferencing pointer to incomplete type
vout_ggi.c:270: dereferencing pointer to incomplete type
vout_ggi.c:273: dereferencing pointer to incomplete type
vout_ggi.c:275: dereferencing pointer to incomplete type
vout_ggi.c:276: `GGI_ACTYPE_WRITE' undeclared (first use in this function)
vout_ggi.c:278: warning: implicit declaration of function `ggiSetWriteFrame'
vout_ggi.c:278: dereferencing pointer to incomplete type
vout_ggi.c:279: dereferencing pointer to incomplete type
vout_ggi.c:282: warning: implicit declaration of function `ggiFlush'
vout_ggi.c:282: dereferencing pointer to incomplete type
vout_ggi.c: In function `GGIOpenDisplay':
vout_ggi.c:297: `ggi_mode' undeclared (first use in this function)
vout_ggi.c:297: parse error before `mode'
vout_ggi.c:298: `ggi_color' undeclared (first use in this function)
vout_ggi.c:304: warning: implicit declaration of function `ggiInit'
vout_ggi.c:313: dereferencing pointer to incomplete type
vout_ggi.c:313: warning: implicit declaration of function `ggiOpen'
vout_ggi.c:315: dereferencing pointer to incomplete type
vout_ggi.c:318: warning: implicit declaration of function `ggiExit'
vout_ggi.c:323: `mode' undeclared (first use in this function)
vout_ggi.c:328: `GGI_AUTO' undeclared (first use in this function)
vout_ggi.c:332: `GT_15BIT' undeclared (first use in this function)
vout_ggi.c:335: warning: implicit declaration of function `ggiCheckMode'
vout_ggi.c:335: dereferencing pointer to incomplete type
vout_ggi.c:340: warning: implicit declaration of function `ggiSetMode'
vout_ggi.c:340: dereferencing pointer to incomplete type
vout_ggi.c:343: warning: implicit declaration of function `ggiClose'
vout_ggi.c:343: dereferencing pointer to incomplete type
vout_ggi.c:349: dereferencing pointer to incomplete type
vout_ggi.c:353: dereferencing pointer to incomplete type
vout_ggi.c:354: `ggi_directbuffer' undeclared (first use in this function)
vout_ggi.c:354: parse error before `)'
vout_ggi.c:356: dereferencing pointer to incomplete type
vout_ggi.c:359: dereferencing pointer to incomplete type
vout_ggi.c:365: dereferencing pointer to incomplete type
vout_ggi.c:365: `GGI_DB_SIMPLE_PLB' undeclared (first use in this function)
vout_ggi.c:366: dereferencing pointer to incomplete type
vout_ggi.c:367: dereferencing pointer to incomplete type
vout_ggi.c:368: dereferencing pointer to incomplete type
vout_ggi.c:369: dereferencing pointer to incomplete type
vout_ggi.c:372: dereferencing pointer to incomplete type
vout_ggi.c:378: warning: implicit declaration of function 
`ggiResourceMustAcquire'
vout_ggi.c:378: dereferencing pointer to incomplete type
vout_ggi.c:380: dereferencing pointer to incomplete type
vout_ggi.c:384: dereferencing pointer to incomplete type
vout_ggi.c:390: `col_fg' undeclared (first use in this function)
vout_ggi.c:391: `col_bg' undeclared (first use in this function)
vout_ggi.c:392: warning: implicit declaration of function `ggiSetGCForeground'
vout_ggi.c:392: dereferencing pointer to incomplete type
vout_ggi.c:393: warning: implicit declaration of function `ggiMapColor'
vout_ggi.c:393: dereferencing pointer to incomplete type
vout_ggi.c:394: warning: implicit declaration of function `ggiSetGCBackground'
vout_ggi.c:394: dereferencing pointer to incomplete type
vout_ggi.c:395: dereferencing pointer to incomplete type
vout_ggi.c:398: dereferencing pointer to incomplete type
vout_ggi.c:404: warning: implicit declaration of function `ggiSetGCClipping'
vout_ggi.c:404: dereferencing pointer to incomplete type
vout_ggi.c:408: dereferencing pointer to incomplete type
vout_ggi.c:416: dereferencing pointer to incomplete type
vout_ggi.c:417: dereferencing pointer to incomplete type
vout_ggi.c:418: dereferencing pointer to incomplete type
vout_ggi.c:419: dereferencing pointer to incomplete type
vout_ggi.c:420: dereferencing pointer to incomplete type
vout_ggi.c:421: dereferencing pointer to incomplete type
vout_ggi.c:426: dereferencing pointer to incomplete type
vout_ggi.c:426: dereferencing pointer to incomplete type
vout_ggi.c: In function `GGICloseDisplay':
vout_ggi.c:441: dereferencing pointer to incomplete type
make[1]: *** [vout_ggi.o] Error 1
make[1]: Leaving directory `/home/alberto/vlc-0.2.92/plugins/ggi'
make: *** [plugins/ggi.so] Error 2
-- 
[EMAIL PROTECTED]


Rispondere a