[vlc-devel] MacOSX compil pb + extra/contrib fix
Eric Nicolas
erik.nicolas at gmail.com
Sat Sep 24 17:03:24 CEST 2005
Hi,
I have the following problem compiling from the SVN trunk tonight, at
the very end
of the compilation:
** BUILD SUCCEEDED **
cp: ./tmp/extras/MacOSX/build/Default/VLC.bundle: No such file or
directory
make[2]: *** [VLC.app] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Please note that also had to change "live-..." to "live555-..." in
order to get the
extra/contrib right. Diff is as follow:
Index: src/packages.mak
===================================================================
--- src/packages.mak (revision 12662)
+++ src/packages.mak (working copy)
@@ -94,7 +94,7 @@
LIBDVBPSI_VERSION=0.1.5
LIBDVBPSI_URL=$(VIDEOLAN)/contrib/libdvbpsi3-$(LIBDVBPSI_VERSION).tar.gz
LIVEDOTCOM_VERSION=latest
-LIVEDOTCOM_URL=http://www.live.com/liveMedia/public/live-$
(LIVEDOTCOM_VERSION).tar.gz
+LIVEDOTCOM_URL=http://www.live.com/liveMedia/public/live555-$
(LIVEDOTCOM_VERSION).tar.gz
#GOOM_URL=$(VIDEOLAN)/testing/contrib/goom-macosx-altivec-bin.tar.gz
GOOM2k4_VERSION=2k4-0
GOOM2k4_URL=$(SF)/goom/goom-$(GOOM2k4_VERSION)-src.tar.gz
Index: src/Makefile
===================================================================
--- src/Makefile (revision 12662)
+++ src/Makefile (working copy)
@@ -855,10 +855,10 @@
# live
#
************************************************************************
***
-live-$(LIVEDOTCOM_VERSION).tar.gz:
+live555-$(LIVEDOTCOM_VERSION).tar.gz:
$(WGET) $(LIVEDOTCOM_URL)
-live: live-$(LIVEDOTCOM_VERSION).tar.gz
+live: live555-$(LIVEDOTCOM_VERSION).tar.gz
$(EXTRACT_GZ)
patch -p 0 < Patches/live.patch
@@ -872,7 +872,7 @@
CLEAN_FILE += .live
CLEAN_PKG += live
-DISTCLEAN_PKG += live-$(LIVEDOTCOM_VERSION).tar.gz
+DISTCLEAN_PKG += live555-$(LIVEDOTCOM_VERSION).tar.gz
#
************************************************************************
***
# goom
--
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