LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-16-2007, 04:05 PM   #1
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
problem compiling lsdvd


I see acid_kewpie is the person to discuss about this.

The issue:
I cannot get acidrip to display the tracks in the track window. Hitting the reload button provides nothing. Results in the debug log after hitting reload.
AcidRip message - Loading DVD... please wait
$VAR1 = {};
AcidRip message - DVD read ok

So searching here showed many post. Most mention lsdvd which I have installed from an rpm. So from this post I get the same type of output from lsdvd -Op like in this post http://www.linuxquestions.org/questi...ighlight=lsdvd

Now I went to build the latest from source. The ./configure goes well till here.

checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for DVDOpen in -ldvdread... yes
checking for dvdread/ifo_read.h... no
configure: error: Header files for dvdread not found

[crusher58@lcomp58 lsdvd-0.16]$ whereis dvdread
dvdread: /usr/include/dvdread

[crusher58@lcomp58 lsdvd-0.16]$ cd /usr/include/dvdread
[crusher58@lcomp58 dvdread]$ ls
cmd_print.h ifo_print.h ifo_types.h nav_read.h
dvd_reader.h ifo_read.h nav_print.h nav_types.h

Now I have libdvdread installed from rpms I compiled from a the latest src.rpm. libdvdread-0.9.7-2.fc5.src.rpm

Building the rpms went fine and installed which places the files in above directories.

I just don't know how to tell ./configure to look here for the files it is looking for.

Current system is Centos 4.4 mostly running kernel 2.6.21-rc2-git1.

Thank you for time and help.
Brian
 
Old 03-16-2007, 04:23 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
heh, this is odd... hit the zreo posts search and posts 3 and 5 are for software i wrote... weird.

yeah that feature is cos i have a very poor grasp of autoconf (or rather, used to. i now have NO grasp of it!) try copying or linking the header files to /usr/local/include/dvdread if i remember that right...
 
Old 03-16-2007, 05:25 PM   #3
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Original Poster
Rep: Reputation: 65
That didn't work. I first linked the directory over to /usr/local/include and then actually copied it over to it. Neither help. I place the files themselves in /usr/local/include andno luck either.

Thanks for your time. Tried to understand the configure file for that section but the code is well aove my knowledge. Is there a way to tell it the file is here.

Here is the contents of the config.log. It sees where the file is.
Code:
configure:2867: result: yes
configure:2882: checking for dvdread/ifo_read.h
configure:2901: gcc -c  -g -D_FILE_OFFSET_BITS=64 -W -Wall  conftest.c >&5
In file included from /usr/local/include/dvdread/ifo_read.h:24,
                 from conftest.c:12:
/usr/local/include/dvdread/ifo_types.h:32:2: #error "Must include <inttypes.h> or <stdint.h> before any libdvdread header."
In file included from /usr/local/include/dvdread/ifo_read.h:24,
                 from conftest.c:12:
