Per tutto il procedimento non mi pare di aver visto ERROR.
Proprio alla fine del make compare però questo:
Codice: Seleziona tutto
make[1]: *** [tv-win.o] Error 1
make[1]: Leaving directory `/home/mio_nome/fftv-0.8.3/fftv'
make: *** [lib] Error 2
Sudo make install restituisce una lista bella lunga di error.
Rifacendo make compaiono più o meno gli stessi errori del sudo make install
Codice: Seleziona tutto
gcc -O3 -Wall -g -I.. -I/home/makko210/fftv-0.8.3 -I/home/makko210/fftv-0.8.3/fftv -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -DFFTV_LIRC=\"/usr/local/lib/fftv/lirc\" -DFFTV_X11=\"/usr/local/lib/fftv/X11\" -DICON_BASENAME=\"/usr/local/share/icons/fftv\" -DFFTV_VERSION=\"0.8.3\" -DFFTV_CONF=\"/usr/local/lib/fftv/conf\" -I./linuxinc -c -o tv-win.o tv-win.c
tv-win.c:20:38: error: X11/extensions/xf86vmode.h: Nessun file o directory
tv-win.c: In function ‘init_hide_mouse_pointer’:
tv-win.c:328: warning: pointer targets in passing argument 2 of ‘gdk_bitmap_create_from_data’ differ in signedness
tv-win.c: In function ‘set_dpy_visibily_clips’:
tv-win.c:786: warning: pointer targets in passing argument 6 of ‘XQueryTree’ differ in signedness
tv-win.c: At top level:
tv-win.c:1025: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
tv-win.c:1053: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mod_original’
tv-win.c: In function ‘save_original_dpy_mode’:
tv-win.c:1057: error: ‘mod_original’ undeclared (first use in this function)
tv-win.c:1057: error: (Each undeclared identifier is reported only once
tv-win.c:1057: error: for each function it appears in.)
tv-win.c:1057: warning: implicit declaration of function ‘disp_mode’
tv-win.c:1057: error: invalid type argument of ‘unary *’
tv-win.c: In function ‘restore_original_dpy_mode’:
tv-win.c:1062: warning: implicit declaration of function ‘XF86VidModeSwitchToMode’
tv-win.c:1062: error: ‘mod_original’ undeclared (first use in this function)
tv-win.c: In function ‘center_mouse_pointer’:
tv-win.c:1138: warning: implicit declaration of function ‘XF86VidModeSetViewPort’
tv-win.c: In function ‘fullscreen_toggle640’:
tv-win.c:1148: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mod_last’
tv-win.c:1148: error: ‘mod_last’ undeclared (first use in this function)
tv-win.c:1165: error: invalid type argument of ‘unary *’
tv-win.c:1168: error: ‘XF86VidModeModeInfo’ undeclared (first use in this function)
tv-win.c:1168: error: ‘modarr’ undeclared (first use in this function)
tv-win.c:1169: warning: implicit declaration of function ‘XF86VidModeGetAllModeLines’
tv-win.c:1172: error: ‘pmod’ undeclared (first use in this function)
tv-win.c: In function ‘refreshTree’:
tv-win.c:1336: warning: pointer targets in passing argument 6 of ‘XQueryTree’ differ in signedness
tv-win.c: In function ‘get_frame_win’:
tv-win.c:1373: warning: pointer targets in passing argument 6 of ‘XQueryTree’ differ in signedness
tv-win.c: In function ‘refresh_covering_window’:
tv-win.c:1392: warning: pointer targets in passing argument 6 of ‘XQueryTree’ differ in signedness
make[1]: *** [tv-win.o] Error 1
make[1]: Leaving directory `/home/makko210/fftv-0.8.3/fftv'
make: *** [lib] Error 2
makko210@desktop:~/fftv-0.8.3$ make
make -C libavcodec all
make[1]: Entering directory `/home/makko210/fftv-0.8.3/libavcodec'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/makko210/fftv-0.8.3/libavcodec'
make -C libavformat all
make[1]: Entering directory `/home/makko210/fftv-0.8.3/libavformat'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/makko210/fftv-0.8.3/libavformat'
make -C fftv all
make[1]: Entering directory `/home/makko210/fftv-0.8.3/fftv'
gcc -O3 -Wall -g -I.. -I/home/makko210/fftv-0.8.3 -I/home/makko210/fftv-0.8.3/fftv -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -DFFTV_LIRC=\"/usr/local/lib/fftv/lirc\" -DFFTV_X11=\"/usr/local/lib/fftv/X11\" -DICON_BASENAME=\"/usr/local/share/icons/fftv\" -DFFTV_VERSION=\"0.8.3\" -DFFTV_CONF=\"/usr/local/lib/fftv/conf\" -I./linuxinc -c -o tv-win.o tv-win.c
tv-win.c:20:38: error: X11/extensions/xf86vmode.h: Nessun file o directory
tv-win.c: In function ‘init_hide_mouse_pointer’:
tv-win.c:328: warning: pointer targets in passing argument 2 of ‘gdk_bitmap_create_from_data’ differ in signedness
tv-win.c: In function ‘set_dpy_visibily_clips’:
tv-win.c:786: warning: pointer targets in passing argument 6 of ‘XQueryTree’ differ in signedness
tv-win.c: At top level:
tv-win.c:1025: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
tv-win.c:1053: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mod_original’
tv-win.c: In function ‘save_original_dpy_mode’:
tv-win.c:1057: error: ‘mod_original’ undeclared (first use in this function)
tv-win.c:1057: error: (Each undeclared identifier is reported only once
tv-win.c:1057: error: for each function it appears in.)
tv-win.c:1057: warning: implicit declaration of function ‘disp_mode’
tv-win.c:1057: error: invalid type argument of ‘unary *’
tv-win.c: In function ‘restore_original_dpy_mode’:
tv-win.c:1062: warning: implicit declaration of function ‘XF86VidModeSwitchToMode’
tv-win.c:1062: error: ‘mod_original’ undeclared (first use in this function)
tv-win.c: In function ‘center_mouse_pointer’:
tv-win.c:1138: warning: implicit declaration of function ‘XF86VidModeSetViewPort’
tv-win.c: In function ‘fullscreen_toggle640’:
tv-win.c:1148: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mod_last’
tv-win.c:1148: error: ‘mod_last’ undeclared (first use in this function)
tv-win.c:1165: error: invalid type argument of ‘unary *’
tv-win.c:1168: error: ‘XF86VidModeModeInfo’ undeclared (first use in this function)
tv-win.c:1168: error: ‘modarr’ undeclared (first use in this function)
tv-win.c:1169: warning: implicit declaration of function ‘XF86VidModeGetAllModeLines’
tv-win.c:1172: error: ‘pmod’ undeclared (first use in this function)
tv-win.c: In function ‘refreshTree’:
tv-win.c:1336: warning: pointer targets in passing argument 6 of ‘XQueryTree’ differ in signedness
tv-win.c: In function ‘get_frame_win’:
tv-win.c:1373: warning: pointer targets in passing argument 6 of ‘XQueryTree’ differ in signedness
tv-win.c: In function ‘refresh_covering_window’:
tv-win.c:1392: warning: pointer targets in passing argument 6 of ‘XQueryTree’ differ in signedness
make[1]: *** [tv-win.o] Error 1
make[1]: Leaving directory `/home/makko210/fftv-0.8.3/fftv'
make: *** [lib] Error 2