Page 1 of 1

Which shows the compile has been completed?

Posted: 08 Oct 2008 09:03
by jack_jones
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?

Re: Which shows the compile has been completed?

Posted: 08 Oct 2008 19:35
by VLC_help
Could you build any newer version?

Re: Which shows the compile has been completed?

Posted: 09 Oct 2008 11:50
by jack_jones
I compile the vlc-0.9.3 & vlc-0.9.4 just now,but the final result is the same.

PS:
when I command "./bootstrap",it shows:
"NOTE: GNU gettext appears to be missing or out-of-date.
Please install or update GNU gettext.
Also check if you have cvs, a dependency of autopoint.
Otherwise, you will not be able to build a source tarball
Successfully bootstrapped."

It is a reason of this problem?
thanks.

Re: Which shows the compile has been completed?

Posted: 09 Oct 2008 20:20
by VLC_help
You have both gettext and gettext-devel installed?

Re: Which shows the compile has been completed?

Posted: 10 Oct 2008 02:21
by jack_jones
Yes,I haved installed them according by " http://wiki.videolan.org/Win32CompileCygwinNew " ,when installing the cygwin.
Should I need install them separately.thx

Re: Which shows the compile has been completed?

Posted: 10 Oct 2008 17:21
by VLC_help
Could you try git builds?

Re: Which shows the compile has been completed?

Posted: 11 Oct 2008 02:50
by jack_jones
Sorry,what dose the git build mean.could you give me the details.
Thank you very much.

Re: Which shows the compile has been completed?

Posted: 11 Oct 2008 21:55
by VLC_help

Re: Which shows the compile has been completed?

Posted: 14 Oct 2008 04:01
by jack_jones
"NOTE: GNU gettext appears to be missing or out-of-date.
Please install or update GNU gettext.
Also check if you have cvs, a dependency of autopoint.
Otherwise, you will not be able to build a source tarball
Successfully bootstrapped."

The cause of that is not doing this step:
"http://wiki.videolan.org/Win32CompileCy ... #Bootstrap "

Re: Which shows the compile has been completed?

Posted: 14 Oct 2008 09:44
by Jean-Baptiste Kempf
This is not an issue.