Problem with MAKE in libdvbpsi.

Héctor Rámila <[email protected]>
Newsgroups gmane.comp.video.videolan.libdvbpsi.devel
Message-ID <002801c86ad7$ab675d10$83ac2352__6276.53280175782$1202532863$gmane$org@desktop>
Hi I am trying to compile the library libdvbpsi with a new table that I have attached to be able to use it in vlc ( in my demux/ts.c and mux/ts.c ).

I have attached the new table in src/tables directory, i.e., newtable.c, newtable.h, newtable_private.h. I have modified the makefile.am (->src/) attaching the new table data. My configure scripts is :

./configure \
--prefix=/usr \
--enable-release \
--enable-debug 

Then I run the script and all runs well. The problem is at the time to run the make which tell me:

make all-recursive
make[1]: Entering directory '/cygdrive/c/downloads/Prueba 3/libdvbpsi5-0.1.6'
Making all in src
make[2]: Entering directory '/cygdrive/c/downloads/Prueba 3/libdvbpsi5-0.1.6/src'
make[2]: *** No rule to make target 'tables.newtable.h', needed by 'all-am'. Stop.
make[2]: Leaving directory '/cygdrive/c/downloads/Prueba 3/libdvbpsi5-0.1.6/src'
...

I have been trying to understand what suppose this error of "No rule..." but I haven´t achieved to know how to solve it.


I now why the make give me that error searching in Internet. The problem is:

`No rule to make target `xxx', needed by `yyy'.' 
This means that make decided it needed to build a target, but then couldn't find any instructions in the makefile on how to do that, either explicit or implicit (including in the default rules database). If you want that file to be built, you will need to add a rule to your makefile describing how that target can be built. Other possible sources of this problem are typos in the makefile (if that filename is wrong) or a corrupted source tree (if that file is not supposed to be built, but rather only a dependency). 

The question is that I don´t really what to do with that. I thought I had done all the necessary to include a new table only in the makefile.am but...

Please, anybody could help me?. I f somebody can explain how to add a new table it also can very useful for me.
Thanks

P.S.: I am look into the queston if there is any line of "ts.c" file which perform a change of the displaying-program to use it my modification.Thanks

_______________________________________________
libdvbpsi-devel mailing list
[email protected]
http://mailman.videolan.org/listinfo/libdvbpsi-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.