Page 1 of 1

I getting errors while giving make command in vlc

Posted: 27 May 2008 18:21
by yamini_s
I configure the ffmpeg, x264.live. when I give

make cmd I am getting in cygwin for vlc.0.9.0

I am getting

$ make
make all-recursive
make[1]: Entering directory `/home/vijayaarumugam/vlc-0.9.0-git'
Making all in po
make[2]: Entering directory `/home/vijayaarumugam/vlc-0.9.0-git/po'
make[2]: Leaving directory `/home/vijayaarumugam/vlc-0.9.0-git/po'
Making all in src
make[2]: Entering directory `/home/vijayaarumugam/vlc-0.9.0-git/src'
make all-am
make[3]: Entering directory `/home/vijayaarumugam/vlc-0.9.0-git/src'
/bin/sh ../libtool --tag=CC --mode=compile gcc -mno-cygwin -std=gnu99 -DHAVE_C
ONFIG_H -I. -I.. -I/usr/win32/include -I/usr/win32/include/ebml -DSYS_MINGW32
-I../include -I../include `top_builddir=".." ../vlc-config --cflags libvlc` -DMO
DULE_STRING=\"main\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr
/local/etc\" -DDATA_PATH=\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -D
PLUGIN_PATH=\"/usr/local/lib/vlc\" -mms-bitfields -Wall -Wextra -Wsign-compare -
Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissin
g-prototypes -MT libvlccore_la-libvlc.lo -MD -MP -MF .deps/libvlccore_la-libvlc.
Tpo -c -o libvlccore_la-libvlc.lo `test -f 'libvlc.c' || echo './'`libvlc.c
gcc -mno-cygwin -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I/usr/win32/include -I/usr
/win32/include/ebml -DSYS_MINGW32 -I../include -I../include -I/usr/local/include
-D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THR
EAD_SAFE -DDEBUG -D__LIBVLC__ -I../src/misc -g -O0 -DMODULE_STRING=\"main\" -DLO
CALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATA_PATH=
\"/usr/local/share/vlc\" -DLIBDIR=\"/usr/local/lib\" -DPLUGIN_PATH=\"/usr/local/
lib/vlc\" -mms-bitfields -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -W
bad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -MT libvlcco
re_la-libvlc.lo -MD -MP -MF .deps/libvlccore_la-libvlc.Tpo -c libvlc.c -DDLL_EX
PORT -DPIC -o .libs/libvlccore_la-libvlc.o
In file included from ../config.h:1013,
from libvlc.c:39:
../include/vlc_fixups.h: In function `vasprintf':
../include/vlc_fixups.h:46: warning: implicit declaration of function `vsnprintf
'
../include/vlc_fixups.h:51: warning: implicit declaration of function `vsprintf'

../include/vlc_fixups.h: In function `asprintf':
../include/vlc_fixups.h:61: error: incompatible type for argument 1 of `__builti
n_va_start'
make[3]: *** [libvlccore_la-libvlc.lo] Error 1
make[3]: Leaving directory `/home/vijayaarumugam/vlc-0.9.0-git/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/vijayaarumugam/vlc-0.9.0-git/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vijayaarumugam/vlc-0.9.0-git'
make: *** [all] Error 2

Please help me to solve this

Re: I getting errors while giving make command in vlc

Posted: 28 May 2008 14:47
by ssbssa
this was fixed 2-3 days ago

Re: I getting errors while giving make command in vlc

Posted: 02 Jul 2008 10:31
by lct08
Please let me know what is the solution. I have the same problem with the latest source - vlc-0.9.0-test2 (Jul 2/2008).

Thanks.

Re: I getting errors while giving make command in vlc

Posted: 02 Jul 2008 10:59
by lct08
Hi again,

Here are the errors while compiling (vlc-0.9.0-test2 with cygwin). Any idea on how to fix this? I promise to post a detail compiling instructions and fixes for various errors I have met as a thank you :).

gcc: .libs/libvlccore_la-libvlc.o: No such file or directory
gcc: .libs/libvlccore_la-libvlc-module.o: No such file or directory
gcc: .libs/libvlccore_la-version.o: No such file or directory
make[3]: *** [libvlccore.la] Error 1
make[3]: Leaving directory `/home/TVLC/vlc-0.9.0-test2/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/TVLC/vlc-0.9.0-test2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/TVLC/vlc-0.9.0-test2'
make: *** [all] Error 2

Thanks.

Re: I getting errors while giving make command in vlc

Posted: 02 Jul 2008 11:01
by ssbssa
this is not the same problem

Re: I getting errors while giving make command in vlc

Posted: 02 Jul 2008 11:09
by lct08
Right, sorry for the confusion. Any solution for that new problem?

Thanks.

Re: I getting errors while giving make command in vlc

Posted: 02 Jul 2008 15:07
by VLC_help
Wait till someone fixes those =)