Page 1 of 1

Where is the Makefile

Posted: 22 Jul 2005 00:08
by sankar
Dear Users,
After doing ./configure --prefix=/usr --enable-wxwindows, do not find the Makefile to run make. There are two files - Makefile.am and Makefile.in, I don't know what to do with them.

Help
Sankar

Re: Where is the Makefile

Posted: 22 Jul 2005 01:24
by fkuehne
Then something went wrong while running configure. Try to run bootstrap first, then configure and report any error messages or warnings you encounter.

Re: Where is the Makefile

Posted: 22 Jul 2005 12:08
by DarkGod
Dear Users,
After doing ./configure --prefix=/usr --enable-wxwindows, do not find the Makefile to run make. There are two files - Makefile.am and Makefile.in, I don't know what to do with them.

Help
Sankar
The Makefile will created ONLY if there is no error during the configure.

Try this:

./configure --prefix=/usr --enable-wxwindows 2> errors.txt

to catch the error(s) in the file "errors.txt"

errors in ./configure

Posted: 23 Jul 2005 00:31
by sankar
Hi Darky
I have run './configure --prefix=/usr --enable-wxwindows 2> errors.txt' as suggested by you and found the following errors in the error.txt file :-

configure: WARNING: cannot find libdvbpsi headers
configure: error: Missing header file ffmpeg/avcodec.h.

I think these header files are missing but where can I find those. Any help.

Thanks
Sankar

Re: errors in ./configure

Posted: 23 Jul 2005 00:37
by DarkGod
Hi Darky
I have run './configure --prefix=/usr --enable-wxwindows 2> errors.txt' as suggested by you and found the following errors in the error.txt file :-

configure: WARNING: cannot find libdvbpsi headers
configure: error: Missing header file ffmpeg/avcodec.h.

I think these header files are missing but where can I find those. Any help.

Thanks
Sankar
In your root (NOT home) directory type:
find -iname "libdvbpsi"
to search the file.

(Have you installed the contrib library?)

Posted: 23 Jul 2005 00:40
by DarkGod
If the header (.h) are missing, maybe the entire library are missing!
In this case you must install the library... (or install the contrib file with all the libraries)

No file

Posted: 23 Jul 2005 00:43
by sankar
In / (Root), I ran find -iname "libdvbpsi" , but there is no response. Possibly I didn't install it. Also where can the get the contrib file.

Re: No file

Posted: 23 Jul 2005 15:19
by fkuehne
Additionally, FFMPEG is not installed. Install a recent CVS-version and try again.

Re: No file

Posted: 23 Jul 2005 16:29
by DarkGod
In / (Root), I ran find -iname "libdvbpsi" , but there is no response. Possibly I didn't install it. Also where can the get the contrib file.
Contrib file with all libraries:
http://download.videolan.org/pub/testing/win32/

Re: No file

Posted: 23 Jul 2005 16:46
by fkuehne
Contrib file with all libraries:
http://download.videolan.org/pub/testing/win32/
But note that this does only work with Cygwin under Win32.

Re: No file

Posted: 24 Jul 2005 01:16
by DarkGod
Contrib file with all libraries:
http://download.videolan.org/pub/testing/win32/
But note that this does only work with Cygwin under Win32.
yes, of course... Sorry! :)