/usr/local/include/dvdread/ifo_types.h:68: error: syntax error before "uint8_t"
/usr/local/include/dvdread/ifo_types.h:70: error: syntax error before "second"
/usr/local/include/dvdread/ifo_types.h:71: error: syntax error before "frame_u"
/usr/local/include/dvdread/ifo_types.h:78: error: syntax error before "uint8_t"
/usr/local/include/dvdread/ifo_types.h:143: error: syntax error before "uint16_t"
/usr/local/include/dvdread/ifo_types.h:145: error: syntax error before "code_extension"
/usr/local/include/dvdread/ifo_types.h:146: error: syntax error before "unknown3"
/usr/local/include/dvdread/ifo_types.h:175: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:231: error: syntax error before "uint8_t"
/usr/local/include/dvdread/ifo_types.h:258: error: syntax error before "uint8_t"
/usr/local/include/dvdread/ifo_types.h:260: error: syntax error before "lang_extension"
/usr/local/include/dvdread/ifo_types.h:261: error: syntax error before "code_extension"
/usr/local/include/dvdread/ifo_types.h:270: error: syntax error before "uint16_t"
/usr/local/include/dvdread/ifo_types.h:272: error: syntax error before "nr_of_cell"
/usr/local/include/dvdread/ifo_types.h:273: error: syntax error before "last_byte"
/usr/local/include/dvdread/ifo_types.h:274: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:275: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:276: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:277: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:283: error: syntax error before "pgc_program_map_t"
/usr/local/include/dvdread/ifo_types.h:312: error: syntax error before "uint8_t"
/usr/local/include/dvdread/ifo_types.h:314: error: syntax error before "playback_time"
/usr/local/include/dvdread/ifo_types.h:315: error: syntax error before "first_sector"
/usr/local/include/dvdread/ifo_types.h:316: error: syntax error before "first_ilvu_end_sector"
/usr/local/include/dvdread/ifo_types.h:317: error: syntax error before "last_vobu_start_sector"
/usr/local/include/dvdread/ifo_types.h:318: error: syntax error before "last_sector"
/usr/local/include/dvdread/ifo_types.h:333: error: syntax error before "uint16_t"
/usr/local/include/dvdread/ifo_types.h:335: error: syntax error before "cell_nr"
/usr/local/include/dvdread/ifo_types.h:409: error: syntax error before "uint16_t"
/usr/local/include/dvdread/ifo_types.h:411: error: syntax error before "nr_of_cells"
/usr/local/include/dvdread/ifo_types.h:412: error: syntax error before "playback_time"
/usr/local/include/dvdread/ifo_types.h:414: error: syntax error before "audio_control"
/usr/local/include/dvdread/ifo_types.h:415: error: syntax error before "subp_control"
/usr/local/include/dvdread/ifo_types.h:416: error: syntax error before "next_pgc_nr"
/usr/local/include/dvdread/ifo_types.h:417: error: syntax error before "prev_pgc_nr"
/usr/local/include/dvdread/ifo_types.h:418: error: syntax error before "goup_pgc_nr"
/usr/local/include/dvdread/ifo_types.h:419: error: syntax error before "pg_playback_mode"
/usr/local/include/dvdread/ifo_types.h:420: error: syntax error before "still_time"
/usr/local/include/dvdread/ifo_types.h:421: error: syntax error before "palette"
/usr/local/include/dvdread/ifo_types.h:422: error: syntax error before "command_tbl_offset"
/usr/local/include/dvdread/ifo_types.h:423: error: syntax error before "program_map_offset"
/usr/local/include/dvdread/ifo_types.h:424: error: syntax error before "cell_playback_offset"
/usr/local/include/dvdread/ifo_types.h:425: error: syntax error before "cell_position_offset"
/usr/local/include/dvdread/ifo_types.h:426: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:427: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:428: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:429: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:430: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:437: error: syntax error before "uint8_t"
/usr/local/include/dvdread/ifo_types.h:443: error: syntax error before ':' token
/usr/local/include/dvdread/ifo_types.h:444: error: syntax error before ':' token
/usr/local/include/dvdread/ifo_types.h:445: error: syntax error before ':' token
/usr/local/include/dvdread/ifo_types.h:448: error: syntax error before "pgc_start_byte"
/usr/local/include/dvdread/ifo_types.h:449: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:450: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:457: error: syntax error before "uint16_t"
/usr/local/include/dvdread/ifo_types.h:459: error: syntax error before "last_byte"
/usr/local/include/dvdread/ifo_types.h:460: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:461: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:468: error: syntax error before "uint16_t"
/usr/local/include/dvdread/ifo_types.h:470: error: syntax error before "exists"
/usr/local/include/dvdread/ifo_types.h:471: error: syntax error before "lang_start_byte"
/usr/local/include/dvdread/ifo_types.h:472: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:473: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:480: error: syntax error before "uint16_t"
/usr/local/include/dvdread/ifo_types.h:482: error: syntax error before "last_byte"
/usr/local/include/dvdread/ifo_types.h:483: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:484: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:491: error: syntax error before "uint16_t"
/usr/local/include/dvdread/ifo_types.h:493: error: syntax error before "zero_1"
/usr/local/include/dvdread/ifo_types.h:494: error: syntax error before "start_sector"
/usr/local/include/dvdread/ifo_types.h:495: error: syntax error before "last_sector"
/usr/local/include/dvdread/ifo_types.h:502: error: syntax error before "uint16_t"
/usr/local/include/dvdread/ifo_types.h:504: error: syntax error before "last_byte"
/usr/local/include/dvdread/ifo_types.h:505: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:506: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:513: error: syntax error before "uint32_t"
/usr/local/include/dvdread/ifo_types.h:515: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:532: error: syntax error before "uint32_t"
/usr/local/include/dvdread/ifo_types.h:533: error: conflicting types for 'zero_1'
/usr/local/include/dvdread/ifo_types.h:503: error: previous declaration of 'zero_1' was here
/usr/local/include/dvdread/ifo_types.h:534: error: syntax error before "vmgi_last_sector"
/usr/local/include/dvdread/ifo_types.h:535: error: syntax error before "zero_2"
/usr/local/include/dvdread/ifo_types.h:536: error: syntax error before "specification_version"
/usr/local/include/dvdread/ifo_types.h:537: error: syntax error before "vmg_category"
/usr/local/include/dvdread/ifo_types.h:538: error: syntax error before "vmg_nr_of_volumes"
/usr/local/include/dvdread/ifo_types.h:539: error: syntax error before "vmg_this_volume_nr"
/usr/local/include/dvdread/ifo_types.h:540: error: syntax error before "disc_side"
/usr/local/include/dvdread/ifo_types.h:541: error: syntax error before "zero_3"
/usr/local/include/dvdread/ifo_types.h:542: error: syntax error before "vmg_nr_of_title_sets"
/usr/local/include/dvdread/ifo_types.h:544: error: syntax error before "vmg_pos_code"
/usr/local/include/dvdread/ifo_types.h:545: error: syntax error before "zero_4"
/usr/local/include/dvdread/ifo_types.h:546: error: syntax error before "vmgi_last_byte"
/usr/local/include/dvdread/ifo_types.h:547: error: syntax error before "first_play_pgc"
/usr/local/include/dvdread/ifo_types.h:548: error: syntax error before "zero_5"
/usr/local/include/dvdread/ifo_types.h:549: error: syntax error before "vmgm_vobs"
/usr/local/include/dvdread/ifo_types.h:550: error: syntax error before "tt_srpt"
/usr/local/include/dvdread/ifo_types.h:551: error: syntax error before "vmgm_pgci_ut"
/usr/local/include/dvdread/ifo_types.h:552: error: syntax error before "ptl_mait"
/usr/local/include/dvdread/ifo_types.h:553: error: syntax error before "vts_atrt"
/usr/local/include/dvdread/ifo_types.h:554: error: syntax error before "txtdt_mgi"
/usr/local/include/dvdread/ifo_types.h:555: error: syntax error before "vmgm_c_adt"
/usr/local/include/dvdread/ifo_types.h:556: error: syntax error before "vmgm_vobu_admap"
/usr/local/include/dvdread/ifo_types.h:557: error: syntax error before "zero_6"
/usr/local/include/dvdread/ifo_types.h:560: error: syntax error before "zero_7"
/usr/local/include/dvdread/ifo_types.h:561: error: syntax error before "nr_of_vmgm_audio_streams"
/usr/local/include/dvdread/ifo_types.h:562: error: syntax error before "vmgm_audio_attr"
/usr/local/include/dvdread/ifo_types.h:563: error: syntax error before "zero_8"
/usr/local/include/dvdread/ifo_types.h:564: error: syntax error before "zero_9"
/usr/local/include/dvdread/ifo_types.h:565: error: syntax error before "nr_of_vmgm_subp_streams"
/usr/local/include/dvdread/ifo_types.h:566: error: syntax error before "vmgm_subp_attr"
/usr/local/include/dvdread/ifo_types.h:567: error: syntax error before "zero_10"
/usr/local/include/dvdread/ifo_types.h:568: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:597: error: syntax error before "uint8_t"
/usr/local/include/dvdread/ifo_types.h:599: error: syntax error before "parental_id"
/usr/local/include/dvdread/ifo_types.h:600: error: syntax error before "title_set_nr"
/usr/local/include/dvdread/ifo_types.h:601: error: syntax error before "vts_ttn"
/usr/local/include/dvdread/ifo_types.h:602: error: syntax error before "title_set_sector"
/usr/local/include/dvdread/ifo_types.h:609: error: syntax error before "uint16_t"
/usr/local/include/dvdread/ifo_types.h:610: error: conflicting types for 'zero_1'
/usr/local/include/dvdread/ifo_types.h:533: error: previous declaration of 'zero_1' was here
/usr/local/include/dvdread/ifo_types.h:610: error: conflicting types for 'zero_1'
/usr/local/include/dvdread/ifo_types.h:533: error: previous declaration of 'zero_1' was here
/usr/local/include/dvdread/ifo_types.h:611: error: syntax error before "last_byte"
/usr/local/include/dvdread/ifo_types.h:612: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:613: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:621: error: syntax error before "pf_level_t"
/usr/local/include/dvdread/ifo_types.h:627: error: syntax error before "uint16_t"
/usr/local/include/dvdread/ifo_types.h:629: error: syntax error before "pf_ptl_mai_start_byte"
/usr/local/include/dvdread/ifo_types.h:630: error: syntax error before "zero_2"
/usr/local/include/dvdread/ifo_types.h:631: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:632: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:639: error: syntax error before "uint16_t"
/usr/local/include/dvdread/ifo_types.h:641: error: syntax error before "last_byte"
/usr/local/include/dvdread/ifo_types.h:642: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:643: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:650: error: syntax error before "uint32_t"
/usr/local/include/dvdread/ifo_types.h:654: error: syntax error before "zero_1"
/usr/local/include/dvdread/ifo_types.h:655: error: syntax error before "nr_of_vtsm_audio_streams"
/usr/local/include/dvdread/ifo_types.h:656: error: syntax error before "vtsm_audio_attr"
/usr/local/include/dvdread/ifo_types.h:657: error: syntax error before "zero_2"
/usr/local/include/dvdread/ifo_types.h:657: error: conflicting types for 'zero_2'
/usr/local/include/dvdread/ifo_types.h:630: error: previous declaration of 'zero_2' was here
/usr/local/include/dvdread/ifo_types.h:658: error: syntax error before "zero_3"
/usr/local/include/dvdread/ifo_types.h:658: error: conflicting types for 'zero_3'
/usr/local/include/dvdread/ifo_types.h:541: error: previous declaration of 'zero_3' was here
/usr/local/include/dvdread/ifo_types.h:659: error: syntax error before "zero_4"
/usr/local/include/dvdread/ifo_types.h:659: error: conflicting types for 'zero_4'
/usr/local/include/dvdread/ifo_types.h:545: error: previous declaration of 'zero_4' was here
/usr/local/include/dvdread/ifo_types.h:660: error: syntax error before "nr_of_vtsm_subp_streams"
/usr/local/include/dvdread/ifo_types.h:661: error: syntax error before "vtsm_subp_attr"
/usr/local/include/dvdread/ifo_types.h:662: error: syntax error before "zero_5"
/usr/local/include/dvdread/ifo_types.h:662: error: conflicting types for 'zero_5'
/usr/local/include/dvdread/ifo_types.h:548: error: previous declaration of 'zero_5' was here
/usr/local/include/dvdread/ifo_types.h:664: error: syntax error before "zero_6"
/usr/local/include/dvdread/ifo_types.h:664: error: conflicting types for 'zero_6'
/usr/local/include/dvdread/ifo_types.h:557: error: previous declaration of 'zero_6' was here
/usr/local/include/dvdread/ifo_types.h:667: error: syntax error before "zero_7"
/usr/local/include/dvdread/ifo_types.h:668: error: syntax error before "nr_of_vtstt_audio_streams"
/usr/local/include/dvdread/ifo_types.h:669: error: syntax error before "vtstt_audio_attr"
/usr/local/include/dvdread/ifo_types.h:670: error: syntax error before "zero_8"
/usr/local/include/dvdread/ifo_types.h:670: error: conflicting types for 'zero_8'
/usr/local/include/dvdread/ifo_types.h:563: error: previous declaration of 'zero_8' was here
/usr/local/include/dvdread/ifo_types.h:671: error: syntax error before "zero_9"
/usr/local/include/dvdread/ifo_types.h:671: error: conflicting types for 'zero_9'
/usr/local/include/dvdread/ifo_types.h:564: error: previous declaration of 'zero_9' was here
/usr/local/include/dvdread/ifo_types.h:672: error: syntax error before "nr_of_vtstt_subp_streams"
/usr/local/include/dvdread/ifo_types.h:673: error: syntax error before "vtstt_subp_attr"
/usr/local/include/dvdread/ifo_types.h:674: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:682: error: syntax error before "uint16_t"
/usr/local/include/dvdread/ifo_types.h:684: error: syntax error before "last_byte"
/usr/local/include/dvdread/ifo_types.h:685: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:686: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:687: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:694: error: syntax error before "uint32_t"
/usr/local/include/dvdread/ifo_types.h:710: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:716: error: syntax error before "uint16_t"
/usr/local/include/dvdread/ifo_types.h:718: error: syntax error before "txtdt_start_byte"
/usr/local/include/dvdread/ifo_types.h:719: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:720: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:728: error: syntax error before "uint16_t"
/usr/local/include/dvdread/ifo_types.h:730: error: syntax error before '*' token
/usr/local/include/dvdread/ifo_types.h:731: error: syntax error before '}' token
/usr/local/include/dvdread/ifo_types.h:746: error: syntax error before "uint32_t"
/usr/local/include/dvdread/ifo_types.h:747: error: conflicting types for 'zero_1'
/usr/local/include/dvdread/ifo_types.h:683: error: previous declaration of 'zero_1' was here
/usr/local/include/dvdread/ifo_types.h:748: error: syntax error before "vtsi_last_sector"
/usr/local/include/dvdread/ifo_types.h:749: error: syntax error before "zero_2"
/usr/local/include/dvdread/ifo_types.h:749: error: conflicting types for 'zero_2'
/usr/local/include/dvdread/ifo_types.h:657: error: previous declaration of 'zero_2' was here
/usr/local/include/dvdread/ifo_types.h:749: error: conflicting types for 'zero_2'
/usr/local/include/dvdread/ifo_types.h:657: error: previous declaration of 'zero_2' was here
/usr/local/include/dvdread/ifo_types.h:750: error: syntax error before "specification_version"
/usr/local/include/dvdread/ifo_types.h:751: error: syntax error before "vts_category"
/usr/local/include/dvdread/ifo_types.h:752: error: syntax error before "zero_3"
/usr/local/include/dvdread/ifo_types.h:752: error: conflicting types for 'zero_3'
/usr/local/include/dvdread/ifo_types.h:658: error: previous declaration of 'zero_3' was here
/usr/local/include/dvdread/ifo_types.h:752: error: conflicting types for 'zero_3'
/usr/local/include/dvdread/ifo_types.h:658: error: previous declaration of 'zero_3' was here
/usr/local/include/dvdread/ifo_types.h:753: error: syntax error before "zero_4"
/usr/local/include/dvdread/ifo_types.h:754: error: syntax error before "zero_5"
/usr/local/include/dvdread/ifo_types.h:754: error: conflicting types for 'zero_5'
/usr/local/include/dvdread/ifo_types.h:662: error: previous declaration of 'zero_5' was here
/usr/local/include/dvdread/ifo_types.h:754: error: conflicting types for 'zero_5'
/usr/local/include/dvdread/ifo_types.h:662: error: previous declaration of 'zero_5' was here
/usr/local/include/dvdread/ifo_types.h:755: error: syntax error before "zero_6"
/usr/local/include/dvdread/ifo_types.h:755: error: conflicting types for 'zero_6'
/usr/local/include/dvdread/ifo_types.h:664: error: previous declaration of 'zero_6' was here
/usr/local/include/dvdread/ifo_types.h:755: error: conflicting types for 'zero_6'
/usr/local/include/dvdread/ifo_types.h:664: error: previous declaration of 'zero_6' was here
/usr/local/include/dvdread/ifo_types.h:756: error: syntax error before "zero_7"
/usr/local/include/dvdread/ifo_types.h:757: error: syntax error before "zero_8"
/usr/local/include/dvdread/ifo_types.h:757: error: conflicting types for 'zero_8'
/usr/local/include/dvdread/ifo_types.h:670: error: previous declaration of 'zero_8' was here
/usr/local/include/dvdread/ifo_types.h:757: error: conflicting types for 'zero_8'
/usr/local/include/dvdread/ifo_types.h:670: error: previous declaration of 'zero_8' was here
/usr/local/include/dvdread/ifo_types.h:758: error: syntax error before "zero_9"
/usr/local/include/dvdread/ifo_types.h:759: error: syntax error before "zero_10"
/usr/local/include/dvdread/ifo_types.h:759: error: conflicting types for 'zero_10'
/usr/local/include/dvdread/ifo_types.h:567: error: previous declaration of 'zero_10' was here
/usr/local/include/dvdread/ifo_types.h:760: error: syntax error before "vtsi_last_byte"
/usr/local/include/dvdread/ifo_types.h:761: error: syntax error before "zero_11"
/usr/local/include/dvdread/ifo_types.h:762: error: syntax error before "zero_12"
/usr/local/include/dvdread/ifo_types.h:763: error: syntax error before "vtsm_vobs"
/usr/local/include/dvdread/ifo_types.h:764: error: syntax error before "vtstt_vobs"
/usr/local/include/dvdread/ifo_types.h:765: error: syntax error before "vts_ptt_srpt"
/usr/local/include/dvdread/ifo_types.h:766: error: syntax error before "vts_pgcit"
/usr/local/include/dvdread/ifo_types.h:767: error: syntax error before "vtsm_pgci_ut"
/usr/local/include/dvdread/ifo_types.h:768: error: syntax error before "vts_tmapt"
/usr/local/include/dvdread/ifo_types.h:769: error: syntax error before "vtsm_c_adt"

