Page 1 of 1

Can't compile VLC using CYGWIN/XP (Redef. of target error)

Posted: 15 Nov 2005 19:47
by jessi
Hello!

I need DAAP functionality in VLC. Since the lib is not included in the standard build I'm now trying to compile VLC myself.

After setting up CYGWIN (I had to fetch far more packages as described in INSTALL.W32 to complete the ./configure - like CVS and automake)

After ./configure is finnished, make gives me this:

MAKE Version 5.2 Copyright (c) 1987, 1998 Inprise Corp.
Error makefile 4501: Redefinition of target 'src/misc/modules.c'
Error makefile 4501: Redefinition of target 'src/misc/version.c'
Error makefile 5146: Colon expected
*** 3 errors during make ***

There seems also be a problem with with DAAP library:
configure: WARNING: DAAP library not found

Do I need to copy some libs to a certain path in order to enable them during compilation?


Here is the ./configure output + env vars: (*should use ur wheel to scroll, eh*)

$ set
!::='::\'
!C:='C:\cygwin\bin'
ALLUSERSPROFILE='C:\Dokumente und Einstellungen\All Users'
APPDATA='C:\Dokumente und Einstellungen\default\Anwendungsdaten'
BASH=/usr/bin/bash
BASH_ARGC=()
BASH_ARGV=()
BASH_LINENO=()
BASH_SOURCE=()
BASH_VERSINFO=([0]="3" [1]="00" [2]="16" [3]="11" [4]="release" [5]="i686-pc-cyg
win")
BASH_VERSION='3.00.16(11)-release'
CLASSPATH='C:\Programme\Java\jre1.5.0_04\lib\ext\QTJava.zip'
CLIENTNAME=Console
COMMONPROGRAMFILES='C:\Programme\Gemeinsame Dateien'
COMPUTERNAME=XXX
COMSPEC='C:\WINDOWS\system32\cmd.exe'
CVS_RSH=/bin/ssh
DIRSTACK=()
EUID=1003
FP_NO_HOST_CHECK=NO
GROUPS=()
HISTFILE=/home/default/.bash_history
HISTFILESIZE=500
HISTSIZE=500
HOME=/home/default
HOMEDRIVE=C:
HOMEPATH='\Dokumente und Einstellungen\default'
HOSTNAME=xxx
HOSTTYPE=i686
IFS=$' \t\n'
INFOPATH=/usr/local/info:/usr/share/info:/usr/info:
LOGONSERVER='\\XXX'
MACHTYPE=i686-pc-cygwin
MAILCHECK=60
MAKE_MODE=unix
MANPATH=/usr/local/man:/usr/share/man:/usr/man:
NUMBER_OF_PROCESSORS=1
OLDPWD=/
OPTERR=1
OPTIND=1
OS=Windows_NT
OSTYPE=cygwin
PATH='/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/FPC/2.0.0/bin/i386-Win32'
PATHEXT='.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PIPESTATUS=([0]="1")
PPID=1
PRINTER='Kyocera FS-680'
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER='x86 Family 15 Model 7 Stepping 10, AuthenticAMD'
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=070a
PROGRAMFILES='C:\Programme'
PROMPT='$P$G'
PS1='\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
PS2='> '
PS4='+ '
PWD=/vlc-snapshot-20051115
QTJAVA='C:\Programme\Java\jre1.5.0_04\lib\ext\QTJava.zip'
SESSIONNAME=Console
SHELL=/bin/bash
SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor
SHLVL=1
SYSTEMDRIVE=C:
SYSTEMROOT='C:\WINDOWS'
TEMP=/cygdrive/c/DOKUME~1/default/LOKALE~1/Temp
TERM=cygwin
TMP=/cygdrive/c/DOKUME~1/default/LOKALE~1/Temp
UID=1003
USER=default
USERDOMAIN=XXX
USERNAME=default
USERPROFILE='C:\Dokumente und Einstellungen\default'
WINDIR='C:\WINDOWS'
_=make




============================================================================





$ ./bootstrap && \
> CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
> LDFLAGS=-L/usr/win32/lib \
> CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
> ./configure \
> --disable-gtk \
> --enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \
> --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
> --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \
> --with-wx-config-path=/usr/win32/bin \
> --with-freetype-config-path=/usr/win32/bin \
> --with-fribidi-config-path=/usr/win32/bin \
> --enable-livedotcom --with-livedotcom-tree=/usr/win32/live.com \
> --enable-caca --with-caca-config-path=/usr/win32/bin \
> --with-xml2-config-path=/usr/win32/bin \
> --with-dvdnav-config-path=/usr/win32/bin \
> --disable-cddax --disable-vcdx --enable-goom \
> --enable-twolame --enable-dvdread \
> --enable-debug --enable-daap
+ AUTOMAKESUCKS=no
+ INSTALLSUCKS=no
+ ACLOCAL_ARGS='-I m4'
+ test -d extras/contrib/bin
+ amvers=none
+ automake-1.9 --version
+ amvers=-1.9
+ test -1.9 = none
+ gettextize --version
++ gettextize --version
++ sed -e '1s/[^0-9]*//' -e q
+ expr 0.14.1 '>=' 0.11.5
+ autopoint=autopoint
+ GETTEXT=yes
+ pkg-config --version
+ PKGCONFIG=no
+ aclocal=aclocal-1.9
+ automake=automake-1.9
+ autoconf=autoconf
+ autoheader=autoheader
+ set +x
generating modules/**/Makefile.am and m4/private.m4
................................................................. done.
+ rm -f aclocal.m4 configure config.log config.h config.h.in
+ rm -Rf autom4te.cache
+ rm -f config.guess config.sub missing mkinstalldirs compile depcomp install-sh

+ rm -Rf autotools
+ mkdir autotools
+ rm -f ltmain.sh libtool ltconfig
+ rm -f ABOUT-NLS
+ rm -Rf intl
+ rm -f m4/oldgettext.m4 stamp-pic configure.ac.in Modules.am
+ rm -f stamp-builtin stamp-h1 mozilla/stamp-pic
+ rm -f vlc-config.in
+ printf ''
+ '[' yes '!=' yes ']'
+ autopoint -f
Copying file ABOUT-NLS
Copying file autotools/config.rpath
Creating directory intl
Copying file intl/ChangeLog
Copying file intl/Makefile.in
Copying file intl/VERSION
Copying file intl/bindtextdom.c
Copying file intl/config.charset
Copying file intl/dcgettext.c
Copying file intl/dcigettext.c
Copying file intl/dcngettext.c
Copying file intl/dgettext.c
Copying file intl/dngettext.c
Copying file intl/eval-plural.h
Copying file intl/explodename.c
Copying file intl/finddomain.c
Copying file intl/gettext.c
Copying file intl/gettextP.h
Copying file intl/gmo.h
Copying file intl/hash-string.h
Copying file intl/intl-compat.c
Copying file intl/l10nflist.c
Copying file intl/libgnuintl.h
Copying file intl/loadinfo.h
Copying file intl/loadmsgcat.c
Copying file intl/localcharset.c
Copying file intl/locale.alias
Copying file intl/localealias.c
Copying file intl/localename.c
Copying file intl/ngettext.c
Copying file intl/os2compat.c
Copying file intl/os2compat.h
Copying file intl/osdep.c
Copying file intl/plural-exp.c
Copying file intl/plural-exp.h
Copying file intl/plural.c
Copying file intl/plural.y
Copying file intl/ref-add.sin
Copying file intl/ref-del.sin
Copying file intl/textdomain.c
Copying file autotools/mkinstalldirs
+ aclocal-1.9 -I m4
+ autoconf
+ autoheader
+ automake-1.9 --add-missing --copy
configure.ac: installing `autotools/install-sh'
configure.ac: installing `autotools/missing'
activex/Makefile.am: installing `autotools/compile'
activex/Makefile.am: installing `autotools/depcomp'
configure.ac:16: installing `autotools/config.guess'
configure.ac:16: installing `autotools/config.sub'
+ rm -f vlc-config.in vlc-config
+ rm -f src/misc/modules_builtin.h
+ rm -f mozilla/vlcintf.h
+ set +x

==============================================================
NOTE: you do not have the "pkg-config" utility on your system;
detection of the Gtk-2.0 and GNOME 2.0 libraries will not be
reliable.

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... no
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 ANSI C... none needed
checking for style of include used by make... none
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... g++ -mno-cygwin -E
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for egrep... grep -E
checking for an Objective-C compiler... checking dependency style of g++ -mno-cygwin... gcc3
not implemented yet
checking for ranlib... ranlib
checking for strip... strip
checking for ar... ar
checking for ld... ld
checking for a BSD-compatible install... /usr/bin/install -c
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for windres... windres
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ranlib... (cached) ranlib
checking for library containing strerror... none required
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... no
checking for off_t... no
checking for size_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) no
checking for getpagesize... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for fgets_unlocked... no
checking for getc_unlocked... no
checking for getcwd... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... no
checking for munmap... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... no
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for iconv... yes
checking how to link with libiconv... /usr/win32/lib/libiconv.a
checking for iconv declaration...
extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
checking for bison... no
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... yes
checking how to link with libintl... /usr/win32/lib/libintl.a /usr/win32/lib/libiconv.a
checking for textdomain... no
checking for textdomain in -lintl... yes
checking for opendir in -lmingwex... yes
checking for opendir in -lmingw32... yes
checking if $CC accepts -mms-bitfields... yes
checking if $CXX accepts -fvtable-thunks... no
checking for shared objects suffix... .dll
checking for prefix to exported symbols... _
checking for gettimeofday... no
checking for select... no
checking for strerror... yes
checking for strtod... yes
checking for strtol... yes
checking for strtof... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strsep... no
checking for isatty... yes
checking for vasprintf... no
checking for asprintf... no
checking for swab... yes
checking for sigrelse... no
checking for getpwuid... no
checking for memalign... no
checking for posix_memalign... no
checking for if_nametoindex... no
checking for atoll... yes
checking for getenv... yes
checking for putenv... (cached) yes
checking for setenv... (cached) no
checking for gmtime_r... no
checking for ctime_r... no
checking for localtime_r... no
checking for lrintf... yes
checking for daemon... no
checking for scandir... no
checking for fork... no
checking for bsearch... yes
checking for strdup... (cached) yes
checking for strndup... no
checking for atof... yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... yes
checking for strcasestr... no
checking for stristr... no
checking for setlocale... (cached) yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for nl_langinfo... no
checking for nl_langinfo and CODESET... no
checking for connect... no
checking for connect in -lsocket... no
checking for send... no
checking for send in -lsocket... no
checking for gethostbyname... no
checking for gethostbyname in -lnsl... no
checking for gethostbyname in -lbind... no
checking for socklen_t... no
checking for struct sockaddr_storage... yes
checking for getaddrinfo... no
checking for getnameinfo... no
checking for gai_strerror... no
checking for struct addrinfo... yes
checking for va_copy... yes
checking for __va_copy... yes
checking for inet_aton... no
checking for inet_aton in -lresolv... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for shl_load... no
checking for dld_link in -ldld... no
checking for main in -lkernel32... yes
checking for strncasecmp in strings.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for stdint.h... (cached) yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking sys/int_types.h usability... no
checking sys/int_types.h presence... no
checking for sys/int_types.h... no
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... no
checking sys/times.h presence... no
checking for sys/times.h... no
checking sys/ioctl.h usability... no
checking sys/ioctl.h presence... no
checking for sys/ioctl.h... no
checking for sys/stat.h... (cached) yes
checking arpa/inet.h usability... no
checking arpa/inet.h presence... no
checking for arpa/inet.h... no
checking net/if.h usability... no
checking net/if.h presence... no
checking for net/if.h... no
checking netinet/in.h usability... no
checking netinet/in.h presence... no
checking for netinet/in.h... no
checking sys/socket.h usability... no
checking sys/socket.h presence... no
checking for sys/socket.h... no
checking whether time.h and sys/time.h may both be included... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for timespec in sys/time.h... no
checking for ntohl in sys/param.h... no
checking if $CC accepts -Wall... yes
checking if $CC accepts -Wconversion... yes
checking if $CC accepts -Wunreachable-code... yes
checking if $CC accepts -Wsign-compare... yes
checking if $CC accepts -pipe... yes
checking if $CC accepts -Os... yes
checking if $CC accepts -O3... yes
checking if $CC accepts -O2... yes
checking if $CC accepts -ffast-math... yes
checking if $CC accepts -funroll-loops... yes
checking if $CC accepts -fomit-frame-pointer... yes
checking if $CC accepts -mdynamic-no-pic... no
checking if $CC accepts -bundle -undefined error -lcc_dynamic... no
checking if $CC accepts -shared... yes
checking for variadic cpp macros... yes
checking __attribute__ ((aligned ())) support... 16
checking __attribute__ ((format ())) support with function pointers... yes
checking for __attribute__((packed))... yes
checking if $CC groks MMX inline assembly... yes
checking if $CC groks MMX intrinsics... yes
checking if $CC groks MMX EXT inline assembly... yes
checking if $CC groks 3D Now! inline assembly... yes
checking if $CC groks SSE inline assembly... yes
checking whether gcc -mno-cygwin accepts -mtune=pentium2... yes
checking gcrypt.h usability... yes
checking gcrypt.h presence... yes
checking for gcrypt.h... yes
checking for gcry_control in -lgcrypt... yes
checking gnutls/gnutls.h usability... yes
checking gnutls/gnutls.h presence... yes
checking for gnutls/gnutls.h... yes
checking for gnutls_certificate_verify_peers2 in -lgnutls... yes
checking for liveMedia/libliveMedia.a in /usr/win32/live.com... /usr/win32/live.com/liveMedia/libliveMedia.a
checking dvdread/dvd_reader.h usability... yes
checking dvdread/dvd_reader.h presence... yes
checking for dvdread/dvd_reader.h... yes
checking for dvdnav-config... /usr/win32/bin/dvdnav-config
checking dshow.h usability... no
checking dshow.h presence... yes
checking for dshow.h... yes
checking libsmbclient.h usability... no
checking libsmbclient.h presence... no
checking for libsmbclient.h... no
checking for struct _SMBCCTX.close_fn... no
checking for dvbpsi/dr.h... yes
checking for dvbpsi_GenSDTSections in -ldvbpsi... yes
checking for cdrom_msf0 in linux/cdrom.h... no
checking for scsireq in sys/scsiio.h... no
checking for ioc_toc_header in sys/cdio.h... no
checking for inet_pton... no
checking for inet_pton in -lresolv... no
checking for getaddrinfo in ws2tcpip.h... yes
checking ogg/ogg.h usability... yes
checking ogg/ogg.h presence... yes
checking for ogg/ogg.h... yes
checking for oggpack_read in -logg... yes
checking ebml/EbmlVersion.h usability... yes
checking ebml/EbmlVersion.h presence... yes
checking for ebml/EbmlVersion.h... yes
checking for libebml version >= 0.7.6... yes
checking matroska/KaxVersion.h usability... yes
checking matroska/KaxVersion.h presence... yes
checking for matroska/KaxVersion.h... yes
checking for libmatroska version >= 0.7.5... yes
checking matroska/KaxAttachments.h usability... yes
checking matroska/KaxAttachments.h presence... yes
checking for matroska/KaxAttachments.h... yes
checking for main in -lebml_pic... no
checking for main in -lebml... yes
checking libmodplug/modplug.h usability... yes
checking libmodplug/modplug.h presence... yes
checking for libmodplug/modplug.h... yes
checking mpcdec/mpcdec.h usability... no
checking mpcdec/mpcdec.h presence... no
checking for mpcdec/mpcdec.h... no
checking mad.h usability... yes
checking mad.h presence... yes
checking for mad.h... yes
checking for mad_bit_init in -lmad... yes
checking id3tag.h usability... yes
checking id3tag.h presence... yes
checking for id3tag.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for ffmpeg-config... no
checking ffmpeg/avcodec.h usability... yes
checking ffmpeg/avcodec.h presence... yes
checking for ffmpeg/avcodec.h... yes
checking postproc/postprocess.h usability... yes
checking postproc/postprocess.h presence... yes
checking for postproc/postprocess.h... yes
checking for av_add_i in -lavutil... yes
checking for avcodec_init in -lavcodec... yes
checking for av_open_input_stream in -lavformat... yes
checking faad.h usability... yes
checking faad.h presence... yes
checking for faad.h... yes
checking for faacDecOpen in -lfaad... no
checking for NeAACDecOpen in -lfaad... yes
checking twolame.h usability... yes
checking twolame.h presence... yes
checking for twolame.h... yes
checking for twolame_init in -ltwolame... yes
checking for zlib.h... (cached) yes
checking sysfs/libsysfs.h usability... no
checking sysfs/libsysfs.h presence... no
checking for sysfs/libsysfs.h... no
checking libtar.h usability... no
checking libtar.h presence... no
checking for libtar.h... no
checking a52dec/a52.h usability... yes
checking a52dec/a52.h presence... yes
checking for a52dec/a52.h... yes
checking for a52_free in -la52... yes
checking dts.h usability... no
checking dts.h presence... no
checking for dts.h... no
checking FLAC/stream_decoder.h usability... yes
checking FLAC/stream_decoder.h presence... yes
checking for FLAC/stream_decoder.h... yes
checking mpeg2dec/mpeg2.h usability... yes
checking mpeg2dec/mpeg2.h presence... yes
checking for mpeg2dec/mpeg2.h... yes
checking for libmpeg2 version >= 0.3.2... yes
checking vorbis/codec.h usability... yes
checking vorbis/codec.h presence... yes
checking for vorbis/codec.h... yes
checking vorbis/vorbisenc.h usability... yes
checking vorbis/vorbisenc.h presence... yes
checking for vorbis/vorbisenc.h... yes
checking speex/speex.h usability... yes
checking speex/speex.h presence... yes
checking for speex/speex.h... yes
checking for speex_decode_int in -lspeex... yes
checking theora/theora.h usability... yes
checking theora/theora.h presence... yes
checking for theora/theora.h... yes
checking for theora_granule_time in -ltheora... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_set_rows in -lpng... yes
checking x264.h usability... yes
checking x264.h presence... yes
checking for x264.h... yes
checking for x264_encoder_open in -lx264... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking for sdl12-config... no
checking for sdl11-config... no
checking for sdl-config... /usr/win32/bin/sdl-config
checking SDL/SDL.h usability... yes
checking SDL/SDL.h presence... yes
checking for SDL/SDL.h... yes
checking SDL/SDL_image.h usability... yes
checking SDL/SDL_image.h presence... yes
checking for SDL/SDL_image.h... yes
checking for png_set_rows in -lpng... (cached) yes
checking for jpeg_start_decompress in -ljpeg... yes
checking for TIFFClientOpen in -ltiff... yes
checking for freetype-config... /usr/win32/bin/freetype-config
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking for fribidi-config... /usr/win32/bin/fribidi-config
checking for xml2-config... /usr/win32/bin/xml2-config
checking for xmlTextReaderConstName in -lxml2... yes
checking ddraw.h usability... yes
checking ddraw.h presence... yes
checking for ddraw.h... yes
checking for GL/gl.h... (cached) yes
checking linux/fb.h usability... no
checking linux/fb.h presence... no
checking for linux/fb.h... no
checking for caca-config... /usr/win32/bin/caca-config
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking for wx-config... /usr/win32/bin/wx-config
checking if $CXX accepts -fpermissive... yes
checking wx/wxprec.h usability... yes
checking wx/wxprec.h presence... yes
checking for wx/wxprec.h... yes
checking Cocoa/Cocoa.h usability... no
checking Cocoa/Cocoa.h presence... no
checking for Cocoa/Cocoa.h... no
checking Ph.h usability... no
checking Ph.h presence... no
checking for Ph.h... no
checking goom/goom.h usability... yes
checking goom/goom.h presence... yes
checking for goom/goom.h... yes
checking for goom_init in -lgoom2... yes
checking whether the byte order is big-endian... no
checking for midl... no
checking for widl... no
checking ole2.h usability... yes
checking ole2.h presence... yes
checking for ole2.h... yes
checking objsafe.h usability... no
checking objsafe.h presence... yes
checking for objsafe.h... yes
checking olectl.h usability... yes
checking olectl.h presence... yes
checking for olectl.h... yes
checking for objsafe.h... (cached) yes
configure: creating ./vlc-config.in
configure: creating ./config.status
config.status: creating Makefile
config.status: creating activex/Makefile
config.status: creating activex/axvlc.inf
config.status: creating debian/Makefile
config.status: creating doc/Makefile
config.status: creating intl/Makefile
config.status: creating ipkg/Makefile
config.status: creating lib/Makefile
config.status: creating loader/Makefile
config.status: creating modules/Makefile
config.status: creating mozilla/Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: creating share/Makefile
config.status: creating modules/access/Makefile
config.status: creating modules/access/dshow/Makefile
config.status: creating modules/access/dvb/Makefile
config.status: creating modules/access/mms/Makefile
config.status: creating modules/access/pvr/Makefile
config.status: creating modules/access/v4l/Makefile
config.status: creating modules/access/cdda/Makefile
config.status: creating modules/access/rtsp/Makefile
config.status: creating modules/access/vcd/Makefile
config.status: creating modules/access/vcdx/Makefile
config.status: creating modules/access/screen/Makefile
config.status: creating modules/access_filter/Makefile
config.status: creating modules/access_output/Makefile
config.status: creating modules/audio_filter/Makefile
config.status: creating modules/audio_filter/channel_mixer/Makefile
config.status: creating modules/audio_filter/converter/Makefile
config.status: creating modules/audio_filter/resampler/Makefile
config.status: creating modules/audio_mixer/Makefile
config.status: creating modules/audio_output/Makefile
config.status: creating modules/codec/Makefile
config.status: creating modules/codec/cmml/Makefile
config.status: creating modules/codec/dmo/Makefile
config.status: creating modules/codec/ffmpeg/Makefile
config.status: creating modules/codec/spudec/Makefile
config.status: creating modules/control/Makefile
config.status: creating modules/control/http/Makefile
config.status: creating modules/control/corba/Makefile
config.status: creating modules/demux/Makefile
config.status: creating modules/demux/asf/Makefile
config.status: creating modules/demux/avi/Makefile
config.status: creating modules/demux/mp4/Makefile
config.status: creating modules/demux/mpeg/Makefile
config.status: creating modules/demux/playlist/Makefile
config.status: creating modules/demux/util/Makefile
config.status: creating modules/gui/Makefile
config.status: creating modules/gui/beos/Makefile
config.status: creating modules/gui/pda/Makefile
config.status: creating modules/gui/macosx/Makefile
config.status: creating modules/gui/qnx/Makefile
config.status: creating modules/gui/skins2/Makefile
config.status: creating modules/gui/wxwidgets/Makefile
config.status: creating modules/gui/wince/Makefile
config.status: creating modules/misc/Makefile
config.status: creating modules/misc/dummy/Makefile
config.status: creating modules/misc/memcpy/Makefile
config.status: creating modules/misc/network/Makefile
config.status: creating modules/misc/testsuite/Makefile
config.status: creating modules/misc/playlist/Makefile
config.status: creating modules/misc/xml/Makefile
config.status: creating modules/mux/Makefile
config.status: creating modules/mux/mpeg/Makefile
config.status: creating modules/packetizer/Makefile
config.status: creating modules/services_discovery/Makefile
config.status: creating modules/stream_out/Makefile
config.status: creating modules/stream_out/transrate/Makefile
config.status: creating modules/video_chroma/Makefile
config.status: creating modules/video_filter/Makefile
config.status: creating modules/video_filter/swscale/Makefile
config.status: creating modules/video_output/Makefile
config.status: creating modules/video_output/directx/Makefile
config.status: creating modules/video_output/qte/Makefile
config.status: creating modules/video_output/x11/Makefile
config.status: creating modules/visualization/Makefile
config.status: creating modules/visualization/visual/Makefile
config.status: creating modules/visualization/galaktos/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: creating vlc-config

