Précédent   Forum des professionnels en informatique > Systèmes > Linux > Matériel
Matériel Vos questions relatives à la configuration optimale et au support matériel
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 08/03/2008, 20h06   #1
Invité de passage
 
Inscription : février 2008
Messages : 1
Détails du profil
Informations forums :
Inscription : février 2008
Messages : 1
Points : 0
Points : 0
Par défaut installation webcam sous suse 10.3

Bonjour,

je vient d'installer un webcam usb sous suse 10.3 mais j'ai des problemes avec le 'spcagui' ca fait deux semaine que j'essaye de compiler les drivers mais j'ai eu le meme error je suis presse par le temps par ce que ca fait partie d'un grand projet qui je vient de le realiser , si quelqu'un peut m'aider n'hesiter pas et merci dans ous les cas
voila le message d'erreur que je eu
quand je tappe make en tant que root et dans le fishier spcagui j'aurai le message suivant:

cc -DUSE_SDL -O2 -DLINUX -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBJPEG=1 -c -o spcagui.o spcagui.c
cc -DUSE_SDL -O2 -DLINUX -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBJPEG=1 -c -o gui.o gui.c
cc -DUSE_SDL -O2 -DLINUX -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBJPEG=1 -c -o spcav4l.o spcav4l.c
cc -DUSE_SDL -O2 -DLINUX -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBJPEG=1 -c -o spcadecoder.o spcadecoder.c
cc -DUSE_SDL -O2 -DLINUX -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBJPEG=1 -c -o utils.o utils.c
cc -DUSE_SDL -O2 -DLINUX -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBJPEG=1 -c -o avilib.o avilib.c
cc -DUSE_SDL -O2 -DLINUX -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBJPEG=1 -c -o SFont.o SFont.c
cc -DUSE_SDL -O2 -DLINUX -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBJPEG=1 -c -o intro.o intro.c
gcc -DUSE_SDL -O2 -DLINUX -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBJPEG=1 -o spcagui spcagui.o gui.o spcav4l.o spcadecoder.o utils.o avilib.o SFont.o intro.o -lSDL_image -L/usr/lib -lSDL -lpthread -ljpeg -lm
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_isPNG':
(.text+0x2e): undefined reference to `png_sig_cmp'
/usr/lib/libSDL_image.a(IMG_png.o): In function `png_read_data':
(.text+0x4b): undefined reference to `png_get_io_ptr'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0xb3): undefined reference to `png_create_read_struct'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0xca): undefined reference to `png_create_info_struct'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0x102): undefined reference to `png_set_read_fn'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0x111): undefined reference to `png_read_info'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0x13b): undefined reference to `png_get_IHDR'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0x147): undefined reference to `png_set_strip_16'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0x151): undefined reference to `png_set_packing'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0x16f): undefined reference to `png_get_valid'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0x195): undefined reference to `png_read_update_info'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0x1c1): undefined reference to `png_get_IHDR'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0x2c3): undefined reference to `png_read_image'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0x2d2): undefined reference to `png_read_end'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0x32d): undefined reference to `png_destroy_read_struct'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0x404): undefined reference to `png_set_gray_to_rgb'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0x428): undefined reference to `png_get_tRNS'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0x471): undefined reference to `png_set_expand'
/usr/lib/libSDL_image.a(IMG_png.o): In function `IMG_LoadPNG_RW':
(.text+0x498): undefined reference to `png_set_expand'
/usr/lib/libSDL_image.a(IMG_tif.o): In function `IMG_isTIF':
(.text+0xbb): undefined reference to `TIFFSetErrorHandler'
/usr/lib/libSDL_image.a(IMG_tif.o): In function `IMG_isTIF':
(.text+0xef): undefined reference to `TIFFClientOpen'
/usr/lib/libSDL_image.a(IMG_tif.o): In function `IMG_isTIF':
(.text+0xfa): undefined reference to `TIFFSetErrorHandler'
/usr/lib/libSDL_image.a(IMG_tif.o): In function `IMG_isTIF':
(.text+0x10c): undefined reference to `TIFFClose'
/usr/lib/libSDL_image.a(IMG_tif.o): In function `IMG_LoadTIF_RW':
(.text+0x155): undefined reference to `TIFFClientOpen'
/usr/lib/libSDL_image.a(IMG_tif.o): In function `IMG_LoadTIF_RW':
(.text+0x178): undefined reference to `TIFFGetField'
/usr/lib/libSDL_image.a(IMG_tif.o): In function `IMG_LoadTIF_RW':
(.text+0x18d): undefined reference to `TIFFGetField'
/usr/lib/libSDL_image.a(IMG_tif.o): In function `IMG_LoadTIF_RW':
(.text+0x1dc): undefined reference to `TIFFReadRGBAImage'
/usr/lib/libSDL_image.a(IMG_tif.o): In function `IMG_LoadTIF_RW':
(.text+0x280): undefined reference to `TIFFClose'
collect2: ld returned 1 exit status
make: *** [spcagui] Erreur 1
infolinx est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 08h36.


 
 
 
 
Partenaires

Hébergement Web