Unix Technical Forum

vlc-0.86c compile problem... with pre-build lib?

This is a discussion on vlc-0.86c compile problem... with pre-build lib? within the Linux Operating System forums, part of the Unix Operating Systems category; --> How are you everybody. who know how to compile vlc-0.8.6c for windows... How are you everybody... I think it ...


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-19-2008, 07:14 AM
google-rambo88
 
Posts: n/a
Default vlc-0.86c compile problem... with pre-build lib?

How are you everybody.

who know how to compile vlc-0.8.6c for windows...

How are you everybody...

I think it is very diffcult to compile vlc from source with pre-built
librarys....
could you someone give me advice...


I want to build vlc-0.8.6c for windows client from pre-built library


I installed Cygwin including all package.

and I contrib-20070530-win32-bin-gcc-3.4.5-only.tar.bz2
( I extract it - tar xvjf
contrib-20070530-win32-bin-gcc-3.4.5-only.tar.bz2 -C / )

and I set CONTRIBS=/usr/win32 before running bootstrap....o
in the vlc-0.8.6c root directory, I runed followings...


./bootstrap && \
export PKG_CONFIG_PATH=$CONTRIBS/lib/pkgconfig \
CPPFLAGS="-I$CONTRIBS/include -I$CONTRIBS/include/ebml" CXXCPP=$CPPFLAGS \
LDFLAGS=-L$CONTRIBS/lib \
./configure \
--disable-gtk \
--enable-nls --enable-sdl --with-sdl-config-path=$CONTRIBS/bin \
--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
--with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \
--with-wx-config-path=$CONTRIBS/bin \
--with-freetype-config-path=$CONTRIBS/bin \
--with-fribidi-config-path=$CONTRIBS/bin \
--enable-caca --with-caca-config-path=$CONTRIBS/bin \
--with-xml2-config-path=$CONTRIBS/bin \
--with-dvdnav-config-path=$CONTRIBS/bin \
--disable-cddax --disable-vcdx --enable-goom \
--enable-twolame --enable-dvdread \
--disable-mkv \
--enable-debug


