make src in extras/contrib OS X

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
simon
Cone that earned his stripes
Cone that earned his stripes
Posts: 116
Joined: 18 Sep 2004 20:53
Location: Sweden
Contact:

make src in extras/contrib OS X

Postby simon » 27 Feb 2005 21:16

With the current svn version of VLC (27.feb.05)
I get an error if I change the prefix in extras/contrib/config.mak to /usr
I get something like this (don't remeber exactly what was wrong)

Code: Select all

cp -R /usr/share/aclocal/* ../../m4/ ERROR no such file or directory
i fixed it by changing line 1129 extras/contrib/src/Makefile to include the full path to m4

Code: Select all

cp -R $(PREFIX)/share/aclocal/* /Users/simon/Desktop/vlc-svn/vlc-trunk/m4/
How about changing extras/contrib/src/Makefile to include the full path?

btw. I have a G5 optimized build of VLC :D

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Postby The DJ » 28 Feb 2005 21:21

What the hell?
Why would you do that?
It defies the whole purpose of having a self contained environment for vlc's contribs....

What this (aclocal cp -R) does is just make sure that the aclocal files that VLC has in it's own contrib source dir are copied into a directory that VLC has in it's standard aclocal PATH.
Don't use PMs for support questions.

simon
Cone that earned his stripes
Cone that earned his stripes
Posts: 116
Joined: 18 Sep 2004 20:53
Location: Sweden
Contact:

Postby simon » 28 Feb 2005 22:51

i thought that if i changed the path to /usr i wouldn't have to install the pakages again if some other app would depend on them.

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Postby The DJ » 01 Mar 2005 10:39

correct, but it also contaminates your OSX installation, since you don't know what was installed where. This can lead to unexpected and unconsistent behaviour with other sources.
Don't use PMs for support questions.

simon
Cone that earned his stripes
Cone that earned his stripes
Posts: 116
Joined: 18 Sep 2004 20:53
Location: Sweden
Contact:

Postby simon » 01 Mar 2005 16:17

what if i had choosen /usr/local?
This can lead to unexpected and unconsistent behaviour with other sources.
english is not my primary language so does "unconsistent behaviour"="unpredictable behaviour"?
if it does then why does it start to behave like that?


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 22 guests