Cygwin/Win32 and Ubuntu 8.10 issue with activex

*nix specific usage questions
sgraves66
Blank Cone
Blank Cone
Posts: 11
Joined: 13 Nov 2007 01:17

Cygwin/Win32 and Ubuntu 8.10 issue with activex

Postby sgraves66 » 13 Jan 2009 03:29

This error occurs in both Cygwin on windows and Ubuntu 8.10 when attempting to create a win32 base package after a successful build: 'make package-win32-base-debug'

Code: Select all

OK. cp "./bin/.libs/vlc.exe" "./vlc-0.9.8a/" cp "./extras/package/win32/vlc.exe.manifest" "./vlc-0.9.8a/" cp "./extras/package/win32/libvlc.dll.manifest" "./vlc-0.9.8a/" cp "./src/.libs/libvlccore.dll" "./vlc-0.9.8a/" cp "./src/.libs/libvlc.dll" "./vlc-0.9.8a/" for file in AUTHORS MAINTAINERS THANKS ; \ do sed 's/@/_AT_/' < "./$file" > "./vlc-0.9.8a/${file}.txt" ; done; for file in NEWS COPYING README; \ do cp "./$file" "./vlc-0.9.8a/${file}.txt"; done unix2dos "./vlc-0.9.8a/"*.txt cp ./share/vlc48x48.ico ./vlc-0.9.8a/ mkdir -p ./vlc-0.9.8a/locale cat ./po/LINGUAS | while read i; do \ mkdir -p "./vlc-0.9.8a/locale/${i}/LC_MESSAGES" ; \ cp "./po/${i}.gmo" \ "./vlc-0.9.8a/locale/${i}/LC_MESSAGES/vlc.mo" \ || true ; \ done mkdir -p ./vlc-0.9.8a/locale/qt4/ cp /usr/win32/share/qt4/translations//*.qm ./vlc-0.9.8a/locale/qt4/ || true cp: cannot stat `/usr/win32/share/qt4/translations//*.qm': No such file or directory mkdir -p "./vlc-0.9.8a/activex" cp ./projects/activex/README.TXT ./vlc-0.9.8a/activex/ cp ./projects/activex/test.html ./vlc-0.9.8a/activex/ unix2dos ./vlc-0.9.8a/activex/* cp ./projects/activex/.libs/axvlc.dll ./vlc-0.9.8a/activex/ cp ./projects/activex/axvlc.dll.manifest ./vlc-0.9.8a/activex/ cp: cannot stat `./projects/activex/axvlc.dll.manifest': No such file or directory make: *** [package-win-common] Error 1

xtophe
Big Cone-huna
Big Cone-huna
Posts: 1209
Joined: 24 Nov 2003 10:12
Location: Bristol, England

Re: Cygwin/Win32 and Ubuntu 8.10 issue with activex

Postby xtophe » 13 Jan 2009 14:39

Either Makefile.am is buggy or projects/activex/axvlc.dll.manifest was forgotten from the source tarball
Xtophe

ahmad_aljallad
Blank Cone
Blank Cone
Posts: 56
Joined: 04 Nov 2008 13:32

Re: Cygwin/Win32 and Ubuntu 8.10 issue with activex

Postby ahmad_aljallad » 01 Feb 2009 14:28

ok then how we can solve this problem
or how we can create VLC package


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 3 guests