Webcam a forma di piede
Re: Webcam a forma di piede
Dalla versione 2.6.11 del kernel ci sono stati parecchi cambiamenti, e tutto quel codice là è incompilabile sul kernel che utilizzi a meno che non fai delle modifiche.
O metti un kernel 2.6.19 o gspca in versione nuova.
O metti un kernel 2.6.19 o gspca in versione nuova.
Ultima modifica di dj_def il domenica 23 marzo 2008, 22:22, modificato 1 volta in totale.
- Jok3rplay
- Prode Principiante
- Messaggi: 23
- Iscrizione: giovedì 20 marzo 2008, 21:04
- Località: Scafati Salerno
- Contatti:
Re: Webcam a forma di piede
per quanto riguarda il "downgrade" del kernel....... (nono)
casomai, quali sarebbero quelle modifiche da fare? :-[
casomai, quali sarebbero quelle modifiche da fare? :-[
Re: Webcam a forma di piede
ti devi studiare il codice, tanto per cominciare vanno rimossi i riferimenti a linux/config.h che non esiste più, poi nel particolare ogni messaggio d'errore per ogni funzione va esaminato e raggirato
- Jok3rplay
- Prode Principiante
- Messaggi: 23
- Iscrizione: giovedì 20 marzo 2008, 21:04
- Località: Scafati Salerno
- Contatti:
Re: Webcam a forma di piede
allora, ecco il resoconto delle mie ultime azioni:
ho ricompilato i moduli gspca scaricandoli dal sito ufficiale, eseguendo lo script contenuto in essi e caricandoli in memoria con un:
il wiki di ubuntu riguardante l'installazione dei gspca consiglia di usare il seguente comando per verificare se la webcam viene riconosciuta dai driver:
l'output di questo comando è il seguente:
da quel che ho potuto capire, i driver hanno riconosciuto la webcam
, però sia camorama, sia cheese, sia gtkam, sia amsn, sia skype.....non trovano nessuna periferica :'(
c'è qualche altro comando da lanciare? ??? :-[
ho ricompilato i moduli gspca scaricandoli dal sito ufficiale, eseguendo lo script contenuto in essi e caricandoli in memoria con un:
Codice: Seleziona tutto
sudo modprobe gspcaCodice: Seleziona tutto
tail -f /var/log/messagesCodice: Seleziona tutto
jok3r@jok3r:~$ tail -f /var/log/messages
Mar 23 23:46:03 jok3r kernel: [11200.566913] /build/buildd/linux-ubuntu-modules-2.6.22-2.6.22/debian/build/build-generic/media/gspcav1/gspca_core.c: USB SPCA5XX camera found. SONIX JPEG (sn9c1xx)
Mar 23 23:47:20 jok3r kernel: [11277.367513] usbcore: deregistering interface driver gspca
Mar 23 23:47:20 jok3r kernel: [11277.376946] /build/buildd/linux-ubuntu-modules-2.6.22-2.6.22/debian/build/build-generic/media/gspcav1/gspca_core.c: driver gspca deregistered
Mar 23 23:47:33 jok3r kernel: [11290.938416] usb 3-1: USB disconnect, address 4
Mar 23 23:47:38 jok3r kernel: [11295.641646] usbcore: registered new interface driver gspca
Mar 23 23:47:38 jok3r kernel: [11295.641879] /build/buildd/linux-ubuntu-modules-2.6.22-2.6.22/debian/build/build-generic/media/gspcav1/gspca_core.c: gspca driver 01.00.12 registered
Mar 23 23:49:10 jok3r kernel: [11387.747191] usb 3-1: new full speed USB device using uhci_hcd and address 5
Mar 23 23:49:10 jok3r kernel: [11387.907270] usb 3-1: configuration #1 chosen from 1 choice
Mar 23 23:49:10 jok3r kernel: [11387.911110] usb 3-1: SN9C120 PC Camera Controller detected (vid:pid 0x0C45:0x613C)
Mar 23 23:49:10 jok3r kernel: [11388.015803] /build/buildd/linux-ubuntu-modules-2.6.22-2.6.22/debian/build/build-generic/media/gspcav1/gspca_core.c: USB SPCA5XX camera found. SONIX JPEG (sn9c1xx) c'è qualche altro comando da lanciare? ??? :-[
Re: Webcam a forma di piede
no, al massimo metti in blacklist l'spca vecchio e se ancora non va prova a prendere e compilare il programma gideo che sta sul sito dove hai preso il driver, vedi se almeno con quello va...
- Jok3rplay
- Prode Principiante
- Messaggi: 23
- Iscrizione: giovedì 20 marzo 2008, 21:04
- Località: Scafati Salerno
- Contatti:
Re: Webcam a forma di piede
allora, i moduli spca non sono caricati, infatti se dò il comando lsmod mi esce questo:
poi, provando a compilare gideo mi escono degli errori sul comando make, questa è la sessione di terminale:
>:( >:( >:(
Codice: Seleziona tutto
jok3r@jok3r:~$ lsmod
Module Size Used by
gspca 608336 0
snd_rtctimer 4384 0
nls_cp437 6784 1
isofs 36412 1
udf 87204 0
ipv6 273892 8
binfmt_misc 12936 1
rfcomm 42136 2
l2cap 26240 11 rfcomm
bluetooth 57060 4 rfcomm,l2cap
apm 22616 2
ppdev 10244 0
speedstep_lib 6404 0
cpufreq_powersave 2688 0
cpufreq_ondemand 9612 0
cpufreq_stats 7232 0
freq_table 5792 2 cpufreq_ondemand,cpufreq_stats
cpufreq_userspace 5280 0
cpufreq_conservative 8072 0
af_packet 24840 2
ndiswrapper 185240 0
lp 12580 0
snd_cmipci 37024 1
gameport 16776 1 snd_cmipci
snd_pcm_oss 44672 0
snd_mixer_oss 17664 1 snd_pcm_oss
snd_pcm 80388 2 snd_cmipci,snd_pcm_oss
snd_page_alloc 11400 1 snd_pcm
snd_opl3_lib 11520 1 snd_cmipci
snd_hwdep 10244 1 snd_opl3_lib
snd_mpu401_uart 9600 1 snd_cmipci
snd_seq_dummy 4740 0
snd_seq_oss 33152 0
sn9c102 120708 0
compat_ioctl32 2304 1 sn9c102
snd_seq_midi 9600 0
videodev 29312 2 gspca,sn9c102
v4l1_compat 15364 1 videodev
snd_rawmidi 25728 2 snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event 8448 2 snd_seq_oss,snd_seq_midi
snd_seq 53232 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 24324 4 snd_rtctimer,snd_pcm,snd_opl3_lib,snd_seq
snd_seq_device 9228 6 snd_opl3_lib,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
v4l2_common 18432 2 sn9c102,videodev
xpad 9988 0
snd 54660 14 snd_cmipci,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
pcspkr 4224 0
nvidia 7825664 28
intel_agp 25620 1
agpgart 35016 2 nvidia,intel_agp
parport_pc 37412 1
soundcore 8800 1 snd
i2c_core 26112 1 nvidia
serio_raw 8068 0
psmouse 39952 0
parport 37448 3 ppdev,lp,parport_pc
iTCO_wdt 11940 0
iTCO_vendor_support 4868 1 iTCO_wdt
shpchp 34580 0
pci_hotplug 32704 1 shpchp
joydev 11328 0
evdev 11136 1
ext3 133896 1
jbd 60456 1 ext3
mbcache 9732 1 ext3
sg 36764 0
sr_mod 17828 1
cdrom 37536 1 sr_mod
sd_mod 30336 3
usbhid 29536 0
hid 28928 1 usbhid
ata_piix 17540 3
floppy 60004 0
ehci_hcd 36492 0
ata_generic 8452 0
libata 125168 2 ata_piix,ata_generic
scsi_mod 147084 4 sg,sr_mod,sd_mod,libata
uhci_hcd 26640 0
usbcore 138632 8 gspca,ndiswrapper,sn9c102,xpad,usbhid,ehci_hcd,uhci_hcd
fuse 47124 1
apparmor 40728 0
commoncap 8320 1 apparmorCodice: Seleziona tutto
jok3r@jok3r:~$ cd '/home/jok3r/Gideo-0.1'
jok3r@jok3r:~/Gideo-0.1$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for pkg-config... /usr/bin/pkg-config
checking for libgnomeui-2.0 gtk+-2.0... yes
checking GNOME_CFLAGS... -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12
checking GNOME_LIBS... -pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lart_lgpl_2 -lgconf-2 -lORBit-2 -lgthread-2.0 -lrt -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for ranlib... (cached) ranlib
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for GNU gettext in libc... yes
checking for dcgettext... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for bison... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating macros/Makefile
config.status: creating src/Makefile
config.status: creating pixmaps/Makefile
config.status: creating Gideo.desktop
config.status: creating config.h
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
jok3r@jok3r:~/Gideo-0.1$ make
make all-recursive
make[1]: Entering directory `/home/jok3r/Gideo-0.1'
Making all in intl
make[2]: Entering directory `/home/jok3r/Gideo-0.1/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jok3r/Gideo-0.1/intl'
Making all in po
make[2]: Entering directory `/home/jok3r/Gideo-0.1/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jok3r/Gideo-0.1/po'
Making all in macros
make[2]: Entering directory `/home/jok3r/Gideo-0.1/macros'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jok3r/Gideo-0.1/macros'
Making all in src
make[2]: Entering directory `/home/jok3r/Gideo-0.1/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -Wall -g -c support.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -Wall -g -c main.c
In file included from main.c:46:
utils.h:13:21: error: SDL/SDL.h: Nessun file o directory
utils.h:14:27: error: SDL/SDL_image.h: Nessun file o directory
main.c:189: error: expected declaration specifiers or ‘...’ before ‘SDL_Surface’
main.c: In function ‘refresh_screen’:
main.c:202: warning: implicit declaration of function ‘SDL_MUSTLOCK’
main.c:202: error: ‘Screen’ undeclared (first use in this function)
main.c:202: error: (Each undeclared identifier is reported only once
main.c:202: error: for each function it appears in.)
main.c:204: warning: implicit declaration of function ‘SDL_LockSurface’
main.c:242: warning: implicit declaration of function ‘SDL_UnlockSurface’
main.c: In function ‘processvideo’:
main.c:252: error: ‘SDL_Surface’ undeclared (first use in this function)
main.c:252: error: ‘screen’ undeclared (first use in this function)
main.c:253: error: ‘Uint32’ undeclared (first use in this function)
main.c:253: error: expected ‘;’ before ‘video_flags’
main.c:254: error: ‘SDL_Event’ undeclared (first use in this function)
main.c:254: error: expected ‘;’ before ‘event’
main.c:256: error: ‘lib_flags’ undeclared (first use in this function)
main.c:256: error: ‘SDL_INIT_VIDEO’ undeclared (first use in this function)
main.c:257: error: ‘video_flags’ undeclared (first use in this function)
main.c:257: error: ‘SDL_HWPALETTE’ undeclared (first use in this function)
main.c:257: error: ‘SDL_DOUBLEBUF’ undeclared (first use in this function)
main.c:270: warning: implicit declaration of function ‘SDL_Init’
main.c:272: warning: implicit declaration of function ‘SDL_GetError’
main.c:272: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’
main.c:276: warning: implicit declaration of function ‘SDL_SetVideoMode’
main.c:278: warning: implicit declaration of function ‘SDL_ShowCursor’
main.c:279: warning: implicit declaration of function ‘SDL_WM_SetCaption’
main.c:328: error: too many arguments to function ‘refresh_screen’
main.c:348: warning: implicit declaration of function ‘SDL_Flip’
main.c:471: warning: implicit declaration of function ‘SDL_Quit’
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/jok3r/Gideo-0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jok3r/Gideo-0.1'
make: *** [all-recursive-am] Error 2
Re: Webcam a forma di piede
mancano i pacchetti sdl-dev ormai dovresti essere in grado di capire automaticamente dall'output cosa ti manca 
- Jok3rplay
- Prode Principiante
- Messaggi: 23
- Iscrizione: giovedì 20 marzo 2008, 21:04
- Località: Scafati Salerno
- Contatti:
Re: Webcam a forma di piede
(z)adesso quale altro pacchetto manca? gli ultimi no rimasti non riesco a capirli (mad)
Codice: Seleziona tutto
jok3r@jok3r:~$ cd '/home/jok3r/Gideo-0.1'
jok3r@jok3r:~/Gideo-0.1$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for pkg-config... /usr/bin/pkg-config
checking for libgnomeui-2.0 gtk+-2.0... yes
checking GNOME_CFLAGS... -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12
checking GNOME_LIBS... -pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lart_lgpl_2 -lgconf-2 -lORBit-2 -lgthread-2.0 -lrt -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for ranlib... (cached) ranlib
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for GNU gettext in libc... yes
checking for dcgettext... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for bison... bison
checking version of bison... 2.3, ok
configure: creating ./config.status
config.status: creating Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating macros/Makefile
config.status: creating src/Makefile
config.status: creating pixmaps/Makefile
config.status: creating Gideo.desktop
config.status: creating config.h
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
jok3r@jok3r:~/Gideo-0.1$ make
make all-recursive
make[1]: Entering directory `/home/jok3r/Gideo-0.1'
Making all in intl
make[2]: Entering directory `/home/jok3r/Gideo-0.1/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jok3r/Gideo-0.1/intl'
Making all in po
make[2]: Entering directory `/home/jok3r/Gideo-0.1/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jok3r/Gideo-0.1/po'
Making all in macros
make[2]: Entering directory `/home/jok3r/Gideo-0.1/macros'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jok3r/Gideo-0.1/macros'
Making all in src
make[2]: Entering directory `/home/jok3r/Gideo-0.1/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -Wall -g -c support.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -Wall -g -c main.c
In file included from main.c:46:
utils.h:14:27: error: SDL/SDL_image.h: Nessun file o directory
main.c: In function ‘processvideo’:
main.c:254: warning: unused variable ‘event’
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/jok3r/Gideo-0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jok3r/Gideo-0.1'
make: *** [all-recursive-am] Error 2
- galfed
- Entusiasta Emergente

- Messaggi: 1550
- Iscrizione: sabato 8 ottobre 2005, 19:24
- Località: ferrara
Re: Webcam a forma di piede
SDL_image
..Io proverei questo; cercalo con synaptic.
..Io proverei questo; cercalo con synaptic.
- Jok3rplay
- Prode Principiante
- Messaggi: 23
- Iscrizione: giovedì 20 marzo 2008, 21:04
- Località: Scafati Salerno
- Contatti:
Re: Webcam a forma di piede
Codice: Seleziona tutto
jok3r@jok3r:~/Gideo-0.1$ gideo
Gideo version: 0.1
video device /dev/video0
ERROR opening V4L interface
: Argomento non validoAIUTO!!! :'(
Re: Webcam a forma di piede
io mi sa che ho esaurito i consigli :'(
- Jok3rplay
- Prode Principiante
- Messaggi: 23
- Iscrizione: giovedì 20 marzo 2008, 21:04
- Località: Scafati Salerno
- Contatti:
Re: Webcam a forma di piede
UP :-[
c'è qualcuno che ha la mia stessa webcam e che è riuscito a configurarla?
AIUTATEMI :'(
lo sò che è un bel sopramobile, il piedino, con l'obbiettivo,le lucine che si illuminano, però mi piacerebbe anche sfruttarlo :-\
c'è qualcuno che ha la mia stessa webcam e che è riuscito a configurarla?
AIUTATEMI :'(
lo sò che è un bel sopramobile, il piedino, con l'obbiettivo,le lucine che si illuminano, però mi piacerebbe anche sfruttarlo :-\
Chi c’è in linea
Visualizzano questa sezione: Bing [Bot] e 5 ospiti
