Cygwin/Win32 and Ubuntu 8.10 issue with activex
Posted: 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