Sorry for not responding so quickly.I don't remember getting Anthoney's 
suggestion and or link...But here are the error log :p.HOpe you accept txt 
attchments.These logs are of a few things I tried to install.I am pretty 
much new to Linux so I am dumbfounded. HOpe ya can help :)

                                        Thanks


>From: Altoine Barker <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: [Re: [newbie] DVD setup?]
>Date: 23 Sep 00 21:57:26 CDT
>
>I would love to help you but I find it easiest if I knew what files exactly
>that you were missing. But if Anthony's suggestion and link helped you, 
>then
>never mind, except...<smile> I would like to know as the informations makes 
>me
>a better problem solver and more helpful to all of us newbies in this 
>forum.
>
>Cheers
>--Al
>
>Anthony <[EMAIL PROTECTED]> wrote:
>You mean DVD movies right? http://helo.org/dvd/howto/DVD-Playing-HOWTO 
>tells
>you how, although it's not exactly on the easy side. http://opendvd.org 
>helps
>explain the problem with playing DVD movies on Linux.
>
>  > Hello:
> >     I have a DVD drive and no matter what I do or where I look I cannot 
>find
> > out how to get it to play dvd's.I've tried http://www.linuxvideo.org/ 
>but it
>
> > wont work says I am missing files that should have come with it.Tried 
>every
>
> > mpeg player.So this is my last resort.I'll greatly appreciate if someone 
>can
>
> > help me.
>
>--
>Anthony
>http://binaryfusion.net
>Computers are not intelligent. They only think they are.
>
>
>____________________________________________________________________
>Get your own FREE, personal Netscape WebMail account today at 
>http://home.netscape.com/webmail
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.
[root@xTc ac3dec]# ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
processing .
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "en",
        LC_ALL = "en",
        LANG = "en"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
aclocal: configure.in: 15: macro `AM_PROG_LIBTOOL' not found in library
error: AC_CONFIG_HEADER not found in configure.in
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "en",
        LC_ALL = "en",
        LANG = "en"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
configure.in: 15: installing `./ltconfig'; cannot run `libtoolize': No such 
file or directory
configure.in: 15: installing `./ltmain.sh'; cannot run `libtoolize': No such 
file or directory
configure.in: 15: installing `./config.guess'; cannot run `libtoolize': No 
such
file or directory
configure.in: 15: installing `./config.sub'; cannot run `libtoolize': No 
such file or directory
automake: configure.in: installing `./config.guess'; cannot run 
`libtoolize': No such file or directory
automake: configure.in: installing `./config.sub'; cannot run `libtoolize': 
No such file or directory
configure.in: 6: required file `./config.h.in' not found
creating cache ./config.cache
./configure: line 524: syntax error near unexpected token 
`AM_CONFIG_HEADER(config.h)'
./configure: line 524: `AM_CONFIG_HEADER(config.h)'

Now type 'make' to compile ac3dec.
[root@xTc ac3dec]#

[root@xTc mpeg2enc]# ./configure
creating cache ./config.cache
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... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for ranlib... ranlib
updating cache ./config.cache
creating ./config.status
creating Makefile
creating mpeg2enc/Makefile
creating config.h
[root@xTc mpeg2enc]# make
make  all-recursive
make[1]: Entering directory `/usr/local/mpeg2enc'
Making all in mpeg2enc
make[2]: Entering directory `/usr/local/mpeg2enc/mpeg2enc'
c++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c extensions.cpp
In file included from extensions.cpp:19:
buffer.h:17: fstream.h: No such file or directory
make[2]: *** [extensions.o] Error 1
make[2]: Leaving directory `/usr/local/mpeg2enc/mpeg2enc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/mpeg2enc'
make: *** [all-recursive-am] Error 2
[root@xTc mpeg2enc]#

[root@xTc gdvd]# make
cd . && aclocal
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "en",
        LC_ALL = "en",
        LANG = "en"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
cd . && automake --gnu Makefile
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "en",
        LC_ALL = "en",
        LANG = "en"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
cd . && autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --no-create --no-recursion
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc   ) works... yes
checking whether the C compiler (gcc   ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2  ) works... yes
checking whether the C compiler (gcc -g -O2  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for gtk-config... (cached) /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
creating ./config.status
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
cd . && autoheader
cd . \
  && CONFIG_FILES= CONFIG_HEADERS=config.h \
     /bin/sh ./config.status
creating config.h
config.h is unchanged
make  all-recursive
make[1]: Entering directory `/usr/local/gdvd'
Making all in src
make[2]: Entering directory `/usr/local/gdvd/src'
cd .. \
  && CONFIG_FILES=src/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating src/Makefile
make[2]: Leaving directory `/usr/local/gdvd/src'
make[2]: Entering directory `/usr/local/gdvd/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include 
-I/usr/lib/glib/include
-g -O2 -Wall -c main.c
In file included from main.c:40:
/usr/include/gnome.h:4: gnomesupport.h: No such file or directory
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/usr/local/gdvd/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/gdvd'
make: *** [all-recursive-am] Error 2
[root@xTc gdvd]#

Reply via email to