but I got error followings...
====== ===========================
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... gcc -mno-cygwin
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 gcc -mno-cygwin accepts -g... yes
checking for gcc -mno-cygwin option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc -mno-cygwin... gcc3
checking whether gcc -mno-cygwin and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -mno-cygwin -E
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -mno-cygwin accepts -g... yes
checking dependency style of g++ -mno-cygwin... gcc3
checking how to run the C++
preprocessor... -I/usr/win32/include -I/usr/win32/in
clude/ebml
configure: error: C++ preprocessor
"-I/usr/win32/include -I/usr/win32/include/eb
ml" fails sanity check
See `config.log' for more details.


========== and this config.log =======================

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by vlc configure 0.8.6c, which was
generated by GNU Autoconf 2.61. Invocation command line was

$
../configure --disable-gtk --enable-nls --enable-sdl --with-sdl-config-path=/
usr/win32/bin --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac --wit
h-ffmpeg-zlib --enable-faad --enable-flac --enable-theora --with-wx-config-p
ath=/usr/win32/bin --with-freetype-config-path=/usr/win32/bin --with-fribidi
-config-path=/usr/win32/bin --enable-live555 --with-live555-tree=/usr/win32/
live.com --enable-caca --with-caca-config-path=/usr/win32/bin --with-xml2-co
nfig-path=/usr/win32/bin --with-dvdnav-config-path=/usr/win32/bin --disable-
cddax --disable-vcdx --enable-goom --enable-twolame --enable-dvdread --enabl
e-debug

## --------- ##
## Platform. ##
## --------- ##

hostname = wow-rambo
uname -m = i686
uname -r = 1.5.24(0.156/4/2)
uname -s = CYGWIN_NT-5.0
uname -v = 2007-01-31 10:57

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = i686
/usr/bin/arch -k = i686
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /cygdrive/c/PROGRA~1/Borland/CBUILD~1/Bin
PATH: /cygdrive/c/PROGRA~1/Borland/CBUILD~1/Projects/Bpl
PATH: /cygdrive/c/WINNT/system32
PATH: /cygdrive/c/WINNT
PATH: /cygdrive/c/WINNT/System32/Wbem
PATH: /cygdrive/c/Program Files/ESTsoft/ALZip/
PATH: /cygdrive/c/Program Files/SecureCRT/
PATH: /cygdrive/c/Program Files/UltraEdit
PATH: /cygdrive/c/Program Files/ESTsoft/ALZip/
PATH: /cygdrive/c/Program Files/SSH Communications Security/SSH Secure Shell
PATH: /usr/lib/lapack


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2468: checking build system type
configure:2486: result: i686-pc-cygwin
configure:2508: checking host system type
configure:2523: result: i686-pc-cygwin
configure:2545: checking target system type
configure:2560: result: i686-pc-cygwin
configure:2603: checking for a BSD-compatible install
configure:2659: result: /usr/bin/install -c
configure:2670: checking whether build environment is sane
configure:2713: result: yes
configure:2746: checking for gawk
configure:2762: found /usr/bin/gawk
configure:2773: result: gawk
configure:2784: checking whether make sets $(MAKE)
configure:2805: result: yes
configure:2994: checking whether to enable maintainer-specific portions of
Makefiles
configure:3003: result: yes
configure:3075: checking for gcc
configure:3102: result: gcc -mno-cygwin
configure:3340: checking for C compiler version
configure:3347: gcc -mno-cygwin --version >&5
gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3350: $? = 0
configure:3357: gcc -mno-cygwin -v >&5
Reading specs from /usr/lib/gcc/i686-pc-mingw32/3.4.4/specs
Configured with:
/usr/build/package/orig/test.respin/gcc-3.4.4-3/configure --verbose --prefix
=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/u
sr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=
c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --e
nable-version-specific-runtime-libs --without-x --enable-libgcj --disable-ja
va-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enab
le-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sj
lj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
configure:3360: $? = 0
configure:3367: gcc -mno-cygwin -V >&5
gcc: `-V' must come at the start of the command line
configure:3370: $? = 1
configure:3393: checking for C compiler default output file name
configure:3420:
gcc -mno-cygwin -I/usr/win32/include -I/usr/win32/include/ebml -L/usr/win32
/lib conftest.c >&5
configure:3423: $? = 0
configure:3461: result: a.exe
configure:3478: checking whether the C compiler works
configure:3488: ./a.exe
configure:3491: $? = 0
configure:3508: result: yes
configure:3515: checking whether we are cross compiling
configure:3517: result: no
configure:3520: checking for suffix of executables
configure:3527: gcc -mno-cygwin -o
conftest.exe -I/usr/win32/include -I/usr/win32/include/ebml -L/usr/win32/li
b conftest.c >&5
configure:3530: $? = 0
configure:3554: result: .exe
configure:3560: checking for suffix of object files
configure:3586:
gcc -mno-cygwin -c -I/usr/win32/include -I/usr/win32/include/ebml
conftest.c >&5
configure:3589: $? = 0
configure:3612: result: o
configure:3616: checking whether we are using the GNU C compiler
configure:3645:
gcc -mno-cygwin -c -I/usr/win32/include -I/usr/win32/include/ebml
conftest.c >&5
configure:3651: $? = 0
configure:3668: result: yes
configure:3673: checking whether gcc -mno-cygwin accepts -g
configure:3703:
gcc -mno-cygwin -c -g -I/usr/win32/include -I/usr/win32/include/ebml
conftest.c >&5
configure:3709: $? = 0
configure:3808: result: yes
configure:3825: checking for gcc -mno-cygwin option to accept ISO C89
configure:3899:
gcc -mno-cygwin -c -g -O2 -I/usr/win32/include -I/usr/win32/include/ebml
conftest.c >&5
configure:3905: $? = 0
configure:3928: result: none needed
configure:3957: checking for style of include used by make
configure:3985: result: GNU
configure:4013: checking dependency style of gcc -mno-cygwin
configure:4096: result: gcc3
configure:4114: checking whether gcc -mno-cygwin and cc understand -c and -o
together
configure:4149: gcc -mno-cygwin -c conftest.c -o conftest2.o >&5
configure:4152: $? = 0
configure:4158: gcc -mno-cygwin -c conftest.c -o conftest2.o >&5
configure:4161: $? = 0
configure:4172: cc -c conftest.c >&5
configure:4175: $? = 0
configure:4183: cc -c conftest.c -o conftest2.o >&5
configure:4186: $? = 0
configure:4192: cc -c conftest.c -o conftest2.o >&5
configure:4195: $? = 0
configure:4213: result: yes
configure:4243: checking how to run the C preprocessor
configure:4283:
gcc -mno-cygwin -E -I/usr/win32/include -I/usr/win32/include/ebml conftest.c
configure:4289: $? = 0
configure:4320:
gcc -mno-cygwin -E -I/usr/win32/include -I/usr/win32/include/ebml conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:4326: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "vlc"
| #define PACKAGE_TARNAME "vlc"
| #define PACKAGE_VERSION "0.8.6c"
| #define PACKAGE_STRING "vlc 0.8.6c"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vlc"
| #define VERSION "0.8.6c"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4359: result: gcc -mno-cygwin -E
configure:4388:
gcc -mno-cygwin -E -I/usr/win32/include -I/usr/win32/include/ebml conftest.c
configure:4394: $? = 0
configure:4425:
gcc -mno-cygwin -E -I/usr/win32/include -I/usr/win32/include/ebml conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:4431: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "vlc"
| #define PACKAGE_TARNAME "vlc"
| #define PACKAGE_VERSION "0.8.6c"
| #define PACKAGE_STRING "vlc 0.8.6c"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vlc"
| #define VERSION "0.8.6c"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4584: checking for C++ compiler version
configure:4591: g++ -mno-cygwin --version >&5
g++ (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4594: $? = 0
configure:4601: g++ -mno-cygwin -v >&5
Reading specs from /usr/lib/gcc/i686-pc-mingw32/3.4.4/specs
Configured with:
/usr/build/package/orig/test.respin/gcc-3.4.4-3/configure --verbose --prefix
=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/u
sr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=
c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --e
nable-version-specific-runtime-libs --without-x --enable-libgcj --disable-ja
va-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enab
le-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sj
lj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
configure:4604: $? = 0
configure:4611: g++ -mno-cygwin -V >&5
g++: argument to `-V' missing

configure:4614: $? = 1
configure:4617: checking whether we are using the GNU C++ compiler
configure:4646:
g++ -mno-cygwin -c -I/usr/win32/include -I/usr/win32/include/ebml
conftest.cpp >&5
configure:4652: $? = 0
configure:4669: result: yes
configure:4674: checking whether g++ -mno-cygwin accepts -g
configure:4704:
g++ -mno-cygwin -c -g -I/usr/win32/include -I/usr/win32/include/ebml
conftest.cpp >&5
configure:4710: $? = 0
configure:4809: result: yes
configure:4834: checking dependency style of g++ -mno-cygwin
configure:4917: result: gcc3
configure:4941: checking how to run the C++ preprocessor
configure:5053: result: -I/usr/win32/include -I/usr/win32/include/ebml
configure:5082: -I/usr/win32/include -I/usr/win32/include/ebml -I/usr/win32/
include -I/usr/win32/include/ebml conftest.cpp
../configure: line 5083: -I/usr/win32/include: No such file or directory
configure:5088: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "vlc"
| #define PACKAGE_TARNAME "vlc"
| #define PACKAGE_VERSION "0.8.6c"
| #define PACKAGE_STRING "vlc 0.8.6c"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vlc"
| #define VERSION "0.8.6c"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5082: -I/usr/win32/include -I/usr/win32/include/ebml -I/usr/win32/
include -I/usr/win32/include/ebml conftest.cpp
../configure: line 5083: -I/usr/win32/include: No such file or directory
configure:5088: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "vlc"
| #define PACKAGE_TARNAME "vlc"
| #define PACKAGE_VERSION "0.8.6c"
| #define PACKAGE_STRING "vlc 0.8.6c"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vlc"
| #define VERSION "0.8.6c"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5150: error: C++ preprocessor
"-I/usr/win32/include -I/usr/win32/include/ebml" fails sanity check
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-cygwin
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_BONJOUR_CFLAGS_set=
ac_cv_env_BONJOUR_CFLAGS_value=
ac_cv_env_BONJOUR_LIBS_set=
ac_cv_env_BONJOUR_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='gcc -mno-cygwin'
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CORBA_CFLAGS_set=
ac_cv_env_CORBA_CFLAGS_value=
ac_cv_env_CORBA_LIBS_set=
ac_cv_env_CORBA_LIBS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/usr/win32/include -I/usr/win32/include/ebml'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=set
ac_cv_env_CXXCPP_value='-I/usr/win32/include -I/usr/win32/include/ebml'
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='g++ -mno-cygwin'
ac_cv_env_DAAP_CFLAGS_set=
ac_cv_env_DAAP_CFLAGS_value=
ac_cv_env_DAAP_LIBS_set=
ac_cv_env_DAAP_LIBS_value=
ac_cv_env_DIRAC_CFLAGS_set=
ac_cv_env_DIRAC_CFLAGS_value=
ac_cv_env_DIRAC_LIBS_set=
ac_cv_env_DIRAC_LIBS_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_FFMPEG_CFLAGS_set=
ac_cv_env_FFMPEG_CFLAGS_value=
ac_cv_env_FFMPEG_LIBS_set=
ac_cv_env_FFMPEG_LIBS_value=
ac_cv_env_FIREFOX_CFLAGS_set=
ac_cv_env_FIREFOX_CFLAGS_value=
ac_cv_env_FIREFOX_LIBS_set=
ac_cv_env_FIREFOX_LIBS_value=
ac_cv_env_FIREFOX_XPCOM_CFLAGS_set=
ac_cv_env_FIREFOX_XPCOM_CFLAGS_value=
ac_cv_env_FIREFOX_XPCOM_LIBS_set=
ac_cv_env_FIREFOX_XPCOM_LIBS_value=
ac_cv_env_GNOMEVFS_CFLAGS_set=
ac_cv_env_GNOMEVFS_CFLAGS_value=
ac_cv_env_GNOMEVFS_LIBS_set=
ac_cv_env_GNOMEVFS_LIBS_value=
ac_cv_env_GNUTLS_CFLAGS_set=
ac_cv_env_GNUTLS_CFLAGS_value=
ac_cv_env_GNUTLS_LIBS_set=
ac_cv_env_GNUTLS_LIBS_value=
ac_cv_env_GTK2_CFLAGS_set=
ac_cv_env_GTK2_CFLAGS_value=
ac_cv_env_GTK2_LIBS_set=
ac_cv_env_GTK2_LIBS_value=
ac_cv_env_HAL_CFLAGS_set=
ac_cv_env_HAL_CFLAGS_value=
ac_cv_env_HAL_LIBS_set=
ac_cv_env_HAL_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/usr/win32/lib
ac_cv_env_LIBCDDB_CFLAGS_set=
ac_cv_env_LIBCDDB_CFLAGS_value=
ac_cv_env_LIBCDDB_LIBS_set=
ac_cv_env_LIBCDDB_LIBS_value=
ac_cv_env_LIBCDIO_CFLAGS_set=
ac_cv_env_LIBCDIO_CFLAGS_value=
ac_cv_env_LIBCDIO_LIBS_set=
ac_cv_env_LIBCDIO_LIBS_value=
ac_cv_env_LIBCDIO_PARANOIA_CFLAGS_set=
ac_cv_env_LIBCDIO_PARANOIA_CFLAGS_value=
ac_cv_env_LIBCDIO_PARANOIA_LIBS_set=
ac_cv_env_LIBCDIO_PARANOIA_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_MIDL_set=
ac_cv_env_MIDL_value=
ac_cv_env_MOZILLA_NSPR_CFLAGS_set=
ac_cv_env_MOZILLA_NSPR_CFLAGS_value=
ac_cv_env_MOZILLA_NSPR_LIBS_set=
ac_cv_env_MOZILLA_NSPR_LIBS_value=
ac_cv_env_NOTIFY_CFLAGS_set=
ac_cv_env_NOTIFY_CFLAGS_value=
ac_cv_env_NOTIFY_LIBS_set=
ac_cv_env_NOTIFY_LIBS_value=
ac_cv_env_NSPR_CFLAGS_set=
ac_cv_env_NSPR_CFLAGS_value=
ac_cv_env_NSPR_LIBS_set=
ac_cv_env_NSPR_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_POSTPROC_CFLAGS_set=
ac_cv_env_POSTPROC_CFLAGS_value=
ac_cv_env_POSTPROC_LIBS_set=
ac_cv_env_POSTPROC_LIBS_value=
ac_cv_env_SHOUT_CFLAGS_set=
ac_cv_env_SHOUT_CFLAGS_value=
ac_cv_env_SHOUT_LIBS_set=
ac_cv_env_SHOUT_LIBS_value=
ac_cv_env_SVG_CFLAGS_set=
ac_cv_env_SVG_CFLAGS_value=
ac_cv_env_SVG_LIBS_set=
ac_cv_env_SVG_LIBS_value=
ac_cv_env_VCDINFO_CFLAGS_set=
ac_cv_env_VCDINFO_CFLAGS_value=
ac_cv_env_VCDINFO_LIBS_set=
ac_cv_env_VCDINFO_LIBS_value=
ac_cv_env_WIDL_set=
ac_cv_env_WIDL_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_host=i686-pc-cygwin
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -mno-cygwin -E'
ac_cv_prog_CXXCPP='-I/usr/win32/include -I/usr/win32/include/ebml'
ac_cv_prog_ac_ct_CC='gcc -mno-cygwin'
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-cygwin
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/linuxLee/vlc-0.8.6c/autotools/missing --run
aclocal-1.7'
ALIASES=''
ALLOCA=''
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/linuxLee/vlc-0.8.6c/autotools/missing --run tar'
AM_CPPFLAGS=''
AR=''
ARCH=''
ARTS_CONFIG=''
AS=''
ASM=''
AUTOCONF='${SHELL} /home/linuxLee/vlc-0.8.6c/autotools/missing --run
autoconf'
AUTOHEADER='${SHELL} /home/linuxLee/vlc-0.8.6c/autotools/missing --run
autoheader'
AUTOMAKE='${SHELL} /home/linuxLee/vlc-0.8.6c/autotools/missing --run
automake-1.7'
AWK='gawk'
BONJOUR_CFLAGS=''
BONJOUR_LIBS=''
BUILD_ACTIVEX_FALSE=''
BUILD_ACTIVEX_TRUE=''
BUILD_DIRENT_FALSE=''
BUILD_DIRENT_TRUE=''
BUILD_GETOPT_FALSE=''
BUILD_GETOPT_TRUE=''
BUILD_INCLUDED_LIBINTL=''
BUILD_JAVA_FALSE=''
BUILD_JAVA_TRUE=''
BUILD_MOZILLA_FALSE=''
BUILD_MOZILLA_TRUE=''
BUILD_PYTHON_FALSE=''
BUILD_PYTHON_TRUE=''
BUILD_SHARED_FALSE=''
BUILD_SHARED_TRUE=''
CACA_CONFIG=''
CATOBJEXT=''
CC='gcc -mno-cygwin'
CCAS=''
CCASFLAGS=''
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CORBA_CFLAGS=''
CORBA_LIBS=''
CPP='gcc -mno-cygwin -E'
CPPFLAGS='-I/usr/win32/include -I/usr/win32/include/ebml'
CXX='g++ -mno-cygwin'
CXXCPP='-I/usr/win32/include -I/usr/win32/include/ebml'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH=''
CYGPATH_W='cygpath -w'
DAAP_CFLAGS=''
DAAP_LIBS=''
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
DIRAC_CFLAGS=''
DIRAC_LIBS=''
DLLTOOL=''
DVDNAV_CONFIG=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_CORBA_FALSE=''
ENABLE_CORBA_TRUE=''
ESD_CONFIG=''
EXEEXT='.exe'
F77=''
FFLAGS=''
FFMPEG_CFLAGS=''
FFMPEG_CONFIG=''
FFMPEG_LIBS=''
FILE_LIBVLC_DLL=''
FIREFOX_CFLAGS=''
FIREFOX_LIBS=''
FIREFOX_XPCOM_CFLAGS=''
FIREFOX_XPCOM_LIBS=''
FREETYPE_CONFIG=''
FRIBIDI_CONFIG=''
GENCAT=''
GLIBC21=''
GMSGFMT=''
GNOMEVFS_CFLAGS=''
GNOMEVFS_LIBS=''
GNUTLS_CFLAGS=''
GNUTLS_LIBS=''
GREP=''
GTK2_CFLAGS=''
GTK2_LIBS=''
HAL_CFLAGS=''
HAL_LIBS=''
HAS_MIDL_COMPILER_FALSE=''
HAS_MIDL_COMPILER_TRUE=''
HAS_WIDL_COMPILER_FALSE=''
HAS_WIDL_COMPILER_TRUE=''
HAVE_BEOS_FALSE=''
HAVE_BEOS_TRUE=''
HAVE_BUILTINS_FALSE=''
HAVE_BUILTINS_TRUE=''
HAVE_DARWIN_FALSE=''
HAVE_DARWIN_TRUE=''
HAVE_PLUGINS_FALSE=''
HAVE_PLUGINS_TRUE=''
HAVE_WIN32_FALSE=''
HAVE_WIN32_TRUE=''
HAVE_WINCE_FALSE=''
HAVE_WINCE_TRUE=''
INCLUDED_LIBINTL=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT=''
INTLBISON=''
INTLLIBS=''
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
JAVA=''
JAVAC=''
LD=''
LDFLAGS='-L/usr/win32/lib'
LIBCDDB_CFLAGS=''
LIBCDDB_LIBS=''
LIBCDIO_CFLAGS=''
LIBCDIO_LIBS=''
LIBCDIO_PARANOIA_CFLAGS=''
LIBCDIO_PARANOIA_LIBS=''
LIBEXT=''
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LOADER_FALSE=''
LOADER_TRUE=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MACOSX_DEPLOYMENT_TARGET=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /home/linuxLee/vlc-0.8.6c/autotools/missing --run
makeinfo'
MIDL=''
MKINSTALLDIRS=''
MOC=''
MOZILLA_CONFIG=''
MOZILLA_NSPR_CFLAGS=''
MOZILLA_NSPR_LIBS=''
MOZILLA_SDK_PATH=''
MSGFMT=''
MSGMERGE=''
NOTIFY_CFLAGS=''
NOTIFY_LIBS=''
NSPR_CFLAGS=''
NSPR_LIBS=''
OBJC=''
OBJCDEPMODE=''
OBJCFLAGS=''
OBJDUMP=''
OBJEXT='o'
PACKAGE='vlc'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='vlc'
PACKAGE_STRING='vlc 0.8.6c'
PACKAGE_TARNAME='vlc'
PACKAGE_VERSION='0.8.6c'
PATH_SEPARATOR=':'
PKG_CONFIG=''
POSTPROC_CFLAGS=''
POSTPROC_LIBS=''
POSUB=''
RANLIB=''
SDL11_CONFIG=''
SDL12_CONFIG=''
SDL_CONFIG=''
SEAMONKEY_CONFIG=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
SHOUT_CFLAGS=''
SHOUT_LIBS=''
STRIP=''
SVG_CFLAGS=''
SVG_LIBS=''
SYMPREF=''
SYS=''
USE_INCLUDED_LIBINTL=''
USE_LIBTOOL_FALSE=''
USE_LIBTOOL_TRUE=''
USE_NLS=''
VCDINFO_CFLAGS=''
VCDINFO_LIBS=''
VERSION='0.8.6c'
VERSION_MAJOR='0'
VERSION_MINOR='8'
VERSION_REVISION='6'
VLC_CONFIG=''
VLC_ENTRY=''
WIDL=''
WINDRES=''
WINE_SDK_PATH=''
WX_CONFIG=''
XGETTEXT=''
XMKMF=''
XML2_CONFIG=''
XPIDL=''
XPIDL_INCL=''
XULRUNNER_CONFIG=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc -mno-cygwin'
ac_ct_CXX=''
ac_ct_F77=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__fastdepOBJC_FALSE=''
am__fastdepOBJC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-cygwin'
build_alias=''
build_cpu='i686'
build_os='cygwin'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-cygwin'
host_alias=''
host_cpu='i686'
host_os='cygwin'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/linuxLee/vlc-0.8.6c/autotools/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pic=''
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-cygwin'
target_alias=''
target_cpu='i686'
target_os='cygwin'
target_vendor='pc'
uudecode=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "vlc"
#define PACKAGE_TARNAME "vlc"
#define PACKAGE_VERSION "0.8.6c"
#define PACKAGE_STRING "vlc 0.8.6c"
#define PACKAGE_BUGREPORT ""
#define PACKAGE "vlc"
#define VERSION "0.8.6c"

configure: exit 1


have a day...


Thanks..


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:52 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com