configure: WARNING: dshow.h: present but cannot be compiled
configure: WARNING: dshow.h: check for missing prerequisite headers?
configure: WARNING: dshow.h: see the Autoconf documentation
configure: WARNING: dshow.h: section "Present But Cannot Be Compiled"
configure: WARNING: dshow.h: proceeding with the preprocessor's result
configure: WARNING: dshow.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------ ##
configure: WARNING: ## Report this to the vlc lists. ##
configure: WARNING: ## ------------------------------ ##
configure: WARNING: GnomeVFS support disabled because GnomeVFS development heade
rs not found
configure: WARNING: CD Reading and information library not found
configure: WARNING: VCD information library not found

Warning: No config found to match: /usr/win32/bin/wx-config --unicode
in /usr/win32/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

configure: WARNING: Probe disc disabled because ok libcdio library not found
configure: WARNING: VCD information on Probe disc disabled because ok libvcdinfo
not found
configure: WARNING: DAAP library not found
configure: WARNING: avahi-client library not found
configure: WARNING: objsafe.h: present but cannot be compiled
configure: WARNING: objsafe.h: check for missing prerequisite headers?
configure: WARNING: objsafe.h: see the Autoconf documentation
configure: WARNING: objsafe.h: section "Present But Cannot Be Compiled"
configure: WARNING: objsafe.h: proceeding with the preprocessor's result
configure: WARNING: objsafe.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------ ##
configure: WARNING: ## Report this to the vlc lists. ##
configure: WARNING: ## ------------------------------ ##

vlc configuration
--------------------
vlc version : snapshot-20051115
system : mingw32
architecture : i686 mmx
build flavour : debug optim devel
vlc aliases : svlc wxvlc

You can tune the compiler flags in vlc-config.
To build vlc and its plugins, type `make'.


Thanks! Jessica

daap compilation with cygwin

Posted: 17 Nov 2005 19:24
by Tirsh
Hello,

I've also had a problem when I tried to compile it.
Could it be possible for the team to build "for test" a nightly build version with the daap functionality ?

Posted: 18 Nov 2005 01:19
by jessi
Yes, that would be so much apprechiated! A generic win32 build just with DAAP enabled..

Come on guys!! ;)

Posted: 18 Nov 2005 16:50
by xtophe
Well opendaap doesn't seems to compile under Mingw. So until sometimes get the times to fix it VLC can't do DAAP