I getting errors while giving make command in vlc

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
yamini_s
New Cone
New Cone
Posts: 9
Joined: 15 May 2008 07:22

I getting errors while giving make command in vlc

Postby yamini_s » 27 May 2008 18:21

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

ssbssa
Cone that earned his stripes
Cone that earned his stripes
Posts: 107
Joined: 03 May 2007 22:00
VLC version: 2.0.2
Operating System: Windows

Re: I getting errors while giving make command in vlc

Postby ssbssa » 28 May 2008 14:47

this was fixed 2-3 days ago

lct08
New Cone
New Cone
Posts: 8
Joined: 24 Jun 2008 00:03

Re: I getting errors while giving make command in vlc

Postby lct08 » 02 Jul 2008 10:31

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.

lct08
New Cone
New Cone
Posts: 8
Joined: 24 Jun 2008 00:03

Re: I getting errors while giving make command in vlc

Postby lct08 » 02 Jul 2008 10:59

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.

ssbssa
Cone that earned his stripes
Cone that earned his stripes
Posts: 107
Joined: 03 May 2007 22:00
VLC version: 2.0.2
Operating System: Windows

Re: I getting errors while giving make command in vlc

Postby ssbssa » 02 Jul 2008 11:01

this is not the same problem

lct08
New Cone
New Cone
Posts: 8
Joined: 24 Jun 2008 00:03

Re: I getting errors while giving make command in vlc

Postby lct08 » 02 Jul 2008 11:09

Right, sorry for the confusion. Any solution for that new problem?

Thanks.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: I getting errors while giving make command in vlc

Postby VLC_help » 02 Jul 2008 15:07

Wait till someone fixes those =)


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 86 guests