Now, the compile finished without error,but I can't find the vlc.exe.
It SHOWS that at my compile end :
"......
Creating library file: .libs/axvlc.dll.a
creating axvlc.la
<cd .libs && rm -f axvlc.la && ln -s ../axvlc.la axvlc.la>
make[3]:Leaving directory '/cygdrive/c/cygwin/projects/activex'
make[2]:Leaving directory '/cygdrive/c/cygwin/projects/activex'
make[2]:Entering directory '/cygdrive/c/cygwin'
bindir="/usr/local/bin" transform="s,x,x," program_prefix=""program_suffix=""./vlc-0.9.1/make-alias cvlc dummy
bindir="/usr/local/bin" transform="s,x,x," program_prefix=""program_suffix=""./vlc-0.9.1/make-alias rvlc rc
bindir="/usr/local/bin" transform="s,x,x," program_prefix=""program_suffix=""./vlc-0.9.1/make-alias svlc skins2
bindir="/usr/local/bin" transform="s,x,x," program_prefix=""program_suffix=""./vlc-0.9.1/make-alias qvlc qt4
rm -f --vlc vlc.tmp
echo '#! /bin/sh'>vlc.tmp
echo'exec "$<dirname "$0">/bin/vlc.exe" "--plugin-path=$<dirname "$0">/modules" "$0"'>>vlc.tmp
chmod +x vlc.tmp
mv -f -- vlc.tmp vlc
make[2]:Leaving directory '/cygdrive/c/cygwin'
make[1]:Leaving directory '/cygdrive/c/cygwin'
"
when I command "make package-win32-base",It talls me that:
"Error:please remove ./vlc-0.9.1, it is in the way
make:*** [package-win-common] Error 1"
then I removed the vlc-0.9.1,and command again,it talls:
"make:*** No rule to make target 'vlc-0.9.1/Makefile.am', needed by 'vlc-0.9.1/Makefile.in'.Stop"(like playing with me)
What do they mean & What can I do?