[vlc-devel] Re: vlc: svn commit r12284 (courmisch)

C.Y.M cym at syphir.sytes.net
Sun Aug 21 16:46:08 CEST 2005


Rémi Denis-Courmont wrote:
> Le Dimanche 21 Août 2005 16:18, C.Y.M a écrit :
> 
>>If src/misc/modules_builtin.h is manually deleted and then bootstrap
>>and configure are both executed, does anyone get the
>>modules_builtin.h header back?
> 
> 
> Yes. Many people with many retries. Also, all nightly builds and build 
> deamons work.
> 
> In fact, with src/misc/modules_builtin.h being listed in BUILT_SOURCES, 
> it is rebuilt at every make, make install, make check and make dist, if 
> not present or older than src/misrc/modules_builtin.h.in
> 
> It is also a dependency of src/misc/libvlc_a-modules.o (or whatever the 
> name), as computed by Automake's automatic dependency tracking.
> 

Oh boy.. I see the problem now.  I have been using the debian build method and
there is now a problem with the debian build rules.  I added ./toolbox
--update-includes just before the Make and now it works.  Sorry for all the trouble.


--- vlc/debian/rules.orig  2005-08-21 07:43:09.000000000 -0700
+++ vlc/debian/rules       2005-08-21 07:43:46.000000000 -0700
@@ -140,6 +140,7 @@
        dh_testdir

        # Build only VLC, with the non-PIC libs
+       ./toolbox --update-includes
        $(MAKE) include/vlc_symbols.h
        cd modules && AM_MAKEFLAGS='plugin=no pic=no' $(MAKE)
        $(MAKE) vlc

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list