[DVDnav-discuss] r1163 - trunk/libdvdread/configure.ac

Krzysztof Duchnowski amidk75 at gmail.com
Wed Jan 7 18:51:25 CET 2009


DVDRead compiles but now DVDNav didn't:

menus.c:27:23: error: dvd_types.h: No such file or directory
menus.c:31:20: error: dvdnav.h: No such file or directory
menus.c:32:27: error: dvdnav_events.h: No such file or directory
menus.c: In function ‘main’:
menus.c:45: error: ‘dvdnav_t’ undeclared (first use in this function)
menus.c:45: error: (Each undeclared identifier is reported only once
menus.c:45: error: for each function it appears in.)
menus.c:45: error: ‘dvdnav’ undeclared (first use in this function)
menus.c:58: warning: implicit declaration of function ‘dvdnav_open’
menus.c:58: error: ‘DVDNAV_STATUS_OK’ undeclared (first use in this 
function)
menus.c:64: warning: implicit declaration of function 
‘dvdnav_set_readahead_flag’
menus.c:65: warning: implicit declaration of function ‘dvdnav_err_to_string’
menus.c:65: warning: format ‘%s’ expects type ‘char *’, but argument 2 
has type ‘int’
menus.c:70: warning: implicit declaration of function 
‘dvdnav_menu_language_select’
menus.c:71: warning: implicit declaration of function 
‘dvdnav_audio_language_select’
menus.c:72: warning: implicit declaration of function 
‘dvdnav_spu_language_select’
menus.c:73: warning: format ‘%s’ expects type ‘char *’, but argument 2 
has type ‘int’
menus.c:79: warning: implicit declaration of function 
‘dvdnav_set_PGC_positioning_flag’
menus.c:80: warning: format ‘%s’ expects type ‘char *’, but argument 2 
has type ‘int’
menus.c:94: warning: implicit declaration of function 
‘dvdnav_get_next_cache_block’
menus.c:99: error: ‘DVDNAV_STATUS_ERR’ undeclared (first use in this 
function)
menus.c:100: warning: format ‘%s’ expects type ‘char *’, but argument 2 
has type ‘int’
menus.c:105: error: ‘DVDNAV_BLOCK_OK’ undeclared (first use in this 
function)
menus.c:123: error: ‘DVDNAV_NOP’ undeclared (first use in this function)
menus.c:126: error: ‘DVDNAV_STILL_FRAME’ undeclared (first use in this 
function)
menus.c:133: error: ‘dvdnav_still_event_t’ undeclared (first use in this 
function)
menus.c:133: error: ‘still_event’ undeclared (first use in this function)
menus.c:133: error: expected expression before ‘)’ token
menus.c:138: warning: implicit declaration of function ‘dvdnav_still_skip’
menus.c:141: error: ‘DVDNAV_WAIT’ undeclared (first use in this function)
menus.c:149: warning: implicit declaration of function ‘dvdnav_wait_skip’
menus.c:151: error: ‘DVDNAV_SPU_CLUT_CHANGE’ undeclared (first use in 
this function)
menus.c:155: error: ‘DVDNAV_SPU_STREAM_CHANGE’ undeclared (first use in 
this function)
menus.c:158: error: ‘DVDNAV_AUDIO_STREAM_CHANGE’ undeclared (first use 
in this function)
menus.c:161: error: ‘DVDNAV_HIGHLIGHT’ undeclared (first use in this 
function)
menus.c:165: error: ‘dvdnav_highlight_event_t’ undeclared (first use in 
this function)
menus.c:165: error: ‘highlight_event’ undeclared (first use in this 
function)
menus.c:165: error: expected expression before ‘)’ token
menus.c:169: error: ‘DVDNAV_VTS_CHANGE’ undeclared (first use in this 
function)
menus.c:175: error: ‘DVDNAV_CELL_CHANGE’ undeclared (first use in this 
function)
menus.c:185: warning: implicit declaration of function 
‘dvdnav_current_title_info’
menus.c:186: warning: implicit declaration of function ‘dvdnav_get_position’
menus.c:214: error: ‘DVDNAV_NAV_PACKET’ undeclared (first use in this 
function)
menus.c:227: warning: implicit declaration of function 
‘dvdnav_get_current_nav_pci’
menus.c:227: warning: assignment makes pointer from integer without a cast
menus.c:228: warning: implicit declaration of function 
‘dvdnav_get_current_nav_dsi’
menus.c:251: warning: implicit declaration of function 
‘dvdnav_button_select_and_activate’
menus.c:255: error: ‘DVDNAV_HOP_CHANNEL’ undeclared (first use in this 
function)
menus.c:259: error: ‘DVDNAV_STOP’ undeclared (first use in this function)
menus.c:271: warning: implicit declaration of function 
‘dvdnav_free_cache_block’
menus.c:276: warning: implicit declaration of function ‘dvdnav_close’
menus.c:277: warning: format ‘%s’ expects type ‘char *’, but argument 2 
has type ‘int’
menus.c:120: warning: ignoring return value of ‘write’, declared with 
attribute warn_unused_result
menus.c:198: warning: ignoring return value of ‘scanf’, declared with 
attribute warn_unused_result
menus.c:245: warning: ignoring return value of ‘scanf’, declared with 
attribute warn_unused_result
make[2]: *** [menus.o] Błąd 1
make[2]: Opuszczenie katalogu `/home/dk75/.src/libdvdnav/examples'
make[1]: *** [all-recursive] Błąd 1
make[1]: Opuszczenie katalogu `/home/dk75/.src/libdvdnav'
make: *** [all] Błąd 2


It's clean copy of SVN1163

configure log: http://pastebin.com/m22c90c00

commands:
svn co svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav libdvdnav
./autogen.sh
./configure --prefix=/usr
make

-- 
Krzysztof 'DK75' Duchnowski
GetFirefox - http://www.mozilla.com/firefox/
Konfiguracja UTF-8 dla czytników - http://evil.pl/pip/utf/



More information about the DVDnav-discuss mailing list