configure: exit 1
The list is longer but I think this might make since.

Thanks for you time and help.
Brian
 
Old 03-16-2007, 05:33 PM   #4
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Original Poster
Rep: Reputation: 65
Installed the source of libdvdread version libdvdread-0.9.7.tar.gz. Build went fine and installed. It place the files in /usr/local/include/dvdread. Then went back to the lsdvd build and the same error.

Brian
 
Old 03-16-2007, 05:50 PM   #5
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Original Poster
Rep: Reputation: 65
I might be confused. Would this be the correct output.
Code:
[crusher58@lcomp58 ~]$ lsdvd -Op
our %lsdvd = (
  device => '/dev/dvd',
  title => 'THE_LOST_BOYS_4X3_PS',
  vmg_id => 'DVDVIDEO-VMG',
  provider_id => 'WARNER HOME VIDEO',
  track => [
    {
      ix => 1,
      length => 5837.133,
      vts_id => 'DVDVIDEO-VTS',
    },
    {
      ix => 2,
      length => 17.000,
      vts_id => 'DVDVIDEO-VTS',
    },
    longest_track => 1,
);
Brian
 
Old 03-16-2007, 06:10 PM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
that would be correct if you're using a Lost Boys dvd. if it's a dvd of Platoon, something's really wrong. same goes for The Breakfast Club and Terminator 2.
 
Old 03-16-2007, 06:40 PM   #7
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Original Poster
Rep: Reputation: 65
Yes the Lost Boys DVD.
So if that is working fine what would cause acidrip not to diplay any tracks to rip?

Brian
 
Old 03-17-2007, 09:28 AM   #8
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Original Poster
Rep: Reputation: 65
Been experimenting and have not resolved the issue yet. I am wondering what exactly I am missing. What I have done.

I have installed by rpm for version 0.14 of acidrip.
Also lsdvd rpm version 0.16-2 and maybe 0.16-4
All other dependancies were satisfied.

Now still no tracks listed.

Next built acidrip from source version 0.14 and installed fine.
Tried building lsdvd 0.16 but always get the error no dvdread/ifo_read.h but is present in both /usr/include/dvdread and /usr/local/include/dvdread. I have remove one and left the other and vice a versa It always finds the file but still says it is no good.

So far anything I have tried does not show tracks in acidrip.

Thanks for any help.
Brian
 
Old 03-17-2007, 11:06 AM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
only problem i'm aware of are newer versions of mplayer (newer that 1.0pre7) which don't play nicely. afraid to say it, but there won't be any new versions of acidrip, and i can barely remember what worked and what didn't in the existing versions...
 
Old 03-17-2007, 12:09 PM   #10
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Original Poster
Rep: Reputation: 65
Oh well was running 1.0.0.20.pre7 version according to rpm database. I installed and older version for kicks and that made no difference. Anyways in between I installed dvd::rip and seems to be doing the job at the moment. Defiantly need to build a cluster system if I plan to do many of these conversions. Or a faster machine.

Thanks for your time and help acid_kewpie.
Brian
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Anyone solved the libdvdread + lsdvd problem? Linux.tar.gz Slackware 6 02-27-2008 12:01 PM
lsdvd build help Fredstar Linux - Newbie 3 06-15-2006 11:22 PM
libdvdread and lsdvd johnnydangerous Fedora 6 03-12-2005 03:20 PM
lsdvd - gtk2-perl help please Giallo998 Linux - Newbie 1 11-11-2003 07:13 AM
lsdvd won't compile rickenbacherus Linux - Software 2 08-17-2003 02:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration