having problem compiling 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.
gg940231
Blank Cone
Blank Cone
Posts: 34
Joined: 03 Mar 2009 09:53

having problem compiling vlc

Postby gg940231 » 25 May 2009 09:27

http://wiki.videolan.org/Win32CompileMSYSNew

......
Gcrypt
You need gcrypt to bootstrap VLC. It might be stupid, but deal with it.

cd extras/contrib
./bootstrap
cd src
make .gcrypt
.......

Administrator@LENOVO-22D66FE6 /c/VLC/vlc/extras/contrib
$ ./bootstrap
++ gcc -dumpmachine
+ BUILD=mingw32
+ test 0 -ge 1
+ HOST=mingw32
+ DISTRO=
+ test 0 = 2
+ rm -f config.mak
+ echo '# Automatically generated by bootstrap.'
+ echo '# Make changes if you know what you'\''re doing.'
+ rm -f distro.mak
+ echo '# Automatically generated by bootstrap'
+ echo '# Make changes if you know what you'\''re doing.'
+ test mingw32 '!=' mingw32
+ echo 'HAVE_WIN32 = 1'
+ echo 'PKG_CONFIG_PATH = $(PREFIX)/lib/pkgconfig'
+ EXTRA_CFLAGS=-O3
+ cat src/Distributions/win32.mak
+ echo 'BUILD = mingw32'
+ echo 'HOST = mingw32'
++ pwd
+ echo 'PREFIX = /c/VLC/vlc/extras/contrib'
+ echo 'CC = '
+ echo 'CXX = '
+ echo 'LD = '
+ echo 'RANLIB = '
+ echo 'AR = '
+ echo 'STRIP = '
+ echo 'EXTRA_CFLAGS = -O3'
+ echo 'EXTRA_CPPFLAGS = -isystem $(PREFIX)/include'
+ echo 'EXTRA_LDFLAGS = '
+ echo 'EXTRA_PATH = '
+ wget --version
++ which wget
+ echo 'WGET = /mingw/bin/wget.exe -c --passive'
+ svn --version
+ echo 'You do not have a subversion client in your PATH.'
You do not have a subversion client in your PATH.
+ git --version
+ echo 'You do not have a Git client in your PATH.'
You do not have a Git client in your PATH.
+ test -z ''
+ echo 'EXTRA_CFLAGS += -DNDEBUG'
+ set +x

*****************************************************************
* If you need contribs with all debug information, run this *
* line and compile the libraries on your own. *
* CONTRIBS_RELEASE=no ./bootstrap *
*****************************************************************


Administrator@LENOVO-22D66FE6 /c/VLC/vlc/extras/contrib/src
$ make .gcrypt
/mingw/bin/wget.exe -c --passive ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt- 1.4.4.tar.bz2
--15:14:20-- ftp://ftp.gnupg.org/gcrypt/libgcrypt/li ... .4.tar.bz2
=> `libgcrypt-1.4.4.tar.bz2'
Resolving ftp.gnupg.org... 217.69.76.55
Connecting to ftp.gnupg.org[217.69.76.55]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /gcrypt/libgcrypt ... done.
==> PASV ... done. ==> RETR libgcrypt-1.4.4.tar.bz2 ... done.

0K .......... .......... .......... .......... .......... 15.53 KB/s
50K .......... .......... .......... .......... .......... 19.63 KB/s
100K .......... .......... .......... .......... .......... 12.85 KB/s
150K .......... .......... .......... .......... .......... 14.89 KB/s
200K .......... .......... .......... .......... .......... 27.11 KB/s
250K .......... .......... .......... .......... .......... 16.67 KB/s
300K .......... .......... .......... .......... .......... 10.26 KB/s
350K .......... .......... .......... .......... .......... 13.79 KB/s
400K .......... .......... .......... .......... .......... 25.41 KB/s
450K .......... .......... .......... .......... .......... 22.22 KB/s
500K .......... .......... .......... .......... .......... 15.38 KB/s
550K .......... .......... .......... .......... .......... 16.93 KB/s
600K .......... .......... .......... .......... .......... 25.81 KB/s
650K .......... .......... .......... .......... .......... 13.73 KB/s
700K .......... .......... .......... .......... .......... 19.63 KB/s
750K .......... .......... .......... .......... .......... 27.35 KB/s
800K .......... .......... .......... .......... .......... 23.02 KB/s
850K .......... .......... .......... .......... .......... 35.19 KB/s
900K .......... .......... .......... .......... .......... 30.47 KB/s
950K .......... .......... .......... .......... .......... 34.77 KB/s
1000K .......... .......... .......... .......... .......... 32.66 KB/s
1050K .......... .......... .......... .......... .......... 47.76 KB/s
1100K .......... ...... 45.53 KB/s

15:15:25 (19.81 KB/s) - `libgcrypt-1.4.4.tar.bz2' saved [1143139]

rm -rf libgcrypt || true
bunzip2 -c libgcrypt-1.4.4.tar.bz2 | tar xf - --exclude='[*?:<>\|]'
mv libgcrypt-1.4.4 libgcrypt || true
touch libgcrypt
patch -p0 < Patches/gcrypt.patch
patching file `libgcrypt/Makefile.am'
/mingw/bin/wget.exe -c --passive ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg- error-1.7.tar.bz2
--15:15:32-- ftp://ftp.gnupg.org/gcrypt/libgpg-error ... .7.tar.bz2
=> `libgpg-error-1.7.tar.bz2'
Resolving ftp.gnupg.org... 217.69.76.55
Connecting to ftp.gnupg.org[217.69.76.55]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /gcrypt/libgpg-error ... done.
==> PASV ... done. ==> RETR libgpg-error-1.7.tar.bz2 ... done.

0K .......... .......... .......... .......... .......... 14.48 KB/s
50K .......... .......... .......... .......... .......... 80.00 KB/s
100K .......... .......... .......... .......... .......... 43.82 KB/s
150K .......... .......... .......... .......... .......... 34.79 KB/s
200K .......... .......... .......... .......... .......... 11.64 KB/s
250K .......... .......... .......... .......... .......... 6.21 KB/s
300K .......... .......... .......... .......... .......... 11.76 KB/s
350K .......... .......... .......... .......... .... 14.68 KB/s

15:16:06 (15.01 KB/s) - `libgpg-error-1.7.tar.bz2' saved [403751]

rm -rf libgpg-error || true
bunzip2 -c libgpg-error-1.7.tar.bz2 | tar xf - --exclude='[*?:<>\|]'
mv libgpg-error-1.7 libgpg-error || true
touch libgpg-error
(cd libgpg-error; ./configure --target=mingw32 --host=mingw32 --build=mingw32 - -program-prefix="" --without-pic --disable-shared --enable-msw --disable-depende ncy-tracking --prefix=/c/VLC/vlc/extras/contrib --disable-nls --disable-shared - -disable-languages && make && make install)
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i386-pc-mingw32
checking host system type... i386-pc-mingw32
configure: autobuild project... libgpg-error
configure: autobuild revision... 1.7
configure: autobuild hostname... lenovo-22d66fe6
configure: autobuild timestamp... 20090525-151626
checking for mingw32-gcc... mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether mingw32-gcc accepts -g... yes
checking for mingw32-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of mingw32-gcc... none
checking whether mingw32-gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... mingw32-gcc -E
checking for gawk... (cached) gawk
checking for mingw32-ar... no
checking for ar... ar
checking for mingw32-windres... no
checking for windres... windres
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by mingw32-gcc... c:/mingw/mingw32/bin/ld.exe
checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
checking for c:/mingw/mingw32/bin/ld.exe option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic file format pei*-i38 6(.*architecture: i386)?
checking for mingw32-dlltool... no
checking for dlltool... dlltool
checking for mingw32-as... no
checking for as... as
checking for mingw32-objdump... no
checking for objdump... objdump
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... no
checking dlfcn.h presence... no
checking for dlfcn.h... no
checking for mingw32-g++... mingw32-g++
checking whether we are using the GNU C++ compiler... yes
checking whether mingw32-g++ accepts -g... yes
checking dependency style of mingw32-g++... none
checking how to run the C++ preprocessor... mingw32-g++ -E
checking for mingw32-g77... no
checking for mingw32-xlf... no
checking for mingw32-f77... no
checking for mingw32-frt... no
checking for mingw32-pgf77... no
checking for mingw32-cf77... no
checking for mingw32-fort77... no
checking for mingw32-fl32... no
checking for mingw32-af77... no
checking for mingw32-xlf90... no
checking for mingw32-f90... no
checking for mingw32-pgf90... no
checking for mingw32-pghpf... no
checking for mingw32-epcf90... no
checking for mingw32-gfortran... no
checking for mingw32-g95... no
checking for mingw32-xlf95... no
checking for mingw32-f95... no
checking for mingw32-fort... no
checking for mingw32-ifort... no
checking for mingw32-ifc... no
checking for mingw32-efc... no
checking for mingw32-pgf95... no
checking for mingw32-lf95... no
checking for mingw32-ftn... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 8192
checking command to parse nm output from mingw32-gcc object... ok
checking for objdir... .libs
checking for mingw32-ar... ar
checking for mingw32-ranlib... no
checking for ranlib... ranlib
checking for mingw32-strip... no
checking for strip... strip
checking if mingw32-gcc static flag works... yes
checking if mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for mingw32-gcc option to produce PIC... -DDLL_EXPORT
checking if mingw32-gcc PIC flag -DDLL_EXPORT works... yes
checking if mingw32-gcc supports -c -o file.o... yes
checking whether the mingw32-gcc linker (c:/mingw/mingw32/bin/ld.exe) supports s hared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "RC" to libtool
appending configuration tag "CXX" to libtool
checking for ld used by mingw32-g++... c:/mingw/mingw32/bin/ld.exe
checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
checking whether the mingw32-g++ linker (c:/mingw/mingw32/bin/ld.exe) supports s hared libraries... yes
checking for mingw32-g++ option to produce PIC... -DDLL_EXPORT
checking if mingw32-g++ PIC flag -DDLL_EXPORT works... yes
checking if mingw32-g++ supports -c -o file.o... yes
checking whether the mingw32-g++ linker (c:/mingw/mingw32/bin/ld.exe) supports s hared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for cc for build... mingw32-gcc
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by GCC... c:/mingw/mingw32/bin/ld.exe
checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether to use NLS... no
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking whether strerror_r is declared... no
checking for strerror_r... no
checking whether strerror_r returns char *... no
checking for strerror_r... (cached) no
configure: WARNING: Without strerror_r, gpg_strerror_r might not be thread-safe
checking for an ANSI C-conforming const... yes
configure: creating ./config.status
config.status: creating src/gpg-error-config
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating lang/Makefile
config.status: creating lang/cl/Makefile
config.status: creating lang/cl/gpg-error.asd
config.status: creating src/versioninfo.rc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile

Libgpg-error v1.7 has been configured as follows:

Platform: i386-pc-mingw32


make[1]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error'
make all-recursive
make[2]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error'
Making all in m4
make[3]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/m4'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/m4'
Making all in src
make[3]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/src'
gawk -f ./mkstrtable.awk -v textidx=3 \
./err-sources.h.in >err-sources.h
gawk -f ./mkstrtable.awk -v textidx=3 \
./err-codes.h.in >err-codes.h
gawk -f ./mkerrnos.awk ./errnos.in >code-to-errno.h
gawk -f ./mkerrcodes1.awk ./errnos.in >_mkerrcodes.h
mingw32-gcc -E _mkerrcodes.h | grep GPG_ERR_ | gawk -f ./mkerrcodes.awk >mkerrco des.h
rm _mkerrcodes.h
mingw32-gcc -I. -I. -o mkerrcodes ./mkerrcodes.c
./mkerrcodes | gawk -f ./mkerrcodes2.awk >code-from-errno.h
gawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
./err-sources.h.in >err-sources-sym.h
gawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
./err-codes.h.in >err-codes-sym.h
gawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
-v prefix=GPG_ERR_ -v namespace=errnos_ \
./errnos.in >errnos-sym.h
gawk -f ./mkheader.awk \
./err-sources.h.in \
./err-codes.h.in \
./errnos.in \
./gpg-error.h.in > gpg-error.h
make all-am
make[4]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/src'
/bin/sh ../libtool --tag=CC --mode=compile mingw32-gcc -DHAVE_CONFIG_H -I. -I. . -DLOCALEDIR=\"/c/VLC/vlc/extras/contrib/share/locale\" -I/c/VLC/vlc/extras/co ntrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -I/c/VLC/ vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/inclu de -c -o libgpg_error_la-w32-gettext.lo `test -f 'w32-gettext.c' || echo './'`w3 2-gettext.c
mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/c/VLC/vlc/extras/contrib/sh are/locale\" -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vl c/extras/contrib/include -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isyst em /c/VLC/vlc/extras/contrib/include -c w32-gettext.c -o libgpg_error_la-w32-get text.o
/bin/sh ../libtool --tag=CC --mode=compile mingw32-gcc -DHAVE_CONFIG_H -I. -I. . -DLOCALEDIR=\"/c/VLC/vlc/extras/contrib/share/locale\" -I/c/VLC/vlc/extras/co ntrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -I/c/VLC/ vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/inclu de -c -o libgpg_error_la-init.lo `test -f 'init.c' || echo './'`init.c
mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/c/VLC/vlc/extras/contrib/sh are/locale\" -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vl c/extras/contrib/include -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isyst em /c/VLC/vlc/extras/contrib/include -c init.c -o libgpg_error_la-init.o
/bin/sh ../libtool --tag=CC --mode=compile mingw32-gcc -DHAVE_CONFIG_H -I. -I. . -DLOCALEDIR=\"/c/VLC/vlc/extras/contrib/share/locale\" -I/c/VLC/vlc/extras/co ntrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -I/c/VLC/ vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/inclu de -c -o libgpg_error_la-strsource.lo `test -f 'strsource.c' || echo './'`strsou rce.c
mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/c/VLC/vlc/extras/contrib/sh are/locale\" -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vl c/extras/contrib/include -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isyst em /c/VLC/vlc/extras/contrib/include -c strsource.c -o libgpg_error_la-strsource .o
/bin/sh ../libtool --tag=CC --mode=compile mingw32-gcc -DHAVE_CONFIG_H -I. -I. . -DLOCALEDIR=\"/c/VLC/vlc/extras/contrib/share/locale\" -I/c/VLC/vlc/extras/co ntrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -I/c/VLC/ vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/inclu de -c -o libgpg_error_la-strerror.lo `test -f 'strerror.c' || echo './'`strerror .c
mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/c/VLC/vlc/extras/contrib/sh are/locale\" -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vl c/extras/contrib/include -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isyst em /c/VLC/vlc/extras/contrib/include -c strerror.c -o libgpg_error_la-strerror.o
/bin/sh ../libtool --tag=CC --mode=compile mingw32-gcc -DHAVE_CONFIG_H -I. -I. . -DLOCALEDIR=\"/c/VLC/vlc/extras/contrib/share/locale\" -I/c/VLC/vlc/extras/co ntrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -I/c/VLC/ vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/inclu de -c -o libgpg_error_la-code-to-errno.lo `test -f 'code-to-errno.c' || echo './ '`code-to-errno.c
mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/c/VLC/vlc/extras/contrib/sh are/locale\" -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vl c/extras/contrib/include -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isyst em /c/VLC/vlc/extras/contrib/include -c code-to-errno.c -o libgpg_error_la-code- to-errno.o
/bin/sh ../libtool --tag=CC --mode=compile mingw32-gcc -DHAVE_CONFIG_H -I. -I. . -DLOCALEDIR=\"/c/VLC/vlc/extras/contrib/share/locale\" -I/c/VLC/vlc/extras/co ntrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -I/c/VLC/ vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/inclu de -c -o libgpg_error_la-code-from-errno.lo `test -f 'code-from-errno.c' || echo './'`code-from-errno.c
mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/c/VLC/vlc/extras/contrib/sh are/locale\" -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vl c/extras/contrib/include -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isyst em /c/VLC/vlc/extras/contrib/include -c code-from-errno.c -o libgpg_error_la-cod e-from-errno.o
/bin/sh ../libtool --mode=compile windres `echo -DHAVE_CONFIG_H -I. -I.. | sed -e 's/-I/--include-dir /g;s/-D/--define /g'` -i versioninfo.rc -o versioninfo.o
windres --define HAVE_CONFIG_H --include-dir . --include-dir .. -i versioninfo. rc -o versioninfo.o
/bin/sh ../libtool --tag=CC --mode=link mingw32-gcc -I/c/VLC/vlc/extras/contr ib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -Wl,versionin fo.o -version-info 5:0:5 -no-undefined -export-symbols ./gpg-error.def -L/c/VLC/ vlc/extras/contrib/lib -o libgpg-error.la -rpath /c/VLC/vlc/extras/contrib/lib libgpg_error_la-w32-gettext.lo libgpg_error_la-init.lo libgpg_error_la-strsource .lo libgpg_error_la-strerror.lo libgpg_error_la-code-to-errno.lo libgpg_error_la -code-from-errno.lo
mkdir .libs
ar cru .libs/libgpg-error.a libgpg_error_la-w32-gettext.o libgpg_error_la-init. o libgpg_error_la-strsource.o libgpg_error_la-strerror.o libgpg_error_la-code-to -errno.o libgpg_error_la-code-from-errno.o
ranlib .libs/libgpg-error.a
creating libgpg-error.la
(cd .libs && rm -f libgpg-error.la && ln -s ../libgpg-error.la libgpg-error.la)
mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/c/VLC/vlc/extras/contrib/sh are/locale\" -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vl c/extras/contrib/include -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isys tem /c/VLC/vlc/extras/contrib/include -c -o gpg_error-strsource-sym.o `test -f ' strsource-sym.c' || echo './'`strsource-sym.c
mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/c/VLC/vlc/extras/contrib/sh are/locale\" -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vl c/extras/contrib/include -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isys tem /c/VLC/vlc/extras/contrib/include -c -o gpg_error-strerror-sym.o `test -f 's trerror-sym.c' || echo './'`strerror-sym.c
mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/c/VLC/vlc/extras/contrib/sh are/locale\" -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vl c/extras/contrib/include -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isys tem /c/VLC/vlc/extras/contrib/include -c -o gpg_error-gpg-error.o `test -f 'gpg- error.c' || echo './'`gpg-error.c
mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/c/VLC/vlc/extras/contrib/sh are/locale\" -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vl c/extras/contrib/include -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isys tem /c/VLC/vlc/extras/contrib/include -c -o gpg_error-w32-gettext.o `test -f 'w3 2-gettext.c' || echo './'`w32-gettext.c
/bin/sh ../libtool --tag=CC --mode=link mingw32-gcc -I/c/VLC/vlc/extras/contr ib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -L/c/VLC/vlc /extras/contrib/lib -o gpg-error.exe gpg_error-strsource-sym.o gpg_error-strerr or-sym.o gpg_error-gpg-error.o gpg_error-w32-gettext.o ./libgpg-error.la
mingw32-gcc -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -o gpg-error.exe gpg_error-strsource-sym.o gpg_error-strerror-sym.o gpg_error-gpg-error.o gpg_error-w32-gettext.o -L/c/VLC/vlc/extras/contrib/lib ./.libs/libgpg-error.a
make[4]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/src'
make[3]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/src'
Making all in tests
make[3]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/tests'
mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -c t-strerror.c
/bin/sh ../libtool --tag=CC --mode=link mingw32-gcc -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -L/c/VLC/vlc/extras/contrib/lib -o t-strerror.exe t-strerror.o ../src/libgpg-error.la
mkdir .libs
mingw32-gcc -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -o t-strerror.exe t-strerror.o -L/c/VLC/vlc/extras/contrib/lib ../src/.libs/libgpg-error.a
mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -c t-syserror.c
/bin/sh ../libtool --tag=CC --mode=link mingw32-gcc -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -L/c/VLC/vlc/extras/contrib/lib -o t-syserror.exe t-syserror.o ../src/libgpg-error.la
mingw32-gcc -I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include -o t-syserror.exe t-syserror.o -L/c/VLC/vlc/extras/contrib/lib ../src/.libs/libgpg-error.a
make[3]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/tests'
Making all in po
make[3]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/po'
make[3]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error'
make[3]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error'
make[2]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error'
make[1]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error'
make[1]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error'
Making install in m4
make[2]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/m4'
make[3]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/m4'
make[2]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/m4'
Making install in src
make[2]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/src'
make install-am
make[3]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/src'
make[4]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/src'
test -z "/c/VLC/vlc/extras/contrib/lib" || /bin/mkdir -p "/c/VLC/vlc/extras/contrib/lib"
/bin/sh ../libtool --mode=install /bin/install -c 'libgpg-error.la' '/c/VLC/vlc/extras/contrib/lib/libgpg-error.la'
/bin/install -c .libs/libgpg-error.lai /c/VLC/vlc/extras/contrib/lib/libgpg-error.la
/bin/install -c .libs/libgpg-error.a /c/VLC/vlc/extras/contrib/lib/libgpg-error.a
ranlib /c/VLC/vlc/extras/contrib/lib/libgpg-error.a
chmod 644 /c/VLC/vlc/extras/contrib/lib/libgpg-error.a
----------------------------------------------------------------------
Libraries have been installed in:
/c/VLC/vlc/extras/contrib/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/c/VLC/vlc/extras/contrib/bin" || /bin/mkdir -p "/c/VLC/vlc/extras/contrib/bin"
/bin/sh ../libtool --mode=install /bin/install -c 'gpg-error.exe' '/c/VLC/vlc/extras/contrib/bin/gpg-error.exe'
/bin/install -c gpg-error.exe /c/VLC/vlc/extras/contrib/bin/gpg-error.exe
test -z "/c/VLC/vlc/extras/contrib/bin" || /bin/mkdir -p "/c/VLC/vlc/extras/contrib/bin"
/bin/install -c 'gpg-error-config' '/c/VLC/vlc/extras/contrib/bin/gpg-error-config'
test -z "/c/VLC/vlc/extras/contrib/include" || /bin/mkdir -p "/c/VLC/vlc/extras/contrib/include"
/bin/install -c -m 644 'gpg-error.h' '/c/VLC/vlc/extras/contrib/include/gpg-error.h'
test -z "/c/VLC/vlc/extras/contrib/share/aclocal" || /bin/mkdir -p "/c/VLC/vlc/extras/contrib/share/aclocal"
/bin/install -c -m 644 'gpg-error.m4' '/c/VLC/vlc/extras/contrib/share/aclocal/gpg-error.m4'
make[4]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/src'
make[3]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/src'
make[2]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/src'
Making install in tests
make[2]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/tests'
make[3]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/tests'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/tests'
make[2]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/tests'
Making install in po
make[2]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/po'
if test "libgpg-error" = "gettext-tools"; then \
/bin/mkdir -p /c/VLC/vlc/extras/contrib/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/bin/install -c -m 644 ./$file \
/c/VLC/vlc/extras/contrib/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /c/VLC/vlc/extras/contrib/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[2]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error/po'
make[2]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error'
make[3]: Entering directory `/c/VLC/vlc/extras/contrib/src/libgpg-error'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error'
make[2]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error'
make[1]: Leaving directory `/c/VLC/vlc/extras/contrib/src/libgpg-error'
touch .gpg-error
(cd libgcrypt; ./autogen.sh && ./configure --target=mingw32 --host=mingw32 --build=mingw32 --program-prefix="" --without-pic --disable-shared --enable-msw --disable-dependency-tracking --target=i586-mingw32msvc --prefix=/c/VLC/vlc/extras/contrib CFLAGS="-I/c/VLC/vlc/extras/contrib/include -O3 -DNDEBUG -isystem /c/VLC/vlc/extras/contrib/include" --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd160 --enable-publickey-digests=dsa --disable-shared --enable-static --disable-nls && make && make install)
Can't locate Autom4te/ChannelDefs.pm in @INC (@INC contains: /usr/local/share/autoconf /usr/lib/perl5/5.6.1/msys /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/msys /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at /bin/autoheader line 43.
BEGIN failed--compilation aborted at /bin/autoheader line 43.
**Error**: `autoheader' not installed or too old.
Version 2.60 or newer is required.
Note that this is part of `autoconf'.
Can't locate Automake/Struct.pm in @INC (@INC contains: /usr/local/share/automake-1.10 /usr/lib/perl5/5.6.1/msys /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/msys /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at /bin/automake line 48.
BEGIN failed--compilation aborted at /bin/automake line 48.
**Error**: `automake' not installed or too old.
Version 1.10 or newer is required.

Note that you may use alternative versions of the tools by setting
the corresponding environment variables; see README.SVN for details.

make: *** [.gcrypt] Error 1

Administrator@LENOVO-22D66FE6 /c/VLC/vlc/extras/contrib/src
$
Administrator@LENOVO-22D66FE6 /c/VLC/vlc/extras/contrib/src
$ autoconf --version
autoconf (GNU Autoconf) 2.61
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software. You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

Administrator@LENOVO-22D66FE6 /c/VLC/vlc/extras/contrib/src
$ which autoconf
/bin/autoconf

Administrator@LENOVO-22D66FE6 /c/VLC/vlc/extras/contrib/src
$

gg940231
Blank Cone
Blank Cone
Posts: 34
Joined: 03 Mar 2009 09:53

Re: having problem compiling vlc

Postby gg940231 » 25 May 2009 10:47

Update your autoconf, automake and libtool by downloading and installing them.
http://downloads.sourceforge.net/mingw/ ... in.tar.bz2 http://downloads.sourceforge.net/mingw/ ... in.tar.bz2 http://downloads.sourceforge.net/mingw/ ... in.tar.bz2
tar ===>> ==>>C:\msys\local\......
make .gcrypt ===>> OK

gg940231
Blank Cone
Blank Cone
Posts: 34
Joined: 03 Mar 2009 09:53

Re: having problem compiling vlc

Postby gg940231 » 25 May 2009 12:03

NEW ERROR:::
Administrator@LENOVO-22D66FE6 /c/VLC/vlc
$ ./bootstrap
++ dirname ./bootstrap
+ cd .
+ ACLOCAL_ARGS=-I m4
+ test -d extras/contrib/bin
++ pwd
+ PATH=/c/VLC/vlc/extras/contrib/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/Program Files/SecureCRT 3.0:/c/Program Files/Common Files/Thunder Network/KanKan/Codecs:/c/Program Files/TortoiseSVN/bin:/c/Program Files/StormII/Codec:/c/Program Files/StormII
+ test -d extras/contrib/share/aclocal
+ ACLOCAL_ARGS=-I m4 -I extras/contrib/share/aclocal
++ uname -s
+ test .MINGW32_NT-5.1 = .Darwin
++ uname -s
+ test .MINGW32_NT-5.1 = .BeOS
+ pkg-config --version
+ PKGCONFIG=yes
+ export AUTOPOINT
+ test ''
+ AUTOPOINT=autopoint
+ autopoint --dry-run --force
+ AUTOPOINT=true
+ echo
+ set +x
generating modules/**/Makefile.am
..................................................................................
+ echo
+ echo
+ cp -f INSTALL INSTALL.git
+ autoreconf --install --force --verbose -I m4 -I extras/contrib/share/aclocal
autoreconf: Entering directory `.'
autoreconf: running: true --force
autoreconf: running: aclocal -I m4 --output=aclocal.m4t
m4/autoopts.m4:22: warning: underquoted definition of AG_PATH_AUTOOPTS
m4/autoopts.m4:22: run info '(automake)Extending aclocal'
m4/autoopts.m4:22: or see http://sources.redhat.com/automake/auto ... ng-aclocal
autom4te: unknown language: Autoconf-without-aclocal-m4
C:\msys\local\bin\aclocal: autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1

Administrator@LENOVO-22D66FE6 /c/VLC/vlc
$


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 19 guests