vlccontrol2 make error

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
hobbitten
Blank Cone
Blank Cone
Posts: 20
Joined: 02 Jun 2009 19:23

Re: vlccontrol2 make error

Postby hobbitten » 26 Jun 2009 16:23

Thank you for all you help. I got it to compile. Needed to add: sh extras/package/win32/configure-msys.sh

Code: Select all

$ git pull --rebase $ sh extras/package/win32/configure-msys.sh $ make clean $ make distclean $ sh extras/package/win32/configure-msys.sh

Needed to comment out from Makefile: # rm -Rf vlc-$(VERSION)/sdk/bin

Code: Select all

# SDK mkdir -p "$(win32_destdir)/sdk.tmp" mkdir -p "$(win32_destdir)/sdk" d=$$(pwd) && \ cd src && \ make install DESTDIR="$$d/vlc-$(VERSION)/sdk.tmp" cd vlc-$(VERSION) && mv sdk.tmp/$(prefix)/* sdk/ find vlc-$(VERSION)/sdk.tmp -type d | sort -r | xargs rmdir # rm -Rf vlc-$(VERSION)/sdk/bin

Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 25 guests