Compile Handbrake GUI on Windows

HandBrake for Windows support
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
NaVVy
Posts: 18
Joined: Tue Jul 29, 2008 10:48 am

Re: Compile Handbrake GUI on Windows

Post by NaVVy »

All i can think of, is another package you installed, added that additional header file which is causing an additional conflict over the one I listed in trac.
Maybe, but when I tried initially, using only the listed packages from trac, the build failed. Both with the types.h changed and not changed. When types.h wasn't changed, libdvdread failed, when it was changed lots of other libs failed starting with (i think) libfaad.

I'm happy to do a clean cygwin install, follow the instructions in the trac exactly and send you the complete output, if that helps.
User avatar
s55
HandBrake Team
Posts: 10347
Joined: Sun Dec 24, 2006 1:05 pm

Re: Compile Handbrake GUI on Windows

Post by s55 »

If you don't mind. Can you post a full compile log for handbrake when your done.

Can you run jam -j [whatever] first, then,
run jam 2>&1 >log.txt
that'll show me the log for all the failed compiles.
Makes the log easier to read if it's only 1 compile at a time, and only libraries that have failed.

With any luck, it's just going to be a missed library, or missed step.

Thanks.
NaVVy
Posts: 18
Joined: Tue Jul 29, 2008 10:48 am

Re: Compile Handbrake GUI on Windows

Post by NaVVy »

I've got the log file and the capture from the terminal as well. Both files are over the maximum post size so I'll split them each over 2 posts.

log.txt Part 1

Code: Select all

...found 284 target(s)...
...using 1 temp target(s)...
...updating 62 target(s)...
LibA52 contrib/lib/liba52.a 
patching file include/a52.h
patching file liba52/a52_internal.h
patching file liba52/downmix.c
configure: loading cache /src/HandBrake/contrib/config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking for gcc... (cached) gcc
checking for C compiler default output... 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc needs -traditional... no
checking if gcc supports -g  -O3 flags... yes
checking if gcc supports -g  -O3 -fomit-frame-pointer flags... yes
checking if gcc supports -g  -O3 -fomit-frame-pointer -mcpu=pentiumpro flags... yes
checking for ld used by GCC... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)?
checking command to parse /usr/bin/nm -B output... (cached) ok
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for objdir... .libs
checking for gcc option to produce PIC... (cached)  -DDLL_EXPORT
checking if gcc PIC flag  -DDLL_EXPORT works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.lo... (cached) no
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... Win32 ld.exe
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
checking for sys/time.h... (cached) yes
checking sys/timeb.h usability... no
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking io.h usability... no
checking io.h presence... yes
checking for io.h... yes
checking for inttypes.h... (cached) no
checking for char... no
checking size of char... 0
checking for short... no
checking size of short... 0
checking for int... (cached) no
checking size of int... (cached) 0


    cd `dirname contrib/a52dec.tar.gz` && CONTRIB=`pwd` &&
    rm -rf a52dec && (gzip -dc a52dec.tar.gz | tar xf -) && 
    cd a52dec && patch -p1 < ../patch-a52dec.patch &&
    ./configure --prefix=$CONTRIB --cache-file=$CONTRIB/config.cache && make && make install &&
    strip -S $CONTRIB/lib/liba52.a

...failed LibA52 contrib/lib/liba52.a ...
LibFaad2 contrib/lib/libfaad.a 
patching file configure.in
Ready to run ./configure
configure: loading cache /src/HandBrake/contrib/config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking for style of include used by make... GNU
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) unsupported
checking dependency style of gcc... (cached) gcc3
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/grep -E
checking for ld used by gcc... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)?
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
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... (cached) no
checking whether  accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 8192
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared 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 "CXX" to libtool
checking for ld used by g++... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT
checking if g++ PIC flag -DDLL_EXPORT works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) unsupported
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for rpmbuild... no
checking for ANSI C header files... (cached) yes
checking for stdint.h... (cached) no
checking for inttypes.h... (cached) no
checking for mathf.h... (cached) no
checking for float.h... (cached) yes
checking for strchr... yes
checking for memcpy... (cached) yes
checking for sys/time.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) no
checking errno.h usability... no
checking errno.h presence... yes
checking for errno.h... yes
checking for sys/stat.h... (cached) no
checking for sys/types.h... (cached) no
checking limits.h usability... no
checking limits.h presence... yes
checking for limits.h... yes
checking sysfs/libsysfs.h usability... no
checking sysfs/libsysfs.h presence... no
checking for sysfs/libsysfs.h... no
checking IOKit/IOKitLib.h usability... no
checking IOKit/IOKitLib.h presence... no
checking for IOKit/IOKitLib.h... no
checking for getpwuid... yes
checking for inline... inline
checking whether byte ordering is bigendian... (cached) no
checking for off_t... (cached) no
checking for lrintf... (cached) yes
checking for float32_t temp... no
checking for strsep... yes
checking for mpeg4ip-config... no
configure: no xmms build configured
configure: updating cache /src/HandBrake/contrib/config.cache
configure: creating ./config.status
config.status: creating libfaad/Makefile
config.status: creating common/Makefile
config.status: creating common/mp4ff/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/xmms/Makefile
config.status: creating plugins/xmms/src/Makefile
config.status: creating plugins/mpeg4ip/Makefile
config.status: creating faad2.spec
config.status: creating frontend/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory `/src/HandBrake/contrib/faad2'
Making all in libfaad
make[2]: Entering directory `/src/HandBrake/contrib/faad2/libfaad'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT bits.lo -MD -MP -MF .deps/bits.Tpo -c -o bits.lo bits.c
 gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT bits.lo -MD -MP -MF .deps/bits.Tpo -c bits.c -o bits.o
make[2]: Leaving directory `/src/HandBrake/contrib/faad2/libfaad'
make[1]: Leaving directory `/src/HandBrake/contrib/faad2'

    cd `dirname contrib/faad2.tar.gz` && CONTRIB=`pwd` &&
    rm -rf faad2 && (gzip -dc faad2.tar.gz | tar xf -) &&
    cd faad2 && patch -p1 < ../patch-faad2-libtool22.patch &&
    ./bootstrap && ./configure --prefix=$CONTRIB --cache-file=$CONTRIB/config.cache --disable-shared && make && make install

...failed LibFaad2 contrib/lib/libfaad.a ...
LibAvCodec contrib/lib/libavcodec.a 
patching file libavformat/tcp.c
Hunk #1 succeeded at 94 (offset 6 lines).
patching file libavcodec/Makefile
Hunk #1 succeeded at 319 (offset -3 lines).
Hunk #2 succeeded at 330 (offset -3 lines).
patching file libavcodec/latmaac.c
patching file libavcodec/latm_parser.c
patching file libavcodec/allcodecs.c
patching file libavcodec/avcodec.h
patching file libavformat/mpegts.c
Hunk #1 succeeded at 613 (offset 2 lines).
Hunk #2 succeeded at 835 (offset 2 lines).
Hunk #3 succeeded at 951 (offset 2 lines).
patching file libavformat/mpegts.h
patching file libavformat/mpeg.c
patching file libavformat/mpeg.h
patching file libavcodec/mpegaudiodec.c
Hunk #1 succeeded at 409 (offset 8 lines).
FAAD test failed.
If you think configure made a mistake, make sure you are using the latest
version from SVN.  If the latest version fails, report the problem to the
ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.err" produced by configure as this will help
solving the problem.

    cd `dirname contrib/ffmpeg.tar.gz` && CONTRIB=`pwd` &&
    rm -rf ffmpeg && (gzip -dc ffmpeg.tar.gz | tar xf -) &&
    cd ffmpeg && patch -p0 < ../patch-ffmpeg.patch  && patch -p0 < ../patch-ffmpeg-latm.patch   && patch -p1 < ../patch-ffmpeg-cygwin.patch  &&
    ./configure --prefix=$CONTRIB --enable-gpl --enable-pthreads --enable-swscale \
        --disable-shared --enable-static --disable-encoders \
        --enable-encoder=mpeg4 --enable-encoder=ac3 --enable-encoder=snow \
        --enable-libfaad --disable-ffmpeg --disable-ffserver \
        --disable-muxers --enable-muxer=ipod --disable-bsfs \
        --extra-cflags="-I$CONTRIB/include" \
        --extra-ldflags="-L$CONTRIB/lib"  &&
    make && make install &&
    strip -S $CONTRIB/lib/libavcodec.a

...failed LibAvCodec contrib/lib/libavcodec.a ...
...skipped contrib/lib/libavutil.a for lack of contrib/lib/libavcodec.a...
...skipped contrib/lib/libavformat.a for lack of contrib/lib/libavcodec.a...
...skipped contrib/lib/libswscale.a for lack of contrib/lib/libavcodec.a...
LibDCA contrib/lib/libdca.a 
patching file include/audio_out.h
patching file include/dca.h
patching file libao/audio_out_aif.c
patching file libao/audio_out_al.c
patching file libao/audio_out_float.c
patching file libao/audio_out_internal.h
patching file libao/audio_out_null.c
patching file libao/audio_out_oss.c
patching file libao/audio_out_peak.c
patching file libao/audio_out_solaris.c
patching file libao/audio_out_wav.c
patching file libao/audio_out_win.c
patching file libdca/dca_internal.h
patching file libdca/downmix.c
patching file libdca/parse.c
patching file src/dcadec.c
configure: loading cache /src/HandBrake/contrib/config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) unsupported
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... (cached) gcc -E
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/grep -E
checking whether gcc needs -traditional... no
checking if gcc supports  -Wall -g -O2 flags... yes
checking if gcc supports  -Wall -g  -O3 flags... yes
checking if gcc supports  -Wall -g  -O3 -fomit-frame-pointer  flags... yes
checking if gcc supports  -Wall -g  -O3 -fomit-frame-pointer -mtune=pentiumpro  flags... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for ld used by gcc... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)?
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking for dlfcn.h... (cached) yes
checking the maximum length of command line arguments... (cached) 8192
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for correct ltmain.sh version... yes
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... 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... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking for cos in -lm... yes
checking for sys/time.h... (cached) yes
checking time.h usability... no
checking time.h presence... yes
checking for time.h... yes
checking sys/timeb.h usability... no
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking io.h usability... no
checking io.h presence... yes
checking for io.h... yes
checking for struct timeval... no
checking for inttypes.h... (cached) no
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in include/inttypes.h (assuming C99 compatible system)
checking for an ANSI C-conforming const... yes
checking for inline... (cached) inline
checking for always_inline... yes
checking for C/C++ restrict keyword... __restrict
checking for __builtin_expect... yes
checking for size_t... no
checking whether byte ordering is bigendian... (cached) no
checking for memalign... yes
checking for gettimeofday... yes
checking for ftime... yes
checking return type of signal handlers... void
checking __attribute__ ((aligned ())) support... 16
configure: updating cache /src/HandBrake/contrib/config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating autotools/Makefile
config.status: creating include/Makefile
config.status: creating test/Makefile
config.status: creating src/Makefile
config.status: creating libdca/Makefile
config.status: creating libao/Makefile
config.status: creating vc++/Makefile
config.status: creating libdca/libdca.pc
config.status: creating libdca/libdts.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing include/inttypes.h commands
config.status: creating include/inttypes.h : _LIBDCA_INCLUDE_INTTYPES_H
make  all-recursive
make[1]: Entering directory `/src/HandBrake/contrib/libdca'
Making all in libdca
make[2]: Entering directory `/src/HandBrake/contrib/libdca/libdca'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -g  -O3 -fomit-frame-pointer -mtune=pentiumpro   -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c -o bitstream.lo bitstream.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=pentiumpro -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c  -DDLL_EXPORT -DPIC -o .libs/bitstream.o
make[2]: Leaving directory `/src/HandBrake/contrib/libdca/libdca'
make[1]: Leaving directory `/src/HandBrake/contrib/libdca'

    cd `dirname contrib/libdca.tar.gz` && CONTRIB=`pwd` &&
    rm -rf libdca && (gzip -dc libdca.tar.gz | tar xf - ) && 
    cd libdca && patch -p1 < ../patch-libdca.patch &&
    ./configure --prefix=$CONTRIB --cache-file=$CONTRIB/config.cache && make && make install &&
    strip -S $CONTRIB/lib/libdca.a

...failed LibDCA contrib/lib/libdca.a ...
LibDvdRead contrib/lib/libdvdread.a 
configure: loading cache /src/HandBrake/contrib/config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for ld used by gcc... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)?
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... (cached) no
checking whether  accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 8192
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... 
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared 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 "CXX" to libtool
checking for ld used by g++... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... 
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for dlopen... yes
checking byteswap.h usability... no
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking sys/bswap.h usability... no
checking sys/bswap.h presence... no
checking for sys/bswap.h... no
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... no
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for limits.h... (cached) yes
checking whether byte ordering is bigendian... (cached) no
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for size_t... (cached) no
checking for uintptr_t... no
updating cache /src/HandBrake/contrib/config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating dvdread/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory `/src/HandBrake/contrib/libdvdread'
Making all in dvdread
make[2]: Entering directory `/src/HandBrake/contrib/libdvdread/dvdread'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -Dssize_t=long -MT dvd_input.lo -MD -MP -MF ".deps/dvd_input.Tpo" -c -o dvd_input.lo dvd_input.c; \
	then mv -f ".deps/dvd_input.Tpo" ".deps/dvd_input.Plo"; else rm -f ".deps/dvd_input.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -Dssize_t=long -MT dvd_input.lo -MD -MP -MF .deps/dvd_input.Tpo -c dvd_input.c -o dvd_input.o
make[2]: Leaving directory `/src/HandBrake/contrib/libdvdread/dvdread'
make[1]: Leaving directory `/src/HandBrake/contrib/libdvdread'

        cd `dirname contrib/libdvdread.tar.gz` && CONTRIB=`pwd` &&
        rm -rf libdvdread && (gzip -dc libdvdread.tar.gz | tar xf - ) &&
        cd libdvdread && 
        ./configure --prefix=$CONTRIB --cache-file=$CONTRIB/config.cache --disable-shared &&
        make && make install &&
        strip -S $CONTRIB/lib/libdvdread.a
    
...failed LibDvdRead contrib/lib/libdvdread.a ...
LibFaac contrib/lib/libfaac.a 
configure: loading cache /src/HandBrake/contrib/config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking for ld used by GCC... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)?
checking command to parse /usr/bin/nm -B output... (cached) ok
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for objdir... .libs
checking for gcc option to produce PIC... (cached)  -DDLL_EXPORT
checking if gcc PIC flag  -DDLL_EXPORT works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.lo... (cached) no
checking if gcc supports -fno-rtti -fno-exceptions... no
checking whether the linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... Win32 ld.exe
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
checking for getopt.h... (cached) yes
checking for u_int32_t... (cached) no
checking for u_int16_t... (cached) no
checking for int32_t... (cached) no
checking for int16_t... (cached) no
checking whether strcasecmp is declared... (cached) no
checking for getopt_long in -lgnugetopt... (cached) no
checking for MP4MetadataDelete in -lmp4v2... (cached) no
configure: *** Building without MP4 support ***
checking whether byte ordering is bigendian... (cached) no
checking for ANSI C header files... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for _LARGE_FILES value needed for large files... (cached) no
checking for stdint.h... (cached) no
checking for inttypes.h... (cached) no
checking for mathf.h... (cached) no
checking for float.h... (cached) yes
checking whether strchr is declared... (cached) no
checking whether memcpy is declared... (cached) no
checking whether strsep is declared... (cached) no
checking for sys/time.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) no
checking for off_t... (cached) no
checking for in_port_t... (cached) no
checking for socklen_t... (cached) no
checking for float32_t... (cached) no
checking for struct fpos_t.__pos... (cached) no
updating cache /src/HandBrake/contrib/config.cache
configure: creating ./config.status
config.status: creating libfaac/Makefile
config.status: creating frontend/Makefile
config.status: creating include/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory `/src/HandBrake/contrib/faac'
Making all in libfaac
make[2]: Entering directory `/src/HandBrake/contrib/faac/libfaac'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include    -O2 -Wall -MT aacquant.lo -MD -MP -MF ".deps/aacquant.Tpo" -c -o aacquant.lo aacquant.c; \
	then mv -f ".deps/aacquant.Tpo" ".deps/aacquant.Plo"; else rm -f ".deps/aacquant.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -MT aacquant.lo -MD -MP -MF .deps/aacquant.Tpo -c aacquant.c -o aacquant.o
echo timestamp > aacquant.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include    -O2 -Wall -MT bitstream.lo -MD -MP -MF ".deps/bitstream.Tpo" -c -o bitstream.lo bitstream.c; \
	then mv -f ".deps/bitstream.Tpo" ".deps/bitstream.Plo"; else rm -f ".deps/bitstream.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -o bitstream.o
make[2]: Leaving directory `/src/HandBrake/contrib/faac/libfaac'
make[1]: Leaving directory `/src/HandBrake/contrib/faac'

    cd `dirname contrib/faac.tar.gz` && CONTRIB=`pwd` &&
    rm -rf faac && (gzip -dc faac.tar.gz | tar xf - ) && cd faac &&
    ./configure --prefix=$CONTRIB --cache-file=$CONTRIB/config.cache --disable-shared --enable-static &&
    make && make install &&
    strip -S $CONTRIB/lib/libfaac.a

...failed LibFaac contrib/lib/libfaac.a ...
LibMp3Lame contrib/lib/libmp3lame.a 
configure: loading cache /src/HandBrake/contrib/config.cache
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) unsupported
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... (cached) gcc -E
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for ld used by gcc... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)?
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
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... (cached) no
checking whether  accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 8192
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared 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 "CXX" to libtool
checking for ld used by g++... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT
checking if g++ PIC flag -DDLL_EXPORT works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) unsupported
checking dependency style of gcc... (cached) gcc3
checking version of GCC... 4.2.4
checking for function prototypes... no
checking for string.h... (cached) no
checking dmalloc.h usability... no
checking dmalloc.h presence... no
checking for dmalloc.h... no
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking fcntl.h usability... no
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for limits.h... (cached) yes
checking for stdint.h... (cached) no
checking for string.h... (cached) no
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) no
checking xmmintrin.h usability... no
checking xmmintrin.h presence... no
checking for xmmintrin.h... no
checking linux/soundcard.h usability... no
checking linux/soundcard.h presence... no
checking for linux/soundcard.h... no
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) no
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for short... no
checking size of short... 0
checking for unsigned short... no
checking size of unsigned short... 0
checking for int... (cached) no
checking size of int... (cached) 0
checking for unsigned int... no
checking size of unsigned int... 0
checking for long... (cached) no
checking size of long... (cached) 0
checking for unsigned long... no
checking size of unsigned long... 0
checking for long long... no
checking size of long long... 0
checking for unsigned long long... no
checking size of unsigned long long... 0
checking for float... (cached) no
checking size of float... (cached) 0
checking for double... (cached) no
checking size of double... (cached) 0
*** I have a problem determining the size of some variable types. Either
*** you compiler is broken, or your system+compiler combination is not
*** supportet by the "autoconf" framework we use to generate this
*** configure script.

    cd `dirname contrib/lame.tar.gz` && CONTRIB=`pwd` &&
    rm -rf lame && (gzip -dc lame.tar.gz | tar xf - ) && cd lame &&
    ./configure --prefix=$CONTRIB --cache-file=$CONTRIB/config.cache --disable-shared &&
    make && make install &&
    strip -S $CONTRIB/lib/libmp3lame.a

...failed LibMp3Lame contrib/lib/libmp3lame.a ...
LibMp4v2 contrib/lib/libmp4v2.a 
patching file lib/mp4v2/mp4.cpp
patching file lib/mp4v2/mp4.h
patching file lib/mp4v2/mp4container.cpp
patching file lib/mp4v2/mp4container.h
patching file lib/mp4v2/mp4descriptor.cpp
patching file lib/mp4v2/mp4file.cpp
patching file lib/mp4v2/mp4file.h
patching file lib/mp4v2/mp4file_io.cpp
patching file lib/mp4v2/mp4property.cpp
patching file bootstrap
patching file lib/mp4v2/Makefile.am
patching file lib/mp4v2/Makefile.in
patching file lib/mp4v2/atom_avc1.cpp
patching file lib/mp4v2/atom_gmin.cpp
patching file lib/mp4v2/atom_mp4a.cpp
patching file lib/mp4v2/atom_standard.cpp
patching file lib/mp4v2/atom_stsd.cpp
patching file lib/mp4v2/atom_text.cpp
patching file lib/mp4v2/atom_tkhd.cpp
Hunk #2 succeeded at 109 with fuzz 1.
patching file lib/mp4v2/atoms.h
patching file lib/mp4v2/libmp4v260.dsp
patching file lib/mp4v2/libmp4v2_st60.dsp
patching file lib/mp4v2/mp4.cpp
patching file lib/mp4v2/mp4.h
patching file lib/mp4v2/mp4atom.cpp
patching file lib/mp4v2/mp4file.cpp
patching file lib/mp4v2/mp4file.h
patching file lib/mp4v2/atom_pasp.cpp
patching file lib/mp4v2/Makefile.in
patching file configure
patching file lib/mp4v2/Makefile.am
patching file lib/mp4v2/Makefile.in
patching file lib/mp4v2/atom_ac3.cpp
patching file lib/mp4v2/atom_meta.cpp
patching file lib/mp4v2/atom_stsd.cpp
patching file lib/mp4v2/atom_udta.cpp
patching file lib/mp4v2/atoms.h
patching file lib/mp4v2/mp4.cpp
patching file lib/mp4v2/mp4.h
patching file lib/mp4v2/mp4atom.cpp
patching file lib/mp4v2/mp4file.cpp
patching file lib/mp4v2/mp4file.h
patching file lib/mp4v2/Makefile.am
patching file lib/mp4v2/Makefile.in
patching file lib/mp4v2/atom_colr.cpp
patching file lib/mp4v2/atom_stsd.cpp
patching file lib/mp4v2/atoms.h
patching file lib/mp4v2/mp4.cpp
patching file lib/mp4v2/mp4.h
patching file lib/mp4v2/mp4atom.cpp
patching file lib/mp4v2/mp4file.cpp
patching file lib/mp4v2/mp4file.h
SDL does not appear to be installed - install the SDL development package
You must have sdl-config in your path to continue
configure: loading cache /src/HandBrake/contrib/config.cache
checking for ./bootstrapped... yes
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking target system type... (cached) i686-pc-cygwin
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for style of include used by make... GNU
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for a sed that does not truncate output... (cached) 
checking for egrep... (cached) grep -E
checking for ld used by gcc... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)?
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... (cached) no
checking whether  accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 8192
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... 
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... 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 whether a program can dlopen itself... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... 
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared 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 whether a program can dlopen itself... (cached) no
appending configuration tag "F77" to libtool
checking libtool tag=C for nasm... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for inline... (cached) inline
checking for an ANSI C-conforming const... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for X... no
checking whether byte ordering is bigendian... (cached) no
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) no
checking for long... (cached) no
checking size of long... (cached) 0
checking for bool... no
checking size of bool... 0
checking fcntl.h usability... no
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) no
checking for stdint.h... (cached) no
checking for inttypes.h... (cached) no
checking for getopt.h... (cached) yes
checking for byteswap.h... (cached) yes
checking linux/cdrom.h usability... no
checking linux/cdrom.h presence... no
checking for linux/cdrom.h... no
checking sys/dvdio.h usability... no
checking sys/dvdio.h presence... no
checking for sys/dvdio.h... no
checking for sys/time.h... (cached) yes
checking id3/tag.h usability... no
checking id3/tag.h presence... no
checking for id3/tag.h... no
checking for xvid.h, API version 3... no
checking xvid.h usability... no
checking xvid.h presence... no
checking for xvid.h... no
checking for socket in -lsocket... no
checking for getopt_long in -lgnugetopt... (cached) no
checking for library containing inet_addr... none required
checking for library containing inet_aton... none required
checking for library containing dlopen... none required
checking for a52_syncinfo in -la52... no
checking for mad_decoder_init in -lmad... no
checking for mpeg2_init in -lmpeg2... no
checking for strerror... yes
checking for strcasestr... no
checking for poll... yes
checking for getopt... yes
checking for getopt_long... yes
checking for getopt_long_only... yes
checking for getrusage... yes
checking for socketpair... yes
checking for strsep... (cached) yes
checking for inet_ntoa... yes
checking for in_port_t... (cached) no
checking for socklen_t... (cached) no
checking for struct ip_mreq_source... no
checking for fpos_t.__pos... no
configure: aesicm - no directory specified
configure: aesicm - AESICMLIB      : 
configure: aesicm - AESICM_INC     : 
configure: aesicm - ISMACRYPLIB    : $(top_builddir)/lib/ismacryp/libismacryp.la
configure: aesicm - ISMACRYP_LIB   : $(top_builddir)/lib/ismacryp/libismacryp.la 
configure: aesicm - ISMACRYP_INC   : -I$(top_builddir)/lib/ismacryp
configure: aesicm - ISMACRYP_FLAGS : AM_CFLAGS = -DNULL_ISMACRYP
checking for avcodec_init in -lavcodec... no
configure: disabling lame library
configure: disabling faac library
configure: disabling x264 library
checking for pkg-config... no
checking for GLIB - version >= 2.0.0... no
*** A new enough version of pkg-config was not found.
*** See http://www.freedesktop.org/software/pkgconfig/
checking glib.h usability... no
checking glib.h presence... no
checking for glib.h... no
checking for nasm... true
checking nasm version...... valid
checking for nasm... /usr/bin/nasm
configure: compiler warnings will not be errs
checking whether c compiler accepts -malign-loops... no
checking whether c compiler accepts -falign-loops... yes
checking whether c compiler accepts -malign-functions... no
checking whether c compiler accepts -falign-functions... yes
checking whether c compiler accepts -malign-jumps... no
checking whether c compiler accepts -falign-jumps... yes
checking whether c compiler accepts -Wmissing-prototypes... yes
checking whether c compiler accepts -Wmissing-declarations... yes
checking whether c compiler accepts -Wno-char-subscripts... yes
checking whether c compiler accepts -Wno-unknown-pragmas... yes
checking whether c compiler accepts -Wformat=2... yes
checking whether c compiler accepts -Wdeclaration-after-statement... yes
checking whether c compiler accepts -Wpointer-arith... yes
checking whether c compiler accepts -Wsign-compare... yes
checking whether c++ compiler accepts -Wmissing-prototypes... no
checking whether c++ compiler accepts -Wno-char-subscripts... yes
checking whether c++ compiler accepts -Woverloaded-virtual... yes
checking whether c++ compiler accepts -Wno-unknown-pragmas... yes
checking whether c++ compiler accepts -Wno-deprecated... yes
checking whether c++ compiler accepts -Wformat=2... yes
checking whether c++ compiler accepts -Wpointer-arith... yes
checking whether c++ compiler accepts -Wsign-compare... yes
updating cache /src/HandBrake/contrib/config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating common/Makefile
config.status: creating common/video/Makefile
config.status: creating doc/Makefile
config.status: creating doc/ietf/Makefile
config.status: creating doc/mcast/Makefile
config.status: creating doc/programs/Makefile
config.status: creating doc/mp4v2/Makefile
config.status: creating include/Makefile
config.status: creating lib/Makefile
config.status: creating lib/audio/Makefile
config.status: creating lib/avi/Makefile
config.status: creating lib/fposrec/Makefile
config.status: creating lib/gnu/Makefile
config.status: creating lib/mp4/Makefile
config.status: creating lib/ismacryp/Makefile
config.status: creating lib/mp4/doc/Makefile
config.status: creating lib/mp4v2/Makefile
config.status: creating lib/mp4v2/test/Makefile
config.status: creating lib/mp4v2/util/Makefile
config.status: creating lib/mp4av/Makefile
config.status: creating lib/mpeg2ps/Makefile
config.status: creating lib/mpeg2t/Makefile
config.status: creating lib/msg_queue/Makefile
config.status: creating lib/sdp/Makefile
config.status: creating lib/utils/Makefile
config.status: creating server/Makefile
config.status: creating server/video/Makefile
config.status: creating server/mp4live/Makefile
config.status: creating server/mp4live/gui/Makefile
config.status: creating server/mp4live/h261/Makefile
config.status: creating server/mp4creator/Makefile
config.status: creating server/util/Makefile
config.status: creating server/util/mp4encode/Makefile
config.status: creating server/util/avi2raw/Makefile
config.status: creating server/util/avidump/Makefile
config.status: creating server/util/rgb2yuv/Makefile
config.status: creating server/util/lboxcrop/Makefile
config.status: creating player/Makefile
config.status: creating player/lib/Makefile
config.status: creating player/lib/libhttp/Makefile
config.status: creating player/lib/rtsp/Makefile
config.status: creating player/lib/audio/Makefile
config.status: creating player/lib/audio/celp/Makefile
config.status: creating player/lib/audio/celp/BS/Makefile
config.status: creating player/lib/audio/celp/dec/Makefile
config.status: creating player/lib/audio/celp/include/Makefile
config.status: creating player/lib/audio/faad/Makefile
config.status: creating player/lib/audio/mp3util/Makefile
config.status: creating player/lib/audio/portaudio/Makefile
config.status: creating player/lib/mp4util/Makefile
config.status: creating player/plugin/Makefile
config.status: creating player/plugin/audio/Makefile
config.status: creating player/plugin/audio/a52dec/Makefile
config.status: creating player/plugin/audio/celp/Makefile
config.status: creating player/plugin/audio/ffmpeg/Makefile
config.status: creating player/plugin/audio/g711/Makefile
config.status: creating player/plugin/audio/raw/Makefile
config.status: creating player/plugin/rtp/Makefile
config.status: creating player/plugin/rtp/h261/Makefile
config.status: creating player/plugin/rtp/h264/Makefile
config.status: creating player/plugin/rtp/isma_audio/Makefile
config.status: creating player/plugin/rtp/isma_href/Makefile
config.status: creating player/plugin/rtp/isma_video/Makefile
config.status: creating player/plugin/rtp/rfc2429/Makefile
config.status: creating player/plugin/rtp/rfc3267/Makefile
config.status: creating player/plugin/text/Makefile
config.status: creating player/plugin/text/href/Makefile
config.status: creating player/plugin/text/plain/Makefile
config.status: creating player/plugin/video/Makefile
config.status: creating player/plugin/video/ffmpeg/Makefile
config.status: creating player/plugin/video/h261/Makefile
config.status: creating player/plugin/video/mpeg2dec/Makefile
config.status: creating player/plugin/video/raw/Makefile
config.status: creating player/plugin/video/xvid/Makefile
config.status: creating player/src/Makefile
config.status: creating player/src/codec/Makefile
config.status: creating player/src/codec/aa/Makefile
config.status: creating player/src/codec/mp3/Makefile
config.status: creating player/src/codec/mpeg4/Makefile
config.status: creating player/src/codec/wav/Makefile
config.status: creating player/src/win_client/Makefile
config.status: creating player/src/win_common/Makefile
config.status: creating player/src/win_gui/Makefile
config.status: creating player/src/win_gui/hlp/Makefile
config.status: creating player/src/win_gui/res/Makefile
config.status: creating util/Makefile
config.status: creating util/h264/Makefile
config.status: creating util/iptv/Makefile
config.status: creating util/mpeg2/Makefile
config.status: creating util/mpeg4vol/Makefile
config.status: creating util/yuv/Makefile
config.status: creating mpeg4ip-config
config.status: creating mpeg4ip_config.h
config.status: executing depfiles commands
configure: configuring in lib/SDLAudio
configure: running /bin/sh './configure' --prefix=/usr/local  '--cache-file=/src/HandBrake/contrib/config.cache' '--disable-mp3lame' '--disable-faac' '--disable-x264' '--disable-server' '--disable-player' --cache-file=/src/HandBrake/contrib/config.cache --srcdir=.
configure: loading cache /src/HandBrake/contrib/config.cache
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking target system type... (cached) i686-pc-cygwin
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for style of include used by make... GNU
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for a sed that does not truncate output... (cached) 
checking for egrep... (cached) grep -E
checking for ld used by gcc... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)?
checking for dlltool... dlltool
checking for as... as
checking for objdump... objdump
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... (cached) no
checking whether  accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 8192
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... 
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... 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... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... 
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared 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 whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for inline... (cached) inline
checking for an ANSI C-conforming const... (cached) yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for working alloca.h... yes
checking for alloca... yes
updating cache /src/HandBrake/contrib/config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/audio/Makefile
config.status: creating src/audio/alsa/Makefile
config.status: creating src/audio/arts/Makefile
config.status: creating src/audio/baudio/Makefile
config.status: creating src/audio/dc/Makefile
config.status: creating src/audio/disk/Makefile
config.status: creating src/audio/dma/Makefile
config.status: creating src/audio/dmedia/Makefile
config.status: creating src/audio/dsp/Makefile
config.status: creating src/audio/esd/Makefile
config.status: creating src/audio/macrom/Makefile
config.status: creating src/audio/mint/Makefile
config.status: creating src/audio/mme/Makefile
config.status: creating src/audio/nas/Makefile
config.status: creating src/audio/nto/Makefile
config.status: creating src/audio/openbsd/Makefile
config.status: creating src/audio/paudio/Makefile
config.status: creating src/audio/riscos/Makefile
config.status: creating src/audio/sun/Makefile
config.status: creating src/audio/ums/Makefile
config.status: creating src/audio/windib/Makefile
config.status: creating src/audio/windx5/Makefile
config.status: executing depfiles commands
NaVVy
Posts: 18
Joined: Tue Jul 29, 2008 10:48 am

Re: Compile Handbrake GUI on Windows

Post by NaVVy »

log.txt Part 2

Code: Select all

configure: configuring in lib/rtp
configure: running /bin/sh './configure' --prefix=/usr/local  '--cache-file=/src/HandBrake/contrib/config.cache' '--disable-mp3lame' '--disable-faac' '--disable-x264' '--disable-server' '--disable-player' --cache-file=/src/HandBrake/contrib/config.cache --srcdir=.
configure: loading cache /src/HandBrake/contrib/config.cache
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking target system type... (cached) i686-pc-cygwin
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... (cached) gcc -E
checking for a sed that does not truncate output... (cached) 
checking for egrep... (cached) grep -E
checking for ld used by gcc... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)?
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... (cached) no
checking whether  accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 8192
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... 
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... 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... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... 
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared 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 ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... no
checking for sys/time.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) no
checking for an ANSI C-conforming const... (cached) yes
checking for size_t... (cached) no
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking for stdint.h... (cached) no
checking for inttypes.h... (cached) no
checking for int8_t... no
checking for int16_t... (cached) no
checking for int32_t... (cached) no
checking for int64_t... no
checking for uint8_t in <stdint.h>... yes
checking for uint16_t in <stdint.h>... yes
checking for uint32_t in <stdint.h>... yes
checking whether byte ordering is bigendian... (cached) no
checking whether char is unsigned... yes
checking for /dev/urandom... yes
checking for vsnprintf... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for inet_aton... yes
checking for socklen_t... (cached) no
checking for library containing socket... none required
checking for library containing inet_addr... (cached) none required
checking for getipnodebyname in <netdb.h>... no
checking netinet6/in6.h usability... no
checking netinet6/in6.h presence... no
checking for netinet6/in6.h... no
checking netinet/ip6.h usability... no
checking netinet/ip6.h presence... no
checking for netinet/ip6.h... no
checking for struct addrinfo in <netdb.h>... no
checking for sin6_len in struct sockaddr_in6... no
checking for gtkdoc-scan... no
configure: compiler warnings will not be errs
checking whether c compiler accepts -Wmissing-prototypes... yes
checking whether c compiler accepts -Wmissing-declarations... yes
checking whether c compiler accepts -Wbad-function-cast... yes
checking whether c compiler accepts -Wwrite-strings... yes
checking whether c compiler accepts -Wformat=2... yes
updating cache /src/HandBrake/contrib/config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating win32/Makefile
config.status: creating uclconf.h
config.status: executing depfiles commands
configure: configuring in common/video/iso-mpeg4
configure: running /bin/sh './configure' --prefix=/usr/local  '--cache-file=/src/HandBrake/contrib/config.cache' '--disable-mp3lame' '--disable-faac' '--disable-x264' '--disable-server' '--disable-player' --cache-file=/src/HandBrake/contrib/config.cache --srcdir=.
configure: loading cache /src/HandBrake/contrib/config.cache
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking target system type... (cached) i686-pc-cygwin
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for style of include used by make... GNU
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for a sed that does not truncate output... (cached) 
checking for egrep... (cached) grep -E
checking for ld used by gcc... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)?
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... (cached) no
checking whether  accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 8192
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... 
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... 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 whether a program can dlopen itself... (cached) no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... 
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared 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 whether a program can dlopen itself... (cached) no
appending configuration tag "F77" to libtool
checking libtool tag=C for nasm... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for inline... (cached) inline
checking for an ANSI C-conforming const... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for X... (cached) no
checking whether byte ordering is bigendian... (cached) no
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) no
checking for long... (cached) no
checking size of long... (cached) 0
checking for bool... (cached) no
checking size of bool... (cached) 0
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) no
checking for stdint.h... (cached) no
checking for inttypes.h... (cached) no
checking for getopt.h... (cached) yes
checking for byteswap.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for strerror... (cached) yes
checking for strcasestr... (cached) no
checking for poll... (cached) yes
checking for getopt... (cached) yes
checking for getopt_long... (cached) yes
checking for getopt_long_only... (cached) yes
checking for getrusage... (cached) yes
checking for socketpair... (cached) yes
checking for strsep... (cached) yes
checking for inet_ntoa... (cached) yes
configure: compiler warnings will not be errs
checking whether c compiler accepts -malign-loops... no
checking whether c compiler accepts -falign-loops... yes
checking whether c compiler accepts -malign-functions... no
checking whether c compiler accepts -falign-functions... yes
checking whether c compiler accepts -malign-jumps... no
checking whether c compiler accepts -falign-jumps... yes
checking whether c compiler accepts -Wmissing-prototypes... yes
checking whether c compiler accepts -Wmissing-declarations... yes
checking whether c compiler accepts -Wno-char-subscripts... yes
checking whether c compiler accepts -Wno-unknown-pragmas... yes
checking whether c compiler accepts -Wformat=2... yes
checking whether c++ compiler accepts -Wmissing-prototypes... no
checking whether c++ compiler accepts -Wno-char-subscripts... yes
checking whether c++ compiler accepts -Woverloaded-virtual... yes
checking whether c++ compiler accepts -Wno-unknown-pragmas... yes
checking whether c++ compiler accepts -Wno-deprecated... yes
checking whether c++ compiler accepts -Wformat=2... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating mpeg4-2000.h
config.status: executing depfiles commands

ready to make
make: Entering directory `/src/HandBrake/contrib/mpeg4ip/lib/mp4v2'
if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include   -Wall -Wno-char-subscripts -Woverloaded-virtual -Wno-unknown-pragmas -Wno-deprecated -Wformat=2 -Wpointer-arith -Wsign-compare -g -O2 -DUSE_MMX -DMPEG4IP  -MT 3gp.lo -MD -MP -MF ".deps/3gp.Tpo" -c -o 3gp.lo 3gp.cpp; \
	then mv -f ".deps/3gp.Tpo" ".deps/3gp.Plo"; else rm -f ".deps/3gp.Tpo"; exit 1; fi
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -Wall -Wno-char-subscripts -Woverloaded-virtual -Wno-unknown-pragmas -Wno-deprecated -Wformat=2 -Wpointer-arith -Wsign-compare -g -O2 -DUSE_MMX -DMPEG4IP -MT 3gp.lo -MD -MP -MF .deps/3gp.Tpo -c 3gp.cpp  -DPIC -o .libs/3gp.o
make: Leaving directory `/src/HandBrake/contrib/mpeg4ip/lib/mp4v2'

    cd `dirname contrib/mpeg4ip.tar.gz` && CONTRIB=`pwd` &&
    rm -rf mpeg4ip && (gzip -dc mpeg4ip.tar.gz | tar xf - ) &&
    cd mpeg4ip &&  patch -p1 < ../patch_mpeg4ip_cygwin.patch &&  patch -p1 < ../patch-mpeg4ip.patch &&  patch -p1 < ../patch-mpeg4ip-nasm-2.00-configure.patch &&  patch -p1 < ../patch-mpeg4ip-ac3.patch &&  patch -p1 < ../patch-mpeg4ip-colr.patch && 
    ./bootstrap --cache-file=$CONTRIB/config.cache --disable-mp3lame --disable-faac --disable-x264 --disable-server --disable-player &&
    make -C lib/mp4v2 libmp4v2.la && cp lib/mp4v2/.libs/libmp4v2.a $CONTRIB/lib &&
    cp mpeg4ip_config.h include/mpeg4ip.h include/mpeg4ip_version.h \
        include/mpeg4ip_win32.h lib/mp4v2/*.h $CONTRIB/include &&
    strip -S $CONTRIB/lib/libmp4v2.a

...failed LibMp4v2 contrib/lib/libmp4v2.a ...
LibMkv contrib/lib/libmkv.a 
configure: loading cache /src/HandBrake/contrib/config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) unsupported
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/grep -E
checking for ld used by gcc... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)?
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
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... (cached) no
checking whether  accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 8192
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for correct ltmain.sh version... yes
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
(cached) (cached) 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 "CXX" to libtool
checking for ld used by g++... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT
checking if g++ PIC flag -DDLL_EXPORT works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... (cached) yes
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for an ANSI C-conforming const... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for int64_t... no
checking for size_t... (cached) no
checking for int8_t... no
checking for off_t... (cached) no
checking for uint32_t... no
checking for uint64_t... no
checking for uint8_t... no
checking for memset... yes
checking for strdup... yes
configure: updating cache /src/HandBrake/contrib/config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory `/src/HandBrake/contrib/libmkv'
Making all in src
make[2]: Entering directory `/src/HandBrake/contrib/libmkv/src'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include    -g -O2 -MT matroska.lo -MD -MP -MF .deps/matroska.Tpo -c -o matroska.lo matroska.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -g -O2 -MT matroska.lo -MD -MP -MF .deps/matroska.Tpo -c matroska.c -o matroska.o
make[2]: Leaving directory `/src/HandBrake/contrib/libmkv/src'
make[1]: Leaving directory `/src/HandBrake/contrib/libmkv'

    cd `dirname contrib/libmkv.tar.gz` && CONTRIB=`pwd` &&
    rm -rf libmkv && (gzip -dc libmkv.tar.gz | tar xf - ) && 
    cd libmkv &&
    ./configure --disable-shared --enable-static --prefix=$CONTRIB --cache-file=$CONTRIB/config.cache &&
    make && make install &&
    strip -S $CONTRIB/lib/libmkv.a

...failed LibMkv contrib/lib/libmkv.a ...
LibMpeg2 contrib/lib/libmpeg2.a 
patching file libmpeg2/header.c
Hunk #2 succeeded at 556 (offset 2 lines).
patching file include/mpeg2.h
configure: loading cache /src/HandBrake/contrib/config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) grep -E
checking whether gcc needs -traditional... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/timeb.h... (cached) yes
checking for io.h... (cached) yes
checking if gcc supports  -Wall -g -O2 flags... yes
checking if gcc supports  -Wall -g  -O3 flags... yes
checking if gcc supports  -Wall -g  -O3 -fomit-frame-pointer  flags... yes
checking if gcc supports  -Wall -g  -O3 -fomit-frame-pointer -fno-common  flags... yes
checking if gcc supports  -Wall -g  -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro  flags... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for ld used by gcc... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)?
checking for dlltool... (cached) dlltool
checking for as... (cached) as
checking for objdump... (cached) objdump
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... (cached) no
checking whether  accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 8192
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... 
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared 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 "CXX" to libtool
checking for ld used by g++... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... 
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking whether time.h and sys/time.h may both be included... (cached) no
checking for struct timeval... (cached) no
checking for inttypes.h... (cached) no
checking for stdint types... (cached) stdint.h (shortcircuit)
make use of stdint.h in include/inttypes.h (assuming C99 compatible system)
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for always_inline... yes
checking for restrict... __restrict__
checking for __builtin_expect... (cached) yes
checking whether byte ordering is bigendian... (cached) no
checking for working volatile... yes
checking for size_t... (cached) no
checking return type of signal handlers... (cached) void
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for _LARGE_FILES value needed for large files... (cached) no
checking for gettimeofday... (cached) yes
checking for ftime... (cached) yes
checking if libtool supports -prefer-non-pic flag... yes
checking for X... disabled
checking ddraw.h usability... no
checking ddraw.h presence... no
checking for ddraw.h... no
checking __attribute__ ((aligned ())) support... (cached) 16
updating cache /src/HandBrake/contrib/config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating autotools/Makefile
config.status: creating include/Makefile
config.status: creating test/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating libmpeg2/Makefile
config.status: creating libmpeg2/convert/Makefile
config.status: creating libvo/Makefile
config.status: creating vc++/Makefile
config.status: creating libmpeg2/libmpeg2.pc
config.status: creating libmpeg2/convert/libmpeg2convert.pc
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing include/inttypes.h commands
config.status: creating include/inttypes.h : _MPEG2DEC_INCLUDE_INTTYPES_H
Making all in autotools
make[1]: Entering directory `/src/HandBrake/contrib/mpeg2dec/autotools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/src/HandBrake/contrib/mpeg2dec/autotools'
Making all in include
make[1]: Entering directory `/src/HandBrake/contrib/mpeg2dec/include'
make  all-am
make[2]: Entering directory `/src/HandBrake/contrib/mpeg2dec/include'
make[2]: Leaving directory `/src/HandBrake/contrib/mpeg2dec/include'
make[1]: Leaving directory `/src/HandBrake/contrib/mpeg2dec/include'
Making all in libmpeg2
make[1]: Entering directory `/src/HandBrake/contrib/mpeg2dec/libmpeg2'
Making all in convert
make[2]: Entering directory `/src/HandBrake/contrib/mpeg2dec/libmpeg2/convert'
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include   -Wall -g  -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -prefer-non-pic  -MT rgb.lo -MD -MP -MF ".deps/rgb.Tpo" -c -o rgb.lo rgb.c; \
	then mv -f ".deps/rgb.Tpo" ".deps/rgb.Plo"; else rm -f ".deps/rgb.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -Wall -g -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -MT rgb.lo -MD -MP -MF .deps/rgb.Tpo -c rgb.c -o rgb.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include   -Wall -g  -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -prefer-non-pic  -MT uyvy.lo -MD -MP -MF ".deps/uyvy.Tpo" -c -o uyvy.lo uyvy.c; \
	then mv -f ".deps/uyvy.Tpo" ".deps/uyvy.Plo"; else rm -f ".deps/uyvy.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -Wall -g -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -MT uyvy.lo -MD -MP -MF .deps/uyvy.Tpo -c uyvy.c -o uyvy.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include   -Wall -g  -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro  -prefer-non-pic  -MT libmpeg2convertarch_la-rgb_mmx.lo -MD -MP -MF ".deps/libmpeg2convertarch_la-rgb_mmx.Tpo" -c -o libmpeg2convertarch_la-rgb_mmx.lo `test -f 'rgb_mmx.c' || echo './'`rgb_mmx.c; \
	then mv -f ".deps/libmpeg2convertarch_la-rgb_mmx.Tpo" ".deps/libmpeg2convertarch_la-rgb_mmx.Plo"; else rm -f ".deps/libmpeg2convertarch_la-rgb_mmx.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -Wall -g -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -MT libmpeg2convertarch_la-rgb_mmx.lo -MD -MP -MF .deps/libmpeg2convertarch_la-rgb_mmx.Tpo -c rgb_mmx.c -o libmpeg2convertarch_la-rgb_mmx.o
make[2]: Leaving directory `/src/HandBrake/contrib/mpeg2dec/libmpeg2/convert'
make[1]: Leaving directory `/src/HandBrake/contrib/mpeg2dec/libmpeg2'

    cd `dirname contrib/mpeg2dec.tar.gz` && CONTRIB=`pwd` &&
    rm -rf mpeg2dec && (gzip -dc mpeg2dec.tar.gz | tar xf - ) && 
    cd mpeg2dec && patch -p1 < ../patch-libmpeg2.patch &&
    ./configure --prefix=$CONTRIB --cache-file=$CONTRIB/config.cache --disable-shared --disable-sdl --without-x &&
    make && make install &&
    strip -S $CONTRIB/lib/libmpeg2.a

...failed LibMpeg2 contrib/lib/libmpeg2.a ...
LibOgg contrib/lib/libogg.a 
configure: loading cache /src/HandBrake/contrib/config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking for a sed that does not truncate output... (cached) 
checking for egrep... (cached) grep -E
checking for ld used by gcc... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)?
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... (cached) no
checking whether  accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 8192
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... 
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared 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 "CXX" to libtool
checking for ld used by g++... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... 
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared 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 ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for int16_t... no
checking for int32_t... no
checking for uint32_t... no
checking for uint16_t... no
checking for u_int32_t... no
checking for u_int16_t... no
checking for int64_t... no
checking for short... no
checking size of short... 0
checking for int... (cached) no
checking size of int... (cached) 0
checking for long... (cached) no
checking size of long... (cached) 0
checking for long long... no
checking size of long long... 0

    cd `dirname contrib/libogg.tar.gz` && CONTRIB=`pwd` &&
    rm -rf libogg && (gzip -dc libogg.tar.gz | tar xf - ) && 
    cd libogg &&
    ./configure --prefix=$CONTRIB --cache-file=$CONTRIB/config.cache --disable-shared &&
    make && make install &&
    strip -S $CONTRIB/lib/libogg.a

...failed LibOgg contrib/lib/libogg.a ...
LibSampleRate contrib/lib/libsamplerate.a 
configure: loading cache /src/HandBrake/contrib/config.cache
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking target system type... (cached) i686-pc-cygwin
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) unsupported
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/grep -E
checking for ld used by gcc... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking how to recognize dependent libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)?
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
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... (cached) no
checking whether  accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 8192
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
(cached) (cached) 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 "CXX" to libtool
checking for ld used by g++... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT
checking if g++ PIC flag -DDLL_EXPORT works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
checking for stdint.h... (cached) no
checking for sys/times.h... (cached) yes
checking for int... (cached) no
checking size of int... (cached) 0
checking for long... (cached) no
checking size of long... (cached) 0
checking for float... (cached) no
checking size of float... (cached) 0
checking for double... (cached) no
checking size of double... (cached) 0
checking processor byte ordering... (cached) little
checking for malloc... (cached) yes
checking for calloc... (cached) yes
checking for free... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for alarm... (cached) yes
checking for signal... (cached) yes
checking for floor in -lm... (cached) yes
checking for floor... (cached) yes
checking for ceil... (cached) yes
checking for fmod... (cached) yes
checking for SIGALRM... (cached) no
checking for lrint... (cached) yes
checking for lrintf... (cached) yes
checking processor clipping capabilities... (cached) negative
checking pkg-config is at least version 0.9.0... no
checking for SNDFILE... checking for FFTW3... configure: updating cache /src/HandBrake/contrib/config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Version_script
config.status: creating Win32/Makefile
config.status: creating Win32/Makefile.mingw
config.status: creating src/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating libsamplerate.spec
config.status: creating samplerate.pc
config.status: creating src/config.h
config.status: executing depfiles commands

-=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-=-

  Configuration summary :

    Version : ..................... 0.1.4

  Tools :

    Compiler is GCC : ............. yes
    GCC major version : ........... 4

  Extra tools required for testing and examples :

    Use FFTW : .................... no
    Have libsndfile : ............. no

  Installation directories :

    Library directory : ........... /src/HandBrake/contrib/lib
    Program directory : ........... /src/HandBrake/contrib/bin
    Pkgconfig directory : ......... /src/HandBrake/contrib/lib/pkgconfig

Compiling some other packages against libsamplerate may require 
the addition of "/src/HandBrake/contrib/lib/pkgconfig" to the 
PKG_CONFIG_PATH environment variable.

Making all in src
make[1]: Entering directory `/src/HandBrake/contrib/libsamplerate/src'
make  all-am
make[2]: Entering directory `/src/HandBrake/contrib/libsamplerate/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT samplerate.lo -MD -MP -MF ".deps/samplerate.Tpo" -c -o samplerate.lo samplerate.c; \
	then mv -f ".deps/samplerate.Tpo" ".deps/samplerate.Plo"; else rm -f ".deps/samplerate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -MT samplerate.lo -MD -MP -MF .deps/samplerate.Tpo -c samplerate.c -o samplerate.o
make[2]: Leaving directory `/src/HandBrake/contrib/libsamplerate/src'
make[1]: Leaving directory `/src/HandBrake/contrib/libsamplerate/src'

    cd `dirname contrib/libsamplerate.tar.gz` && CONTRIB=`pwd` &&
    rm -rf libsamplerate && (gzip -dc libsamplerate.tar.gz | tar xf - ) && 
    cd libsamplerate &&
    ./configure --prefix=$CONTRIB --cache-file=$CONTRIB/config.cache --disable-shared &&
    make && make install &&
    strip -S $CONTRIB/lib/libsamplerate.a

...failed LibSampleRate contrib/lib/libsamplerate.a ...
LibVorbis contrib/lib/libvorbis.a 
configure: loading cache /src/HandBrake/contrib/config.cache
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking target system type... (cached) i686-pc-cygwin
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) unsupported
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... (cached) gcc -E
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/grep -E
checking for ld used by gcc... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)?
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
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... (cached) no
checking whether  accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 8192
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for correct ltmain.sh version... yes
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared 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 "CXX" to libtool
checking for ld used by g++... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT
checking if g++ PIC flag -DDLL_EXPORT works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking GCC version... 4.2.4
checking for memory.h... (cached) no
checking for cos in -lm... (cached) yes
checking for pthread_create in -lpthread... yes
checking for pkg-config... no
checking for Ogg... no
*** Could not run Ogg test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means Ogg was incorrectly installed
*** or that you have moved Ogg since it was installed. In the latter case, you
*** may want to edit the ogg-config script: 

    cd `dirname contrib/libvorbis.tar.gz` && CONTRIB=`pwd` &&
    rm -rf libvorbis && (gzip -dc libvorbis.tar.gz | tar xf - ) &&
    cd libvorbis &&
    ./configure --prefix=$CONTRIB --with-ogg=$CONTRIB --cache-file=$CONTRIB/config.cache --disable-shared &&
    make && make install &&
    strip -S $CONTRIB/lib/libvorbis.a

...failed LibVorbis contrib/lib/libvorbis.a ...
...skipped contrib/lib/libvorbisenc.a for lack of contrib/lib/libvorbis.a...
LibTheora contrib/lib/libtheora.a 
configure: loading cache /src/HandBrake/contrib/config.cache
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking target system type... (cached) i686-pc-cygwin
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) unsupported
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc and cc understand -c and -o together... (cached) yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/grep -E
checking for ld used by gcc... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)?
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
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... (cached) no
checking whether  accepts -g... (cached) no
checking the maximum length of command line arguments... (cached) 8192
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... 
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared 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 "CXX" to libtool
checking for ld used by g++... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... 
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for doxygen... false
checking for python... false
checking for ld used by gcc... (cached) /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... (cached) yes
checking for pkg-config... no
checking for Ogg... yes
checking for oggpackB_read... no

    cd `dirname contrib/libtheora.tar.gz` && CONTRIB=`pwd` && rm -rf libtheora &&
    (gzip -dc libtheora.tar.gz | tar xf - ) && cd libtheora &&
    ./configure --prefix=$CONTRIB --with-ogg=$CONTRIB --with-vorbis=$CONTRIB --cache-file=$CONTRIB/config.cache --disable-shared \
            --disable-oggtest --disable-vorbistest --disable-sdltest --disable-examples &&
    make && make install &&
    strip -S $CONTRIB/lib/libtheora.a

...failed LibTheora contrib/lib/libtheora.a ...
LibX264 contrib/lib/libx264.a 
patching file configure
Hunk #1 succeeded at 218 (offset 8 lines).
patching file encoder/slicetype.c
Hunk #1 succeeded at 370 (offset -9 lines).
Platform:   X86
System:     MINGW
asm:        yes
avis input: yes
mp4 output: no
pthread:    no
gtk:        no
debug:      no
gprof:      no
PIC:        no
shared:     no
visualize:  no

You can run 'make' or 'make fprofiled' now.
rm -f .depend
( echo -n "`dirname common/mc.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  common/mc.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/predict.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  common/predict.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/pixel.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  common/pixel.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/macroblock.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  common/macroblock.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/frame.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  common/frame.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/dct.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  common/dct.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/cpu.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  common/cpu.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/cabac.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  common/cabac.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/common.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  common/common.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/mdate.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  common/mdate.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/set.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  common/set.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/quant.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  common/quant.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/vlc.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  common/vlc.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/analyse.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  encoder/analyse.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/me.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  encoder/me.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/ratecontrol.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  encoder/ratecontrol.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/set.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  encoder/set.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/macroblock.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  encoder/macroblock.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/cabac.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  encoder/cabac.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/cavlc.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  encoder/cavlc.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/encoder.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  encoder/encoder.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname encoder/eval.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  encoder/eval.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/x86/mc-c.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  common/x86/mc-c.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname common/x86/predict-c.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  common/x86/predict-c.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname x264.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  x264.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname matroska.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  matroska.c -MM -g0 ) 1>> .depend;  ( echo -n "`dirname muxers.c`/" && gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer  muxers.c -MM -g0 ) 1>> .depend;
gcc -O4 -ffast-math  -Wall -I. -DHAVE_MMX -DARCH_X86 -DSYS_MINGW -s -fomit-frame-pointer   -c -o common/mc.o common/mc.c

    cd `dirname contrib/x264.tar.gz` && CONTRIB=`pwd` &&
    rm -rf x264 && (gzip -dc x264.tar.gz | tar xf - ) && 
    cd x264 &&  patch -p1 < ../patch-x264-cygwin.patch &&  patch -p0 < ../patch-x264-idr.patch && 
    bash ./configure --prefix=$CONTRIB --enable-pthread &&
    make libx264.a && cp libx264.a $CONTRIB/lib/ && cp x264.h $CONTRIB/include/ && strip -S $CONTRIB/lib/libx264.a

...failed LibX264 contrib/lib/libx264.a ...
LibXvidCore contrib/lib/libxvidcore.a 
patching file build/generic/configure
patching file build/generic/configure.in
patching file build/generic/configure
Hunk #1 succeeded at 4015 with fuzz 2 (offset -1 lines).
patching file src/dct/x86_asm/fdct_sse2_skal.asm
configure: loading cache /src/HandBrake/contrib/config.cache
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking target system type... (cached) i686-pc-cygwin
checking whether to use default CFLAGS... yes
checking for gcc... (cached) 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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for whether to use assembly code... yes
checking for architecture type... ia32
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking for int *... no
checking size of int *... 0

    cd `dirname contrib/xvidcore.tar.gz` && CONTRIB=`pwd` &&
    rm -rf xvidcore && (gzip -dc xvidcore.tar.gz | tar xf - ) &&
    cd xvidcore && patch -p1 < ../patch-xvidcore-cygwin.patch &&  patch -p1 < ../patch-xvidcore-nasm-2.00-configure.patch &&  patch -p1 < ../patch-xvidcore-fdct.patch && 
    cd build/generic/ && ./configure --prefix=$CONTRIB --cache-file=$CONTRIB/config.cache && make libxvidcore.a &&
    cp ./=build/libxvidcore.a $CONTRIB/lib/ &&
    cp ../../src/xvid.h $CONTRIB/include/ &&
    strip -S $CONTRIB/lib/libxvidcore.a

...failed LibXvidCore contrib/lib/libxvidcore.a ...
Zlib contrib/lib/libz.a 
Checking for gcc...
Building static library libz.a version 1.2.3 with gcc.
Checking for unistd.h... No.
Checking whether to use vs[n]printf() or s[n]printf()... using s[n]printf()
Checking for snprintf() in stdio.h... No.
  WARNING: snprintf() not found, falling back to sprintf(). zlib
  can build but will be open to possible buffer-overflow security
  vulnerabilities.
Checking for return value of sprintf()... No.
  WARNING: apparently sprintf() does not return a value. zlib
  can build but will be open to possible string-format security
  vulnerabilities.
Checking for errno.h... Yes.
Checking for mmap support... No.
gcc -O3 -DNO_snprintf -DHAS_sprintf_void   -c -o example.o example.c

        cd `dirname contrib/zlib.tar.gz` && CONTRIB=`pwd` &&
        rm -rf zlib && (gzip -dc zlib.tar.gz | tar xf - ) &&
        cd zlib && ./configure --prefix=$CONTRIB &&
        make && make install && touch $CONTRIB/.contrib &&
        strip -S $CONTRIB/lib/libz.a
    
...failed Zlib contrib/lib/libz.a ...
C++ libhb/ipodutil.o 

g++ -c -o libhb/ipodutil.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/ipodutil.cpp

...failed C++ libhb/ipodutil.o ...
Cc libhb/common.o 

gcc -c -o libhb/common.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/common.c

...failed Cc libhb/common.o ...
Cc libhb/hb.o 

gcc -c -o libhb/hb.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/hb.c

...failed Cc libhb/hb.o ...
Cc libhb/ports.o 

gcc -c -o libhb/ports.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/ports.c

...failed Cc libhb/ports.o ...
Cc libhb/scan.o 

gcc -c -o libhb/scan.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/scan.c

...failed Cc libhb/scan.o ...
Cc libhb/work.o 

gcc -c -o libhb/work.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/work.c

...failed Cc libhb/work.o ...
Cc libhb/decmpeg2.o 

gcc -c -o libhb/decmpeg2.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/decmpeg2.c

...failed Cc libhb/decmpeg2.o ...
Cc libhb/encavcodec.o 

gcc -c -o libhb/encavcodec.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/encavcodec.c

...failed Cc libhb/encavcodec.o ...
Cc libhb/update.o 

gcc -c -o libhb/update.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/update.c

...failed Cc libhb/update.o ...
Cc libhb/demuxmpeg.o 

gcc -c -o libhb/demuxmpeg.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/demuxmpeg.c

...failed Cc libhb/demuxmpeg.o ...
Cc libhb/fifo.o 

gcc -c -o libhb/fifo.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/fifo.c

...failed Cc libhb/fifo.o ...
Cc libhb/render.o 

gcc -c -o libhb/render.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/render.c

...failed Cc libhb/render.o ...
Cc libhb/reader.o 

gcc -c -o libhb/reader.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/reader.c

...failed Cc libhb/reader.o ...
Cc libhb/muxcommon.o 

gcc -c -o libhb/muxcommon.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/muxcommon.c

...failed Cc libhb/muxcommon.o ...
Cc libhb/muxmp4.o 

gcc -c -o libhb/muxmp4.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/muxmp4.c

...failed Cc libhb/muxmp4.o ...
Cc libhb/sync.o 

gcc -c -o libhb/sync.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/sync.c

...failed Cc libhb/sync.o ...
Cc libhb/stream.o 

gcc -c -o libhb/stream.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/stream.c

...failed Cc libhb/stream.o ...
Cc libhb/decsub.o 

gcc -c -o libhb/decsub.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/decsub.c

...failed Cc libhb/decsub.o ...
Cc libhb/deca52.o 

gcc -c -o libhb/deca52.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/deca52.c

...failed Cc libhb/deca52.o ...
Cc libhb/decdca.o 

gcc -c -o libhb/decdca.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/decdca.c

...failed Cc libhb/decdca.o ...
Cc libhb/encfaac.o 

gcc -c -o libhb/encfaac.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/encfaac.c

...failed Cc libhb/encfaac.o ...
Cc libhb/declpcm.o 

gcc -c -o libhb/declpcm.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/declpcm.c

...failed Cc libhb/declpcm.o ...
Cc libhb/encx264.o 

gcc -c -o libhb/encx264.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/encx264.c

...failed Cc libhb/encx264.o ...
Cc libhb/decavcodec.o 

gcc -c -o libhb/decavcodec.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/decavcodec.c

...failed Cc libhb/decavcodec.o ...
Cc libhb/encxvid.o 

gcc -c -o libhb/encxvid.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/encxvid.c

...failed Cc libhb/encxvid.o ...
Cc libhb/muxavi.o 

gcc -c -o libhb/muxavi.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/muxavi.c

...failed Cc libhb/muxavi.o ...
Cc libhb/enclame.o 

gcc -c -o libhb/enclame.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/enclame.c

...failed Cc libhb/enclame.o ...
Cc libhb/muxogm.o 

gcc -c -o libhb/muxogm.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/muxogm.c

...failed Cc libhb/muxogm.o ...
Cc libhb/encvorbis.o 

gcc -c -o libhb/encvorbis.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/encvorbis.c

...failed Cc libhb/encvorbis.o ...
Cc libhb/dvd.o 

gcc -c -o libhb/dvd.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/dvd.c

...failed Cc libhb/dvd.o ...
Cc libhb/muxmkv.o 

gcc -c -o libhb/muxmkv.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/muxmkv.c

...failed Cc libhb/muxmkv.o ...
Cc libhb/deblock.o 

gcc -c -o libhb/deblock.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/deblock.c

...failed Cc libhb/deblock.o ...
Cc libhb/deinterlace.o 

gcc -c -o libhb/deinterlace.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/deinterlace.c

...failed Cc libhb/deinterlace.o ...
Cc libhb/denoise.o 

gcc -c -o libhb/denoise.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/denoise.c

...failed Cc libhb/denoise.o ...
Cc libhb/detelecine.o 

gcc -c -o libhb/detelecine.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/detelecine.c

...failed Cc libhb/detelecine.o ...
Cc libhb/decomb.o 

gcc -c -o libhb/decomb.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/decomb.c

...failed Cc libhb/decomb.o ...
Cc libhb/enctheora.o 

gcc -c -o libhb/enctheora.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -D__LIBHB__ -Ilibhb libhb/enctheora.c

...failed Cc libhb/enctheora.o ...
...skipped libhb.a for lack of libhb.a(ipodutil.o)...
Cc test/test.o 

gcc -c -o test/test.o -Wall -g -O3 -funroll-loops -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -I. -I./libhb test/test.c

...failed Cc test/test.o ...
Cc test/parsecsv.o 

gcc -c -o test/parsecsv.o -Wall -g -O3 -funroll-loops -DSYS_CYGWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1620\" -DHB_BUILD=2008080901 -I. -I./libhb test/parsecsv.c

...failed Cc test/parsecsv.o ...
...skipped HandBrakeCLI for lack of test/test.o...
...failed updating 56 target(s)...
...skipped 6 target(s)...
NaVVy
Posts: 18
Joined: Tue Jul 29, 2008 10:48 am

Re: Compile Handbrake GUI on Windows

Post by NaVVy »

Screen output Part 1

Code: Select all

$ jam 2>&1 >log.txt
configure: WARNING: sys/timeb.h: present but cannot be compiled
configure: WARNING: sys/timeb.h: check for missing prerequisite headers?
configure: WARNING: sys/timeb.h: proceeding with the preprocessor's result
configure: WARNING: io.h: present but cannot be compiled
configure: WARNING: io.h: check for missing prerequisite headers?
configure: WARNING: io.h: proceeding with the preprocessor's result
configure: error: can not build a default inttypes.h
configure.in:12: installing `./install-sh'
configure.in:12: installing `./missing'
common/mp4ff/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
configure: WARNING: errno.h: present but cannot be compiled
configure: WARNING: errno.h:     check for missing prerequisite headers?
configure: WARNING: errno.h: see the Autoconf documentation
configure: WARNING: errno.h:     section "Present But Cannot Be Compiled"
configure: WARNING: errno.h: proceeding with the preprocessor's result
configure: WARNING: errno.h: in the future, the compiler will take precedence
configure: WARNING: limits.h: present but cannot be compiled
configure: WARNING: limits.h:     check for missing prerequisite headers?
configure: WARNING: limits.h: see the Autoconf documentation
configure: WARNING: limits.h:     section "Present But Cannot Be Compiled"
configure: WARNING: limits.h: proceeding with the preprocessor's result
configure: WARNING: limits.h: in the future, the compiler will take precedence
In file included from /usr/include/stdio.h:46,
                 from common.h:184,
                 from bits.c:31:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from /usr/include/sys/types.h:373,
                 from /usr/include/stdio.h:46,
                 from common.h:184,
                 from bits.c:31:
/usr/include/cygwin/types.h:37: error: two or more data types in declaration spe
cifiers
/usr/include/cygwin/types.h:37: error: two or more data types in declaration spe
cifiers
In file included from common.h:184,
                 from bits.c:31:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from bits.c:31:
common.h:227: error: conflicting types for 'int8_t'
/usr/include/stdint.h:18: error: previous declaration of 'int8_t' was here
make[2]: *** [bits.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
configure: WARNING: time.h: present but cannot be compiled
configure: WARNING: time.h:     check for missing prerequisite headers?
configure: WARNING: time.h: see the Autoconf documentation
configure: WARNING: time.h:     section "Present But Cannot Be Compiled"
configure: WARNING: time.h: proceeding with the preprocessor's result
configure: WARNING: time.h: in the future, the compiler will take precedence
configure: WARNING: sys/timeb.h: present but cannot be compiled
configure: WARNING: sys/timeb.h:     check for missing prerequisite headers?
configure: WARNING: sys/timeb.h: see the Autoconf documentation
configure: WARNING: sys/timeb.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/timeb.h: proceeding with the preprocessor's result
configure: WARNING: sys/timeb.h: in the future, the compiler will take precedenc
e
configure: WARNING: io.h: present but cannot be compiled
configure: WARNING: io.h:     check for missing prerequisite headers?
configure: WARNING: io.h: see the Autoconf documentation
configure: WARNING: io.h:     section "Present But Cannot Be Compiled"
configure: WARNING: io.h: proceeding with the preprocessor's result
configure: WARNING: io.h: in the future, the compiler will take precedence
In file included from /usr/include/stdio.h:34,
                 from bitstream.c:49:
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: duplicate 'unsign
ed'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: two or more data
types in declaration specifiers
In file included from bitstream.c:49:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
make[2]: *** [bitstream.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
configure: WARNING: byteswap.h: present but cannot be compiled
configure: WARNING: byteswap.h:     check for missing prerequisite headers?
configure: WARNING: byteswap.h: see the Autoconf documentation
configure: WARNING: byteswap.h:     section "Present But Cannot Be Compiled"
configure: WARNING: byteswap.h: proceeding with the preprocessor's result
configure: WARNING: byteswap.h: in the future, the compiler will take precedence

configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING: sys/param.h: present but cannot be compiled
configure: WARNING: sys/param.h:     check for missing prerequisite headers?
configure: WARNING: sys/param.h: see the Autoconf documentation
configure: WARNING: sys/param.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/param.h: proceeding with the preprocessor's result
configure: WARNING: sys/param.h: in the future, the compiler will take precedenc
e
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##
In file included from /usr/include/stdio.h:34,
                 from dvd_input.c:23:
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: duplicate 'unsign
ed'
make[2]: *** [dvd_input.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
In file included from frame.h:49,
                 from aacquant.c:26:
psych.h:85:21: warning: no newline at end of file
huffman.h:63: warning: 'CalculateEscSequence' declared 'static' but never define
d
In file included from /usr/include/stdio.h:46,
                 from bitstream.c:30:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from bitstream.c:30:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from bitstream.h:45,
                 from huffman.h:35,
                 from bitstream.c:35:
frame.h:40: error: conflicting types for 'int32_t'
/usr/include/stdint.h:20: error: previous declaration of 'int32_t' was here
In file included from frame.h:49,
                 from bitstream.h:45,
                 from huffman.h:35,
                 from bitstream.c:35:
psych.h:85:21: warning: no newline at end of file
make[2]: *** [bitstream.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
configure: WARNING: fcntl.h: present but cannot be compiled
configure: WARNING: fcntl.h:     check for missing prerequisite headers?
configure: WARNING: fcntl.h: see the Autoconf documentation
configure: WARNING: fcntl.h:     section "Present But Cannot Be Compiled"
configure: WARNING: fcntl.h: proceeding with the preprocessor's result
configure: WARNING: fcntl.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to lame-dev@lists.sf.net ##
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING: sys/soundcard.h: present but cannot be compiled
configure: WARNING: sys/soundcard.h:     check for missing prerequisite headers?

configure: WARNING: sys/soundcard.h: see the Autoconf documentation
configure: WARNING: sys/soundcard.h:     section "Present But Cannot Be Compiled
"
configure: WARNING: sys/soundcard.h: proceeding with the preprocessor's result
configure: WARNING: sys/soundcard.h: in the future, the compiler will take prece
dence
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to lame-dev@lists.sf.net ##
configure: WARNING:     ## ------------------------------------ ##
+ mkdir -p ./config
+ echo 'Do not remove this file or you might have to re-bootstrap'
+ ./configure --cache-file=/src/HandBrake/contrib/config.cache --disable-mp3lame
 --disable-faac --disable-x264 --disable-server --disable-player
./configure: line 3384: s%\\%/%g: No such file or directory
configure: WARNING: fcntl.h: present but cannot be compiled
configure: WARNING: fcntl.h:     check for missing prerequisite headers?
configure: WARNING: fcntl.h: see the Autoconf documentation
configure: WARNING: fcntl.h:     section "Present But Cannot Be Compiled"
configure: WARNING: fcntl.h: proceeding with the preprocessor's result
configure: WARNING: fcntl.h: in the future, the compiler will take precedence
configure: WARNING:     ## ---------------------------------- ##
configure: WARNING:     ## Report this to the mpeg4ip lists.  ##
configure: WARNING:     ## ---------------------------------- ##
nasm: error: unrecognised option `-r'
nasm: error: no input file specified
type `nasm -h' for help
./configure: line 27881: sdl-config: command not found
./configure: line 27883: sdl-config: command not found
./configure: line 29215: sdl-config: command not found
./configure: line 3349: s%\\%/%g: No such file or directory
./configure: line 24267: CheckWIN32: command not found
./configure: line 24268: CheckDIRECTX: command not found
./configure: line 24660: sdl-config: command not found
./configure: line 3520: s%\\%/%g: No such file or directory
./configure: line 3287: s%\\%/%g: No such file or directory
./configure: line 24838: sdl-config: command not found
+ set +x
In file included from mp4common.h:29,
                 from 3gp.cpp:28:
../../include/mpeg4ip.h:96:2: error: #error "Don't have stdint.h or inttypes.h -
 no way to get uint8_t"
In file included from /usr/include/stdio.h:46,
                 from ../../include/mpeg4ip.h:85,
                 from mp4common.h:29,
                 from 3gp.cpp:28:
/usr/include/sys/types.h:184: error: conflicting declaration 'typedef long int s
ize_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: 'size_t' has a pr
evious declaration as 'typedef unsigned int size_t'
In file included from ../../include/mpeg4ip.h:85,
                 from mp4common.h:29,
                 from 3gp.cpp:28:
/usr/include/stdio.h:433: error: expected constructor, destructor, or type conve
rsion before '__getdelim'
/usr/include/stdio.h:434: error: expected constructor, destructor, or type conve
rsion before '__getline'
In file included from /usr/include/unistd.h:4,
                 from ../../include/mpeg4ip.h:99,
                 from mp4common.h:29,
                 from 3gp.cpp:28:
/usr/include/sys/unistd.h:109: error: expected constructor, destructor, or type
conversion before 'pread'
/usr/include/sys/unistd.h:110: error: expected constructor, destructor, or type
conversion before 'pwrite'
/usr/include/sys/unistd.h:145: error: 'ssize_t' has not been declared
In file included from /usr/include/cygwin/socket.h:50,
                 from /usr/include/cygwin/in.h:21,
                 from /usr/include/netinet/in.h:14,
                 from ../../include/mpeg4ip.h:101,
                 from mp4common.h:29,
                 from 3gp.cpp:28:
/usr/include/sys/uio.h:33: error: 'ssize_t' does not name a type
/usr/include/sys/uio.h:34: error: 'ssize_t' does not name a type
In file included from mp4common.h:29,
                 from 3gp.cpp:28:
../../include/mpeg4ip.h:194: error: conflicting declaration 'typedef unsigned in
t socklen_t'
/usr/include/cygwin/socket.h:23: error: 'socklen_t' has a previous declaration a
s 'typedef int socklen_t'
3gp.cpp: In member function 'void MP4File::MakeFtypAtom(char*, u_int32_t, char**
, u_int32_t)':
3gp.cpp:79: warning: dereferencing type-punned pointer will break strict-aliasin
g rules
3gp.cpp:87: warning: dereferencing type-punned pointer will break strict-aliasin
g rules
3gp.cpp:94: warning: dereferencing type-punned pointer will break strict-aliasin
g rules
3gp.cpp:101: warning: dereferencing type-punned pointer will break strict-aliasi
ng rules
make: *** [3gp.lo] Error 1
In file included from /usr/include/stdio.h:34,
                 from ../include/libmkv.h:27,
                 from matroska.c:25:
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: duplicate 'unsign
ed'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: two or more data
types in declaration specifiers
In file included from /usr/include/sys/types.h:373,
                 from /usr/include/stdio.h:46,
                 from ../include/libmkv.h:27,
                 from matroska.c:25:
/usr/include/cygwin/types.h:37: error: two or more data types in declaration spe
cifiers
/usr/include/cygwin/types.h:37: error: two or more data types in declaration spe
cifiers
In file included from /usr/include/stdio.h:65,
                 from ../include/libmkv.h:27,
                 from matroska.c:25:
/usr/include/sys/stdio.h:38: error: expected ',' or ';' before 'getline'
/usr/include/sys/stdio.h:39: error: expected ',' or ';' before 'getdelim'
In file included from ../include/libmkv.h:27,
                 from matroska.c:25:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
make[2]: *** [matroska.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
In file included from /usr/include/stdio.h:34,
                 from rgb_mmx.c:30:
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: duplicate 'unsign
ed'
In file included from rgb_mmx.c:30:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
make[2]: *** [libmpeg2convertarch_la-rgb_mmx.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
./configure: line 3279: s%\\%/%g: No such file or directory
configure: error: No 16 bit type found on this platform!
./configure: line 23306: no: command not found
In file included from /usr/include/stdio.h:46,
                 from samplerate.c:25:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from samplerate.c:25:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
make[2]: *** [samplerate.lo] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
configure: error: must have Ogg installed!
configure: WARNING: *** doxygen not found, API documentation will not be built
configure: error: newer libogg version (1.1 or later) required
./version.sh: line 2: git-rev-list: command not found
In file included from /usr/include/stdio.h:46,
                 from common/osdep.h:29,
                 from common/common.h:62,
                 from common/mc.c:24:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from common/osdep.h:29,
                 from common/common.h:62,
                 from common/mc.c:24:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
make: *** [common/mc.o] Error 1
configure: error: XviD supports only 32/64 bit architectures
In file included from /usr/include/stdio.h:46,
                 from example.c:8:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from example.c:8:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
make: *** [example.o] Error 1
libhb/ipodutil.cpp:9:23: error: mp4common.h: No such file or directory
libhb/ipodutil.cpp:11: error: 'u_int8_t' does not name a type
libhb/ipodutil.cpp:16: error: expected class-name before '{' token
libhb/ipodutil.cpp: In constructor 'IPodUUIDAtom::IPodUUIDAtom()':
libhb/ipodutil.cpp:18: error: class 'IPodUUIDAtom' does not have any field named
 'MP4Atom'
libhb/ipodutil.cpp:20: error: 'ipod_magic' was not declared in this scope
libhb/ipodutil.cpp:20: error: 'SetExtendedType' was not declared in this scope
libhb/ipodutil.cpp:22: error: 'MP4Integer32Property' was not declared in this sc
ope
libhb/ipodutil.cpp:22: error: 'value' was not declared in this scope
libhb/ipodutil.cpp:22: error: expected type-specifier before 'MP4Integer32Proper
ty'
libhb/ipodutil.cpp:22: error: expected `;' before 'MP4Integer32Property'
libhb/ipodutil.cpp:24: error: 'AddProperty' was not declared in this scope
libhb/ipodutil.cpp: At global scope:
libhb/ipodutil.cpp:28: warning: 'AddIPodUUID' initialized and declared 'extern'
libhb/ipodutil.cpp:28: error: variable or field 'AddIPodUUID' declared void
libhb/ipodutil.cpp:28: error: 'MP4FileHandle' was not declared in this scope
libhb/ipodutil.cpp:28: error: 'MP4TrackId' was not declared in this scope
In file included from /usr/include/time.h:29,
                 from libhb/common.c:8:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/common.c:11:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/common.c:11:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/hb.c:1:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/hb.c:1:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/hb.c:1:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/hb.c:3:32: error: libavcodec/avcodec.h: No such file or directory
libhb/hb.c:4:34: error: libavformat/avformat.h: No such file or directory
libhb/hb.c:5:32: error: libswscale/swscale.h: No such file or directory
libhb/hb.c: In function 'hb_init_real':
libhb/hb.c:76: warning: implicit declaration of function 'av_log_set_level'
libhb/hb.c:76: error: 'AV_LOG_DEBUG' undeclared (first use in this function)
libhb/hb.c:76: error: (Each undeclared identifier is reported only once
libhb/hb.c:76: error: for each function it appears in.)
libhb/hb.c:126: warning: implicit declaration of function 'av_register_all'
libhb/hb.c: In function 'hb_init_dl':
libhb/hb.c:156: error: 'AV_LOG_DEBUG' undeclared (first use in this function)
libhb/hb.c:202: warning: implicit declaration of function 'avcodec_init'
libhb/hb.c:203: warning: implicit declaration of function 'avcodec_register_all'

libhb/hb.c: In function 'hb_get_preview':
libhb/hb.c:324: error: 'AVPicture' undeclared (first use in this function)
libhb/hb.c:324: error: expected ';' before 'pic_in'
libhb/hb.c:328: error: 'SWS_LANCZOS' undeclared (first use in this function)
libhb/hb.c:330: error: 'SWS_ACCURATE_RND' undeclared (first use in this function
)
libhb/hb.c:337: warning: implicit declaration of function 'avpicture_fill'
libhb/hb.c:337: error: 'pic_in' undeclared (first use in this function)
libhb/hb.c:337: error: 'PIX_FMT_YUV420P' undeclared (first use in this function)

libhb/hb.c:339: error: 'pic_deint' undeclared (first use in this function)
libhb/hb.c:341: error: 'pic_scale' undeclared (first use in this function)
libhb/hb.c:343: error: 'pic_preview' undeclared (first use in this function)
libhb/hb.c:343: error: 'PIX_FMT_RGBA32' undeclared (first use in this function)
libhb/hb.c:366: warning: implicit declaration of function 'avpicture_deinterlace
'
libhb/hb.c:367: warning: implicit declaration of function 'av_picture_crop'
libhb/hb.c:367: error: 'pic_crop' undeclared (first use in this function)
libhb/hb.c:376: warning: implicit declaration of function 'sws_getContext'
libhb/hb.c:380: warning: assignment makes pointer from integer without a cast
libhb/hb.c:383: warning: implicit declaration of function 'sws_scale'
libhb/hb.c:389: warning: implicit declaration of function 'sws_freeContext'
libhb/hb.c:394: warning: assignment makes pointer from integer without a cast
libhb/hb.c:431: warning: implicit declaration of function 'avpicture_free'
libhb/hb.c: In function 'hb_detect_comb':
libhb/hb.c:456: warning: unused variable 'flag'
In file included from /usr/include/time.h:29,
                 from libhb/ports.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from /usr/include/cygwin/socket.h:50,
                 from /usr/include/sys/socket.h:15,
                 from libhb/ports.c:28:
/usr/include/sys/uio.h:33: error: expected '=', ',', ';', 'asm' or '__attribute_
_' before 'readv'
/usr/include/sys/uio.h:34: error: expected '=', ',', ';', 'asm' or '__attribute_
_' before 'writev'
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/ports.c:33:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/ports.c:33:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/scan.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/scan.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/scan.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/scan.c:8:24: error: a52dec/a52.h: No such file or directory
libhb/scan.c:9:17: error: dca.h: No such file or directory
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/work.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/work.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/work.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/work.c:8:24: error: a52dec/a52.h: No such file or directory
libhb/work.c:9:17: error: dca.h: No such file or directory
libhb/work.c:117: warning: return type defaults to 'int'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/decmpeg2.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/decmpeg2.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/decmpeg2.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/decmpeg2.c:9:28: error: mpeg2dec/mpeg2.h: No such file or directory
libhb/decmpeg2.c:36: error: expected specifier-qualifier-list before 'mpeg2dec_t
'
libhb/decmpeg2.c: In function 'hb_libmpeg2_init':
libhb/decmpeg2.c:59: error: 'hb_libmpeg2_t' has no member named 'libmpeg2'
libhb/decmpeg2.c:59: warning: implicit declaration of function 'mpeg2_init'
libhb/decmpeg2.c:60: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:60: warning: implicit declaration of function 'mpeg2_info'
libhb/decmpeg2.c:60: error: 'hb_libmpeg2_t' has no member named 'libmpeg2'
libhb/decmpeg2.c:61: error: 'hb_libmpeg2_t' has no member named 'last_pts'
libhb/decmpeg2.c: In function 'hb_libmpeg2_decode':
libhb/decmpeg2.c:74: error: 'mpeg2_state_t' undeclared (first use in this functi
on)
libhb/decmpeg2.c:74: error: (Each undeclared identifier is reported only once
libhb/decmpeg2.c:74: error: for each function it appears in.)
libhb/decmpeg2.c:74: error: expected ';' before 'state'
libhb/decmpeg2.c:83: warning: implicit declaration of function 'mpeg2_tag_pictur
e'
libhb/decmpeg2.c:83: error: 'hb_libmpeg2_t' has no member named 'libmpeg2'
libhb/decmpeg2.c:86: warning: implicit declaration of function 'mpeg2_buffer'
libhb/decmpeg2.c:86: error: 'hb_libmpeg2_t' has no member named 'libmpeg2'
libhb/decmpeg2.c:92: error: 'state' undeclared (first use in this function)
libhb/decmpeg2.c:92: warning: implicit declaration of function 'mpeg2_parse'
libhb/decmpeg2.c:92: error: 'hb_libmpeg2_t' has no member named 'libmpeg2'
libhb/decmpeg2.c:93: error: 'STATE_BUFFER' undeclared (first use in this functio
n)
libhb/decmpeg2.c:98: error: 'STATE_SEQUENCE' undeclared (first use in this funct
ion)
libhb/decmpeg2.c:100: error: 'hb_libmpeg2_t' has no member named 'width'
libhb/decmpeg2.c:100: error: 'hb_libmpeg2_t' has no member named 'height'
libhb/decmpeg2.c:100: error: 'hb_libmpeg2_t' has no member named 'rate'
libhb/decmpeg2.c:102: error: 'hb_libmpeg2_t' has no member named 'width'
libhb/decmpeg2.c:102: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:103: error: 'hb_libmpeg2_t' has no member named 'height'
libhb/decmpeg2.c:103: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:104: error: 'hb_libmpeg2_t' has no member named 'rate'
libhb/decmpeg2.c:104: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:105: error: 'hb_libmpeg2_t' has no member named 'aspect_ratio'
libhb/decmpeg2.c:105: error: 'hb_libmpeg2_t' has no member named 'height'
libhb/decmpeg2.c:106: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:113: error: 'hb_libmpeg2_t' has no member named 'width'
libhb/decmpeg2.c:113: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:114: error: 'hb_libmpeg2_t' has no member named 'height'
libhb/decmpeg2.c:114: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:115: error: 'hb_libmpeg2_t' has no member named 'aspect_ratio'
libhb/decmpeg2.c:119: error: 'STATE_GOP' undeclared (first use in this function)

libhb/decmpeg2.c:119: error: 'hb_libmpeg2_t' has no member named 'look_for_break
'
libhb/decmpeg2.c:123: error: 'hb_libmpeg2_t' has no member named 'look_for_ifram
e'
libhb/decmpeg2.c:123: error: 'hb_libmpeg2_t' has no member named 'look_for_break
'
libhb/decmpeg2.c:124: error: 'hb_libmpeg2_t' has no member named 'look_for_break
'
libhb/decmpeg2.c:126: error: 'STATE_SLICE' undeclared (first use in this functio
n)
libhb/decmpeg2.c:126: error: 'STATE_END' undeclared (first use in this function)

libhb/decmpeg2.c:127: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:129: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:130: error: 'PIC_MASK_CODING_TYPE' undeclared (first use in thi
s function)
libhb/decmpeg2.c:130: error: 'PIC_FLAG_CODING_TYPE_I' undeclared (first use in t
his function)
libhb/decmpeg2.c:133: error: 'hb_libmpeg2_t' has no member named 'got_iframe'
libhb/decmpeg2.c:136: error: 'hb_libmpeg2_t' has no member named 'got_iframe'
libhb/decmpeg2.c:138: error: 'hb_libmpeg2_t' has no member named 'width'
libhb/decmpeg2.c:138: error: 'hb_libmpeg2_t' has no member named 'height'
libhb/decmpeg2.c:143: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:144: error: 'hb_libmpeg2_t' has no member named 'width'
libhb/decmpeg2.c:144: error: 'hb_libmpeg2_t' has no member named 'height'
libhb/decmpeg2.c:145: error: 'hb_libmpeg2_t' has no member named 'width'
libhb/decmpeg2.c:145: error: 'hb_libmpeg2_t' has no member named 'height'
libhb/decmpeg2.c:146: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:147: error: 'hb_libmpeg2_t' has no member named 'width'
libhb/decmpeg2.c:147: error: 'hb_libmpeg2_t' has no member named 'height'
libhb/decmpeg2.c:148: error: 'hb_libmpeg2_t' has no member named 'width'
libhb/decmpeg2.c:148: error: 'hb_libmpeg2_t' has no member named 'height'
libhb/decmpeg2.c:149: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:150: error: 'hb_libmpeg2_t' has no member named 'width'
libhb/decmpeg2.c:150: error: 'hb_libmpeg2_t' has no member named 'height'
libhb/decmpeg2.c:152: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:152: error: 'PIC_FLAG_TAGS' undeclared (first use in this funct
ion)
libhb/decmpeg2.c:155: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:156: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:162: error: 'hb_libmpeg2_t' has no member named 'last_pts'
libhb/decmpeg2.c:166: error: 'hb_libmpeg2_t' has no member named 'last_pts'
libhb/decmpeg2.c:167: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:167: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:168: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:174: error: 'hb_libmpeg2_t' has no member named 'last_pts'
libhb/decmpeg2.c:176: error: 'hb_libmpeg2_t' has no member named 'look_for_ifram
e'
libhb/decmpeg2.c:176: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:181: error: 'hb_libmpeg2_t' has no member named 'look_for_ifram
e'
libhb/decmpeg2.c:182: error: 'hb_libmpeg2_t' has no member named 'look_for_ifram
e'
libhb/decmpeg2.c:184: error: 'hb_libmpeg2_t' has no member named 'job'
libhb/decmpeg2.c:185: error: 'hb_libmpeg2_t' has no member named 'job'
libhb/decmpeg2.c:188: error: 'hb_libmpeg2_t' has no member named 'job'
libhb/decmpeg2.c:193: error: 'hb_libmpeg2_t' has no member named 'nframes'
libhb/decmpeg2.c:194: error: 'hb_libmpeg2_t' has no member named 'nframes'
libhb/decmpeg2.c:194: error: 'hb_libmpeg2_t' has no member named 'job'
libhb/decmpeg2.c:195: error: 'hb_libmpeg2_t' has no member named 'job'
libhb/decmpeg2.c:196: error: 'hb_libmpeg2_t' has no member named 'job'
libhb/decmpeg2.c:198: error: 'hb_libmpeg2_t' has no member named 'job'
libhb/decmpeg2.c:199: error: 'hb_libmpeg2_t' has no member named 'job'
libhb/decmpeg2.c:201: error: 'hb_libmpeg2_t' has no member named 'job'
libhb/decmpeg2.c:201: error: 'hb_libmpeg2_t' has no member named 'nframes'
libhb/decmpeg2.c:203: error: 'hb_libmpeg2_t' has no member named 'nframes'
libhb/decmpeg2.c:205: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:232: error: 'PIC_FLAG_PROGRESSIVE_FRAME' undeclared (first use
in this function)
libhb/decmpeg2.c:232: error: 'PIC_FLAG_TOP_FIELD_FIRST' undeclared (first use in
 this function)
libhb/decmpeg2.c:292: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:297: error: 'STATE_INVALID' undeclared (first use in this funct
ion)
libhb/decmpeg2.c:299: warning: implicit declaration of function 'mpeg2_reset'
libhb/decmpeg2.c:299: error: 'hb_libmpeg2_t' has no member named 'libmpeg2'
libhb/decmpeg2.c: In function 'hb_libmpeg2_close':
libhb/decmpeg2.c:314: warning: implicit declaration of function 'mpeg2_close'
libhb/decmpeg2.c:314: error: 'hb_libmpeg2_t' has no member named 'libmpeg2'
libhb/decmpeg2.c: In function 'decmpeg2Init':
libhb/decmpeg2.c:346: error: 'hb_libmpeg2_t' has no member named 'job'
libhb/decmpeg2.c: In function 'decmpeg2Work':
libhb/decmpeg2.c:367: error: 'hb_libmpeg2_t' has no member named 'look_for_break
'
libhb/decmpeg2.c: In function 'decmpeg2Close':
libhb/decmpeg2.c:410: error: 'hb_libmpeg2_t' has no member named 'job'
libhb/decmpeg2.c:412: error: 'hb_libmpeg2_t' has no member named 'nframes'
libhb/decmpeg2.c: In function 'decmpeg2Info':
libhb/decmpeg2.c:423: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:423: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:427: error: 'hb_libmpeg2_t' has no member named 'width'
libhb/decmpeg2.c:428: error: 'hb_libmpeg2_t' has no member named 'height'
libhb/decmpeg2.c:429: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:430: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:431: error: 'hb_libmpeg2_t' has no member named 'aspect_ratio'
libhb/decmpeg2.c:436: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:436: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:437: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:437: error: 'PIC_FLAG_PROGRESSIVE_FRAME' undeclared (first use
in this function)
libhb/decmpeg2.c:438: error: 'hb_libmpeg2_t' has no member named 'height'
libhb/decmpeg2.c:438: error: 'hb_libmpeg2_t' has no member named 'rate'
libhb/decmpeg2.c:440: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:441: error: 'hb_libmpeg2_t' has no member named 'info'
libhb/decmpeg2.c:442: error: 'hb_libmpeg2_t' has no member named 'info'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/encavcodec.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/encavcodec.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/encavcodec.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/encavcodec.c:9:32: error: libavcodec/avcodec.h: No such file or directory
libhb/encavcodec.c:14: error: expected specifier-qualifier-list before 'AVCodecC
ontext'
libhb/encavcodec.c: In function 'encavcodecInit':
libhb/encavcodec.c:33: error: 'AVCodec' undeclared (first use in this function)
libhb/encavcodec.c:33: error: (Each undeclared identifier is reported only once
libhb/encavcodec.c:33: error: for each function it appears in.)
libhb/encavcodec.c:33: error: 'codec' undeclared (first use in this function)
libhb/encavcodec.c:34: error: 'AVCodecContext' undeclared (first use in this fun
ction)
libhb/encavcodec.c:34: error: 'context' undeclared (first use in this function)
libhb/encavcodec.c:41: warning: implicit declaration of function 'avcodec_find_e
ncoder'
libhb/encavcodec.c:41: error: 'CODEC_ID_MPEG4' undeclared (first use in this fun
ction)
libhb/encavcodec.c:47: warning: implicit declaration of function 'avcodec_alloc_
context'
libhb/encavcodec.c:59: error: 'CODEC_FLAG_QSCALE' undeclared (first use in this
function)
libhb/encavcodec.c:68: error: 'FF_QP2LAMBDA' undeclared (first use in this funct
ion)
libhb/encavcodec.c:80: error: 'AVRational' undeclared (first use in this functio
n)
libhb/encavcodec.c:80: error: expected ';' before '{' token
libhb/encavcodec.c:82: error: 'PIX_FMT_YUV420P' undeclared (first use in this fu
nction)
libhb/encavcodec.c:95: error: 'CODEC_FLAG_GLOBAL_HEADER' undeclared (first use i
n this function)
libhb/encavcodec.c:99: error: 'CODEC_FLAG_BITEXACT' undeclared (first use in thi
s function)
libhb/encavcodec.c:103: error: 'CODEC_FLAG_GRAY' undeclared (first use in this f
unction)
libhb/encavcodec.c:113: error: 'hb_work_private_t' has no member named 'file'
libhb/encavcodec.c:114: error: 'CODEC_FLAG_PASS1' undeclared (first use in this
function)
libhb/encavcodec.c:121: error: 'hb_work_private_t' has no member named 'file'
libhb/encavcodec.c:122: error: 'hb_work_private_t' has no member named 'file'
libhb/encavcodec.c:123: error: 'hb_work_private_t' has no member named 'file'
libhb/encavcodec.c:124: error: 'hb_work_private_t' has no member named 'file'
libhb/encavcodec.c:127: error: 'hb_work_private_t' has no member named 'file'
libhb/encavcodec.c:128: error: 'hb_work_private_t' has no member named 'file'
libhb/encavcodec.c:129: error: 'hb_work_private_t' has no member named 'file'
libhb/encavcodec.c:131: error: 'CODEC_FLAG_PASS2' undeclared (first use in this
function)
libhb/encavcodec.c:136: warning: implicit declaration of function 'avcodec_open'

libhb/encavcodec.c:140: error: 'hb_work_private_t' has no member named 'context'

libhb/encavcodec.c: In function 'encavcodecClose':
libhb/encavcodec.c:167: error: 'hb_work_private_t' has no member named 'context'

libhb/encavcodec.c:170: warning: implicit declaration of function 'avcodec_flush
_buffers'
libhb/encavcodec.c:170: error: 'hb_work_private_t' has no member named 'context'

libhb/encavcodec.c:171: warning: implicit declaration of function 'avcodec_close
'
libhb/encavcodec.c:171: error: 'hb_work_private_t' has no member named 'context'

libhb/encavcodec.c:173: error: 'hb_work_private_t' has no member named 'file'
libhb/encavcodec.c:175: error: 'hb_work_private_t' has no member named 'file'
libhb/encavcodec.c: In function 'encavcodecWork':
libhb/encavcodec.c:191: error: 'AVFrame' undeclared (first use in this function)

libhb/encavcodec.c:191: error: 'frame' undeclared (first use in this function)
libhb/encavcodec.c:202: warning: implicit declaration of function 'avcodec_alloc
_frame'
libhb/encavcodec.c:211: error: 'hb_work_private_t' has no member named 'context'

libhb/encavcodec.c:215: warning: implicit declaration of function 'avcodec_encod
e_video'
libhb/encavcodec.c:215: error: 'hb_work_private_t' has no member named 'context'

libhb/encavcodec.c:219: error: 'hb_work_private_t' has no member named 'context'

libhb/encavcodec.c:221: warning: implicit declaration of function 'av_free'
libhb/encavcodec.c:226: error: 'hb_work_private_t' has no member named 'file'
libhb/encavcodec.c:226: error: 'hb_work_private_t' has no member named 'context'

In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/update.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/update.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/update.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/demuxmpeg.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/demuxmpeg.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/demuxmpeg.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/fifo.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/fifo.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/fifo.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/render.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/render.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/render.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/render.c:9:32: error: libavcodec/avcodec.h: No such file or directory
libhb/render.c:10:32: error: libswscale/swscale.h: No such file or directory
libhb/render.c:17: error: expected specifier-qualifier-list before 'AVPicture'
libhb/render.c: In function 'renderWork':
libhb/render.c:235: error: 'hb_work_private_t' has no member named 'subtitle_que
ue'
libhb/render.c:239: error: 'hb_work_private_t' has no member named 'subtitle_que
ue'
libhb/render.c:245: error: 'hb_work_private_t' has no member named 'chapter_time
'
libhb/render.c:246: error: 'hb_work_private_t' has no member named 'chapter_val'

libhb/render.c:272: error: 'PIX_FMT_YUV420P' undeclared (first use in this funct
ion)
libhb/render.c:272: error: (Each undeclared identifier is reported only once
libhb/render.c:272: error: for each function it appears in.)
libhb/render.c:303: error: 'hb_work_private_t' has no member named 'lost_time'
libhb/render.c:304: error: 'hb_work_private_t' has no member named 'lost_time'
libhb/render.c:305: error: 'hb_work_private_t' has no member named 'lost_time'
libhb/render.c:306: error: 'hb_work_private_t' has no member named 'lost_time'
libhb/render.c:308: error: 'hb_work_private_t' has no member named 'total_lost_t
ime'
libhb/render.c:309: error: 'hb_work_private_t' has no member named 'dropped_fram
es'
libhb/render.c:312: error: 'hb_work_private_t' has no member named 'subtitle_que
ue'
libhb/render.c:333: error: 'hb_work_private_t' has no member named 'last_start'
libhb/render.c:333: error: 'hb_work_private_t' has no member named 'last_start'
libhb/render.c:334: error: 'hb_work_private_t' has no member named 'last_stop'
libhb/render.c:334: error: 'hb_work_private_t' has no member named 'last_stop'
libhb/render.c:339: error: 'hb_work_private_t' has no member named 'last_start'
libhb/render.c:339: error: 'hb_work_private_t' has no member named 'last_stop'
libhb/render.c:340: error: 'hb_work_private_t' has no member named 'last_stop'
libhb/render.c:340: error: 'hb_work_private_t' has no member named 'last_start'
libhb/render.c:346: error: 'hb_work_private_t' has no member named 'subtitle_que
ue'
libhb/render.c:356: warning: implicit declaration of function 'avpicture_fill'
libhb/render.c:356: error: 'hb_work_private_t' has no member named 'pic_tmp_in'
libhb/render.c:360: error: 'hb_work_private_t' has no member named 'pic_tmp_out'

libhb/render.c:365: warning: implicit declaration of function 'av_picture_crop'
libhb/render.c:365: error: 'hb_work_private_t' has no member named 'pic_tmp_crop
'
libhb/render.c:365: error: 'hb_work_private_t' has no member named 'pic_tmp_in'
libhb/render.c:369: warning: implicit declaration of function 'sws_scale'
libhb/render.c:370: error: 'hb_work_private_t' has no member named 'pic_tmp_crop
'
libhb/render.c:370: error: 'hb_work_private_t' has no member named 'pic_tmp_crop
'
libhb/render.c:372: error: 'hb_work_private_t' has no member named 'pic_tmp_out'

libhb/render.c:372: error: 'hb_work_private_t' has no member named 'pic_tmp_out'

libhb/render.c:405: error: 'hb_work_private_t' has no member named 'delay_queue'

libhb/render.c:416: error: 'hb_work_private_t' has no member named 'delay_queue'

libhb/render.c:418: error: 'hb_work_private_t' has no member named 'delay_queue'

libhb/render.c:428: error: 'hb_work_private_t' has no member named 'lost_time'
libhb/render.c:448: error: 'hb_work_private_t' has no member named 'last_stop'
libhb/render.c:448: error: 'hb_work_private_t' has no member named 'lost_time'
libhb/render.c:451: error: 'hb_work_private_t' has no member named 'total_gained
_time'
libhb/render.c:451: error: 'hb_work_private_t' has no member named 'lost_time'
libhb/render.c:460: error: 'hb_work_private_t' has no member named 'lost_time'
libhb/render.c:460: error: 'hb_work_private_t' has no member named 'lost_time'
libhb/render.c:462: error: 'hb_work_private_t' has no member named 'lost_time'
libhb/render.c:465: error: 'hb_work_private_t' has no member named 'extended_fra
mes'
libhb/render.c:475: error: 'hb_work_private_t' has no member named 'last_start'
libhb/render.c:476: error: 'hb_work_private_t' has no member named 'last_stop'
libhb/render.c:485: error: 'hb_work_private_t' has no member named 'last_stop'
libhb/render.c:485: error: 'hb_work_private_t' has no member named 'last_start'
libhb/render.c:486: error: 'hb_work_private_t' has no member named 'last_start'
libhb/render.c:486: error: 'hb_work_private_t' has no member named 'last_stop'
libhb/render.c:487: error: 'hb_work_private_t' has no member named 'last_stop'
libhb/render.c:487: error: 'hb_work_private_t' has no member named 'last_start'
libhb/render.c:493: error: 'hb_work_private_t' has no member named 'chapter_time
'
libhb/render.c:493: error: 'hb_work_private_t' has no member named 'chapter_time
'
libhb/render.c:495: error: 'hb_work_private_t' has no member named 'chapter_val'

libhb/render.c:496: error: 'hb_work_private_t' has no member named 'chapter_time
'
libhb/render.c: In function 'renderClose':
libhb/render.c:508: error: 'hb_work_private_t' has no member named 'total_lost_t
ime'
libhb/render.c:508: error: 'hb_work_private_t' has no member named 'dropped_fram
es'
libhb/render.c:509: error: 'hb_work_private_t' has no member named 'total_gained
_time'
libhb/render.c:509: error: 'hb_work_private_t' has no member named 'extended_fra
mes'
libhb/render.c:509: error: 'hb_work_private_t' has no member named 'total_lost_t
ime'
libhb/render.c:509: error: 'hb_work_private_t' has no member named 'total_gained
_time'
libhb/render.c:510: error: 'hb_work_private_t' has no member named 'dropped_fram
es'
libhb/render.c:511: error: 'hb_work_private_t' has no member named 'total_lost_t
ime'
libhb/render.c:511: error: 'hb_work_private_t' has no member named 'dropped_fram
es'
libhb/render.c:514: error: 'hb_work_private_t' has no member named 'subtitle_que
ue'
libhb/render.c:516: error: 'hb_work_private_t' has no member named 'subtitle_que
ue'
libhb/render.c:519: error: 'hb_work_private_t' has no member named 'delay_queue'

libhb/render.c:521: error: 'hb_work_private_t' has no member named 'delay_queue'

libhb/render.c: In function 'renderInit':
libhb/render.c:537: error: 'SWS_LANCZOS' undeclared (first use in this function)

libhb/render.c:539: error: 'SWS_ACCURATE_RND' undeclared (first use in this func
tion)
libhb/render.c:549: warning: implicit declaration of function 'sws_getContext'
libhb/render.c:551: error: 'PIX_FMT_YUV420P' undeclared (first use in this funct
ion)
libhb/render.c:553: warning: assignment makes pointer from integer without a cas
t
libhb/render.c:557: error: 'hb_work_private_t' has no member named 'subtitle_que
ue'
libhb/render.c:558: error: 'hb_work_private_t' has no member named 'delay_queue'

libhb/render.c:566: error: 'hb_work_private_t' has no member named 'dropped_fram
es'
libhb/render.c:567: error: 'hb_work_private_t' has no member named 'extended_fra
mes'
libhb/render.c:568: error: 'hb_work_private_t' has no member named 'last_start'
libhb/render.c:569: error: 'hb_work_private_t' has no member named 'last_stop'
libhb/render.c:570: error: 'hb_work_private_t' has no member named 'total_lost_t
ime'
libhb/render.c:571: error: 'hb_work_private_t' has no member named 'total_gained
_time'
libhb/render.c:572: error: 'hb_work_private_t' has no member named 'lost_time'
libhb/render.c:572: error: 'hb_work_private_t' has no member named 'lost_time'
libhb/render.c:572: error: 'hb_work_private_t' has no member named 'lost_time'
libhb/render.c:572: error: 'hb_work_private_t' has no member named 'lost_time'
libhb/render.c:573: error: 'hb_work_private_t' has no member named 'chapter_time
'
libhb/render.c:574: error: 'hb_work_private_t' has no member named 'chapter_val'

In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/reader.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/reader.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/reader.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/muxcommon.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/muxcommon.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/muxcommon.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/muxmp4.c:8:17: error: mp4.h: No such file or directory
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/muxmp4.c:10:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/muxmp4.c:10:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/muxmp4.c:10:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/muxmp4.c:12: warning: parameter names (without types) in function declarat
ion
libhb/muxmp4.c:21: error: expected specifier-qualifier-list before 'MP4FileHandl
e'
libhb/muxmp4.c:43: error: expected specifier-qualifier-list before 'MP4TrackId'
libhb/muxmp4.c:50: error: expected specifier-qualifier-list before 'MP4Duration'

libhb/muxmp4.c: In function 'MP4CreateTextSample':
libhb/muxmp4.c:70: error: 'struct hb_text_sample_s' has no member named 'duratio
n'
libhb/muxmp4.c:70: error: 'MP4Duration' undeclared (first use in this function)
libhb/muxmp4.c:70: error: (Each undeclared identifier is reported only once
libhb/muxmp4.c:70: error: for each function it appears in.)
libhb/muxmp4.c:70: error: expected ';' before 'duration'
libhb/muxmp4.c: In function 'MP4Init':
libhb/muxmp4.c:158: error: 'hb_mux_object_t' has no member named 'samplerate'
libhb/muxmp4.c:163: error: 'hb_mux_object_t' has no member named 'samplerate'
libhb/muxmp4.c:170: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:170: warning: implicit declaration of function 'MP4Create'
libhb/muxmp4.c:170: error: 'MP4_DETAILS_ERROR' undeclared (first use in this fun
ction)
libhb/muxmp4.c:170: error: 'MP4_CREATE_64BIT_DATA' undeclared (first use in this
 function)
libhb/muxmp4.c:176: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:179: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:179: error: 'MP4_INVALID_FILE_HANDLE' undeclared (first use in th
is function)
libhb/muxmp4.c:194: warning: implicit declaration of function 'MP4SetTimeScale'
libhb/muxmp4.c:194: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:194: error: 'hb_mux_object_t' has no member named 'samplerate'
libhb/muxmp4.c:204: warning: implicit declaration of function 'MP4SetVideoProfil
eLevel'
libhb/muxmp4.c:204: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:211: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:211: warning: implicit declaration of function 'MP4AddH264VideoTr
ack'
libhb/muxmp4.c:211: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:211: error: 'hb_mux_object_t' has no member named 'samplerate'
libhb/muxmp4.c:212: error: 'MP4_INVALID_DURATION' undeclared (first use in this
function)
libhb/muxmp4.c:219: warning: implicit declaration of function 'MP4AddH264Sequenc
eParameterSet'
libhb/muxmp4.c:219: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:219: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:221: warning: implicit declaration of function 'MP4AddH264Picture
ParameterSet'
libhb/muxmp4.c:221: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:221: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:227: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:227: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:230: error: 'hb_mux_object_t' has no member named 'init_delay'
libhb/muxmp4.c:234: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:234: error: 'MPEG4_SP_L3' undeclared (first use in this function)

libhb/muxmp4.c:240: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:240: warning: implicit declaration of function 'MP4AddVideoTrack'

libhb/muxmp4.c:240: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:240: error: 'hb_mux_object_t' has no member named 'samplerate'
libhb/muxmp4.c:242: error: 'MP4_MPEG4_VIDEO_TYPE' undeclared (first use in this
function)
libhb/muxmp4.c:243: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:243: error: 'MP4_INVALID_TRACK_ID' undeclared (first use in this
function)
libhb/muxmp4.c:252: warning: implicit declaration of function 'MP4SetTrackESConf
iguration'
libhb/muxmp4.c:252: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:252: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:271: warning: implicit declaration of function 'MP4AddColr'
libhb/muxmp4.c:271: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:271: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:276: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:276: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:288: warning: implicit declaration of function 'MP4AddPixelAspect
Ratio'
libhb/muxmp4.c:288: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:288: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:290: warning: implicit declaration of function 'MP4SetTrackFloatP
roperty'
libhb/muxmp4.c:290: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:290: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:309: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:309: warning: implicit declaration of function 'MP4AddAC3AudioTra
ck'
libhb/muxmp4.c:310: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:311: error: 'hb_mux_object_t' has no member named 'samplerate'
libhb/muxmp4.c:311: error: 'MP4_MPEG4_AUDIO_TYPE' undeclared (first use in this
function)
libhb/muxmp4.c:312: warning: implicit declaration of function 'MP4SetTrackBytesP
roperty'
libhb/muxmp4.c:313: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:313: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:317: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:317: warning: implicit declaration of function 'MP4AddAudioTrack'

libhb/muxmp4.c:318: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:319: error: 'hb_mux_object_t' has no member named 'samplerate'
libhb/muxmp4.c:321: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:321: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:325: warning: implicit declaration of function 'MP4SetAudioProfil
eLevel'
libhb/muxmp4.c:325: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:327: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:327: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:332: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:332: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:340: warning: implicit declaration of function 'MP4SetTrackIntege
rProperty'
libhb/muxmp4.c:340: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:340: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:344: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:344: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:351: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:351: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:357: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:357: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:358: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c:369: error: 'MP4TrackId' undeclared (first use in this function)
libhb/muxmp4.c:369: error: expected ';' before 'textTrack'
libhb/muxmp4.c:370: error: 'textTrack' undeclared (first use in this function)
libhb/muxmp4.c:370: warning: implicit declaration of function 'MP4AddChapterText
Track'
libhb/muxmp4.c:370: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:372: error: 'hb_mux_object_t' has no member named 'chapter_track'

libhb/muxmp4.c:373: error: 'hb_mux_object_t' has no member named 'chapter_durati
on'
libhb/muxmp4.c:374: error: 'hb_mux_object_t' has no member named 'current_chapte
r'
libhb/muxmp4.c:381: warning: implicit declaration of function 'MP4SetMetadataToo
l'
libhb/muxmp4.c:381: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c: In function 'MP4Mux':
libhb/muxmp4.c:400: error: 'hb_mux_object_t' has no member named 'init_delay'
libhb/muxmp4.c:402: error: 'hb_mux_object_t' has no member named 'init_delay'
libhb/muxmp4.c:402: error: 'hb_mux_object_t' has no member named 'samplerate'
libhb/muxmp4.c:403: error: 'hb_mux_object_t' has no member named 'sum_dur'
libhb/muxmp4.c:417: error: 'hb_mux_object_t' has no member named 'sum_dur'
libhb/muxmp4.c:417: error: 'hb_mux_object_t' has no member named 'chapter_durati
on'
libhb/muxmp4.c:425: error: 'hb_mux_object_t' has no member named 'samplerate'
libhb/muxmp4.c:430: warning: implicit declaration of function 'MP4WriteSample'
libhb/muxmp4.c:430: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:431: error: 'hb_mux_object_t' has no member named 'chapter_track'

libhb/muxmp4.c:434: error: 'struct hb_text_sample_s' has no member named 'durati
on'
libhb/muxmp4.c:435: error: 'true' undeclared (first use in this function)
libhb/muxmp4.c:441: error: 'hb_mux_object_t' has no member named 'current_chapte
r'
libhb/muxmp4.c:442: error: 'hb_mux_object_t' has no member named 'chapter_durati
on'
libhb/muxmp4.c:450: error: 'hb_mux_object_t' has no member named 'sum_dur_in'
libhb/muxmp4.c:450: error: 'hb_mux_object_t' has no member named 'samplerate'
libhb/muxmp4.c:450: error: 'hb_mux_object_t' has no member named 'sum_dur'
libhb/muxmp4.c:452: error: 'hb_mux_object_t' has no member named 'samplerate'
libhb/muxmp4.c:461: error: 'hb_mux_object_t' has no member named 'samplerate'
libhb/muxmp4.c:462: error: 'hb_mux_object_t' has no member named 'samplerate'
libhb/muxmp4.c:462: error: 'hb_mux_object_t' has no member named 'sum_dur'
libhb/muxmp4.c:468: error: 'hb_mux_object_t' has no member named 'samplerate'
libhb/muxmp4.c:470: error: 'hb_mux_object_t' has no member named 'sum_dur'
libhb/muxmp4.c:471: error: 'hb_mux_object_t' has no member named 'sum_dur_in'
libhb/muxmp4.c:476: error: 'MP4_INVALID_DURATION' undeclared (first use in this
function)
libhb/muxmp4.c:480: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:481: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmp4.c: In function 'MP4End':
libhb/muxmp4.c:502: error: 'hb_mux_object_t' has no member named 'sum_dur'
libhb/muxmp4.c:502: error: 'hb_mux_object_t' has no member named 'chapter_durati
on'
libhb/muxmp4.c:505: error: 'hb_mux_object_t' has no member named 'samplerate'
libhb/muxmp4.c:509: error: 'hb_mux_object_t' has no member named 'current_chapte
r'
libhb/muxmp4.c:510: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:510: error: 'hb_mux_object_t' has no member named 'chapter_track'

libhb/muxmp4.c:511: error: 'struct hb_text_sample_s' has no member named 'durati
on'
libhb/muxmp4.c:511: error: 'true' undeclared (first use in this function)
libhb/muxmp4.c:524: error: 'hb_mux_object_t' has no member named 'init_delay'
libhb/muxmp4.c:524: error: 'hb_mux_object_t' has no member named 'samplerate'
libhb/muxmp4.c:525: warning: implicit declaration of function 'MP4AddTrackEdit'
libhb/muxmp4.c:525: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:525: error: 'MP4_INVALID_EDIT_ID' undeclared (first use in this f
unction)
libhb/muxmp4.c:526: warning: implicit declaration of function 'MP4GetTrackDurati
on'
libhb/muxmp4.c:526: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:530: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:530: error: 'hb_mux_object_t' has no member named 'chapter_track'

libhb/muxmp4.c:532: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:532: error: 'hb_mux_object_t' has no member named 'chapter_track'

libhb/muxmp4.c:536: warning: implicit declaration of function 'MP4Close'
libhb/muxmp4.c:536: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmp4.c:543: warning: implicit declaration of function 'MP4Optimize'
libhb/muxmp4.c:543: error: 'MP4_DETAILS_ERROR' undeclared (first use in this fun
ction)
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/sync.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/sync.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/sync.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/sync.c:10:24: error: samplerate.h: No such file or directory
libhb/sync.c:11:32: error: libavcodec/avcodec.h: No such file or directory
libhb/sync.c:30: error: expected specifier-qualifier-list before 'SRC_STATE'
libhb/sync.c: In function 'syncClose':
libhb/sync.c:157: error: 'struct <anonymous>' has no member named 'ac3_buf'
libhb/sync.c:161: warning: implicit declaration of function 'src_delete'
libhb/sync.c:161: error: 'struct <anonymous>' has no member named 'state'
libhb/sync.c: In function 'InitAudio':
libhb/sync.c:224: error: 'AVCodec' undeclared (first use in this function)
libhb/sync.c:224: error: (Each undeclared identifier is reported only once
libhb/sync.c:224: error: for each function it appears in.)
libhb/sync.c:224: error: 'codec' undeclared (first use in this function)
libhb/sync.c:225: error: 'AVCodecContext' undeclared (first use in this function
)
libhb/sync.c:225: error: 'c' undeclared (first use in this function)
libhb/sync.c:228: warning: implicit declaration of function 'avcodec_find_encode
r'
libhb/sync.c:228: error: 'CODEC_ID_AC3' undeclared (first use in this function)
libhb/sync.c:229: warning: implicit declaration of function 'avcodec_alloc_conte
xt'
libhb/sync.c:235: warning: implicit declaration of function 'avcodec_open'
libhb/sync.c:243: error: 'hb_sync_audio_t' has no member named 'ac3_size'
libhb/sync.c:245: error: 'hb_sync_audio_t' has no member named 'ac3_buf'
libhb/sync.c:245: error: 'hb_sync_audio_t' has no member named 'ac3_size'
libhb/sync.c:247: warning: implicit declaration of function 'avcodec_encode_audi
o'
libhb/sync.c:247: error: 'hb_sync_audio_t' has no member named 'ac3_buf'
libhb/sync.c:247: error: 'hb_sync_audio_t' has no member named 'ac3_size'
libhb/sync.c:248: error: 'hb_sync_audio_t' has no member named 'ac3_size'
libhb/sync.c:254: warning: implicit declaration of function 'avcodec_close'
libhb/sync.c:255: warning: implicit declaration of function 'av_free'
libhb/sync.c:261: error: 'hb_sync_audio_t' has no member named 'state'
libhb/sync.c:261: warning: implicit declaration of function 'src_new'
libhb/sync.c:261: error: 'SRC_SINC_MEDIUM_QUALITY' undeclared (first use in this
 function)
libhb/sync.c:262: error: 'hb_sync_audio_t' has no member named 'data'
libhb/sync.c: In function 'OutputAudioFrame':
libhb/sync.c:669: error: 'hb_sync_audio_t' has no member named 'data'
libhb/sync.c:670: error: 'hb_sync_audio_t' has no member named 'data'
libhb/sync.c:671: error: 'hb_sync_audio_t' has no member named 'data'
libhb/sync.c:675: error: 'hb_sync_audio_t' has no member named 'data'
libhb/sync.c:676: error: 'hb_sync_audio_t' has no member named 'data'
libhb/sync.c:677: warning: implicit declaration of function 'src_process'
libhb/sync.c:677: error: 'hb_sync_audio_t' has no member named 'state'
libhb/sync.c:677: error: 'hb_sync_audio_t' has no member named 'data'
libhb/sync.c:684: error: 'hb_sync_audio_t' has no member named 'data'
libhb/sync.c:685: error: 'hb_sync_audio_t' has no member named 'data'
libhb/sync.c: In function 'InsertSilence':
libhb/sync.c:803: error: 'hb_sync_audio_t' has no member named 'ac3_size'
libhb/sync.c:806: error: 'hb_sync_audio_t' has no member named 'ac3_buf'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/stream.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/stream.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/stream.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
NaVVy
Posts: 18
Joined: Tue Jul 29, 2008 10:48 am

Re: Compile Handbrake GUI on Windows

Post by NaVVy »

Screen output part 2

Code: Select all

libhb/stream.c:9:24: error: a52dec/a52.h: No such file or directory
libhb/stream.c:10:32: error: libavcodec/avcodec.h: No such file or directory
libhb/stream.c:11:34: error: libavformat/avformat.h: No such file or directory
libhb/stream.c:40: error: 'CODEC_ID_MP2' undeclared here (not in a function)
libhb/stream.c:52: error: 'CODEC_ID_AAC' undeclared here (not in a function)
libhb/stream.c:53: error: 'CODEC_ID_MPEG4' undeclared here (not in a function)
libhb/stream.c:54: error: 'CODEC_ID_AAC_LATM' undeclared here (not in a function
)
libhb/stream.c:59: error: 'CODEC_ID_H264' undeclared here (not in a function)
libhb/stream.c:63: error: 'CODEC_ID_DTS' undeclared here (not in a function)
libhb/stream.c:78: error: 'CODEC_ID_VC1' undeclared here (not in a function)
libhb/stream.c:138: error: expected specifier-qualifier-list before 'AVFormatCon
text'
libhb/stream.c: In function 'hb_stream_title_scan':
libhb/stream.c:647: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:650: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c: In function 'set_audio_description':
libhb/stream.c:1091: error: 'AVCodecContext' undeclared (first use in this funct
ion)
libhb/stream.c:1091: error: (Each undeclared identifier is reported only once
libhb/stream.c:1091: error: for each function it appears in.)
libhb/stream.c:1091: error: 'cc' undeclared (first use in this function)
libhb/stream.c:1095: warning: implicit declaration of function 'avcodec_find_dec
oder'
libhb/stream.c:1097: error: invalid type argument of '->'
libhb/stream.c:1106: error: invalid type argument of '->'
libhb/stream.c: In function 'hb_ts_stream_set_audio_id_and_codec':
libhb/stream.c:1181: error: 'hb_stream_t' has no member named 'a52_info'
libhb/stream.c: In function 'decode_element_descriptors':
libhb/stream.c:1419: error: 'hb_stream_t' has no member named 'a52_info'
libhb/stream.c: In function 'decode_program_map':
libhb/stream.c:1437: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1437: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1442: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1445: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1453: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1456: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c: In function 'build_program_map':
libhb/stream.c:1543: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1547: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1549: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1550: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1551: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1552: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1560: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1564: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1566: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1569: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1570: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1574: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1576: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1576: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1576: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1578: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1578: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c:1579: error: 'hb_stream_t' has no member named 'pmt_info'
libhb/stream.c: In function 'decode_PAT':
libhb/stream.c:1656: error: 'hb_stream_t' has no member named 'ts_number_pat_ent
ries'
libhb/stream.c:1657: error: 'hb_stream_t' has no member named 'ts_number_pat_ent
ries'
libhb/stream.c:1660: error: 'hb_stream_t' has no member named 'pat_info'
libhb/stream.c:1660: error: 'hb_stream_t' has no member named 'ts_number_pat_ent
ries'
libhb/stream.c:1670: error: 'hb_stream_t' has no member named 'pat_info'
libhb/stream.c:1670: error: 'hb_stream_t' has no member named 'ts_number_pat_ent
ries'
libhb/stream.c:1673: error: 'hb_stream_t' has no member named 'ts_number_pat_ent
ries'
libhb/stream.c: In function 'hb_ts_stream_find_pids':
libhb/stream.c:1715: error: 'hb_stream_t' has no member named 'ts_number_pat_ent
ries'
libhb/stream.c:1722: error: 'hb_stream_t' has no member named 'ts_number_pat_ent
ries'
libhb/stream.c:1735: error: 'hb_stream_t' has no member named 'pat_info'
libhb/stream.c: In function 'ffmpeg_add_codec':
libhb/stream.c:2267: error: 'AVCodecContext' undeclared (first use in this funct
ion)
libhb/stream.c:2267: error: 'context' undeclared (first use in this function)
libhb/stream.c:2267: error: 'hb_stream_t' has no member named 'ffmpeg_ic'
libhb/stream.c:2268: error: 'FF_BUG_AUTODETECT' undeclared (first use in this fu
nction)
libhb/stream.c:2270: error: 'FF_EC_GUESS_MVS' undeclared (first use in this func
tion)
libhb/stream.c:2270: error: 'FF_EC_DEBLOCK' undeclared (first use in this functi
on)
libhb/stream.c:2271: error: 'AVCodec' undeclared (first use in this function)
libhb/stream.c:2271: error: 'codec' undeclared (first use in this function)
libhb/stream.c:2272: warning: implicit declaration of function 'avcodec_open'
libhb/stream.c: In function 'hb_ffmpeg_context':
libhb/stream.c:2351: error: 'hb_stream_t' has no member named 'ffmpeg_ic'
libhb/stream.c: In function 'hb_ffmpeg_avstream':
libhb/stream.c:2358: error: 'hb_stream_t' has no member named 'ffmpeg_ic'
libhb/stream.c: At top level:
libhb/stream.c:2361: error: expected '=', ',', ';', 'asm' or '__attribute__' bef
ore '*' token
libhb/stream.c: In function 'ffmpeg_open':
libhb/stream.c:2365: error: 'ffmpeg_deferred_close' undeclared (first use in thi
s function)
libhb/stream.c:2367: warning: implicit declaration of function 'av_close_input_f
ile'
libhb/stream.c:2370: error: 'AVFormatContext' undeclared (first use in this func
tion)
libhb/stream.c:2370: error: 'ic' undeclared (first use in this function)
libhb/stream.c:2372: warning: implicit declaration of function 'av_log_set_level
'
libhb/stream.c:2372: error: 'AV_LOG_ERROR' undeclared (first use in this functio
n)
libhb/stream.c:2373: warning: implicit declaration of function 'av_open_input_fi
le'
libhb/stream.c:2377: warning: implicit declaration of function 'av_find_stream_i
nfo'
libhb/stream.c:2380: error: 'hb_stream_t' has no member named 'ffmpeg_ic'
libhb/stream.c:2396: error: 'AV_LOG_INFO' undeclared (first use in this function
)
libhb/stream.c:2397: warning: implicit declaration of function 'dump_format'
libhb/stream.c:2404: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this fun
ction)
libhb/stream.c: In function 'ffmpeg_close':
libhb/stream.c:2425: error: 'ffmpeg_deferred_close' undeclared (first use in thi
s function)
libhb/stream.c:2429: error: 'hb_stream_t' has no member named 'ffmpeg_ic'
libhb/stream.c: In function 'add_ffmpeg_audio':
libhb/stream.c:2434: error: 'AVStream' undeclared (first use in this function)
libhb/stream.c:2434: error: 'st' undeclared (first use in this function)
libhb/stream.c:2434: error: 'hb_stream_t' has no member named 'ffmpeg_ic'
libhb/stream.c:2435: error: 'AVCodecContext' undeclared (first use in this funct
ion)
libhb/stream.c:2435: error: 'codec' undeclared (first use in this function)
libhb/stream.c:2457: error: 'CODEC_ID_AC3' undeclared (first use in this functio
n)
libhb/stream.c: In function 'ffmpeg_title_scan':
libhb/stream.c:2479: error: 'AVFormatContext' undeclared (first use in this func
tion)
libhb/stream.c:2479: error: 'ic' undeclared (first use in this function)
libhb/stream.c:2479: error: 'hb_stream_t' has no member named 'ffmpeg_ic'
libhb/stream.c:2493: error: 'AV_TIME_BASE' undeclared (first use in this functio
n)
libhb/stream.c:2516: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this fun
ction)
libhb/stream.c:2529: error: 'CODEC_TYPE_AUDIO' undeclared (first use in this fun
ction)
libhb/stream.c: In function 'av_to_hb_pts':
libhb/stream.c:2544: error: 'AV_NOPTS_VALUE' undeclared (first use in this funct
ion)
libhb/stream.c: In function 'ffmpeg_read':
libhb/stream.c:2551: error: 'AVPacket' undeclared (first use in this function)
libhb/stream.c:2551: error: expected ';' before 'pkt'
libhb/stream.c:2553: warning: implicit declaration of function 'av_read_frame'
libhb/stream.c:2553: error: 'hb_stream_t' has no member named 'ffmpeg_ic'
libhb/stream.c:2553: error: 'pkt' undeclared (first use in this function)
libhb/stream.c:2565: error: 'AV_NOPTS_VALUE' undeclared (first use in this funct
ion)
libhb/stream.c:2568: warning: implicit declaration of function 'av_q2d'
libhb/stream.c:2568: error: 'hb_stream_t' has no member named 'ffmpeg_ic'
libhb/stream.c:2570: error: 'hb_stream_t' has no member named 'ffmpeg_ic'
libhb/stream.c:2571: warning: implicit declaration of function 'av_free_packet'
libhb/stream.c: In function 'ffmpeg_seek':
libhb/stream.c:2577: error: 'AVFormatContext' undeclared (first use in this func
tion)
libhb/stream.c:2577: error: 'ic' undeclared (first use in this function)
libhb/stream.c:2577: error: 'hb_stream_t' has no member named 'ffmpeg_ic'
libhb/stream.c:2579: warning: implicit declaration of function 'av_seek_frame'
libhb/stream.c:2579: error: 'AVSEEK_FLAG_BACKWARD' undeclared (first use in this
 function)
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/decsub.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/decsub.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/decsub.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/deca52.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/deca52.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/deca52.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/deca52.c:9:24: error: a52dec/a52.h: No such file or directory
libhb/deca52.c:16: error: expected specifier-qualifier-list before 'a52_state_t'

libhb/deca52.c:75: error: expected '=', ',', ';', 'asm' or '__attribute__' befor
e 'dynrng_call'
libhb/deca52.c: In function 'deca52Init':
libhb/deca52.c:100: error: 'hb_work_private_t' has no member named 'list'
libhb/deca52.c:101: error: 'hb_work_private_t' has no member named 'state'
libhb/deca52.c:101: warning: implicit declaration of function 'a52_init'
libhb/deca52.c:106: error: 'hb_work_private_t' has no member named 'flags_out'
libhb/deca52.c:110: error: 'hb_work_private_t' has no member named 'out_discrete
_channels'
libhb/deca52.c:112: error: 'hb_work_private_t' has no member named 'level'
libhb/deca52.c:113: error: 'hb_work_private_t' has no member named 'dynamic_rang
e_compression'
libhb/deca52.c:115: error: 'hb_work_private_t' has no member named 'next_expecte
d_pts'
libhb/deca52.c:116: error: 'hb_work_private_t' has no member named 'sequence'
libhb/deca52.c: In function 'deca52Close':
libhb/deca52.c:129: warning: implicit declaration of function 'a52_free'
libhb/deca52.c:129: error: 'hb_work_private_t' has no member named 'state'
libhb/deca52.c:130: error: 'hb_work_private_t' has no member named 'list'
libhb/deca52.c: In function 'deca52Work':
libhb/deca52.c:155: error: 'hb_work_private_t' has no member named 'sequence'
libhb/deca52.c:157: error: 'hb_work_private_t' has no member named 'list'
libhb/deca52.c:164: error: 'hb_work_private_t' has no member named 'sequence'
libhb/deca52.c: In function 'Decode':
libhb/deca52.c:186: error: 'hb_work_private_t' has no member named 'sync'
libhb/deca52.c:188: error: 'hb_work_private_t' has no member named 'list'
libhb/deca52.c:191: error: 'hb_work_private_t' has no member named 'list'
libhb/deca52.c:191: error: 'hb_work_private_t' has no member named 'frame'
libhb/deca52.c:192: error: 'hb_work_private_t' has no member named 'size'
libhb/deca52.c:192: warning: implicit declaration of function 'a52_syncinfo'
libhb/deca52.c:192: error: 'hb_work_private_t' has no member named 'frame'
libhb/deca52.c:192: error: 'hb_work_private_t' has no member named 'flags_in'
libhb/deca52.c:192: error: 'hb_work_private_t' has no member named 'rate'
libhb/deca52.c:193: error: 'hb_work_private_t' has no member named 'bitrate'
libhb/deca52.c:194: error: 'hb_work_private_t' has no member named 'size'
libhb/deca52.c:197: error: 'hb_work_private_t' has no member named 'error'
libhb/deca52.c:201: error: 'hb_work_private_t' has no member named 'error'
libhb/deca52.c:202: error: 'hb_work_private_t' has no member named 'sync'
libhb/deca52.c:207: error: 'hb_work_private_t' has no member named 'error'
libhb/deca52.c:210: error: 'hb_work_private_t' has no member named 'error'
libhb/deca52.c:214: error: 'hb_work_private_t' has no member named 'list'
libhb/deca52.c:214: error: 'hb_work_private_t' has no member named 'frame'
libhb/deca52.c:218: error: 'hb_work_private_t' has no member named 'sync'
libhb/deca52.c:219: error: 'hb_work_private_t' has no member named 'list'
libhb/deca52.c:219: error: 'hb_work_private_t' has no member named 'size'
libhb/deca52.c:226: error: 'hb_work_private_t' has no member named 'list'
libhb/deca52.c:226: error: 'hb_work_private_t' has no member named 'frame'
libhb/deca52.c:226: error: 'hb_work_private_t' has no member named 'size'
libhb/deca52.c:229: error: 'hb_work_private_t' has no member named 'next_expecte
d_pts'
libhb/deca52.c:235: error: 'hb_work_private_t' has no member named 'size'
libhb/deca52.c:236: error: 'hb_work_private_t' has no member named 'frame'
libhb/deca52.c:236: error: 'hb_work_private_t' has no member named 'size'
libhb/deca52.c:237: error: 'hb_work_private_t' has no member named 'size'
libhb/deca52.c:237: error: 'hb_work_private_t' has no member named 'rate'
libhb/deca52.c:238: error: 'hb_work_private_t' has no member named 'rate'
libhb/deca52.c:239: error: 'hb_work_private_t' has no member named 'next_expecte
d_pts'
libhb/deca52.c:240: error: 'hb_work_private_t' has no member named 'sync'
libhb/deca52.c:245: warning: implicit declaration of function 'a52_frame'
libhb/deca52.c:245: error: 'hb_work_private_t' has no member named 'state'
libhb/deca52.c:245: error: 'hb_work_private_t' has no member named 'frame'
libhb/deca52.c:245: error: 'hb_work_private_t' has no member named 'flags_out'
libhb/deca52.c:245: error: 'hb_work_private_t' has no member named 'level'
libhb/deca52.c:247: error: 'hb_work_private_t' has no member named 'dynamic_rang
e_compression'
libhb/deca52.c:249: warning: implicit declaration of function 'a52_dynrng'
libhb/deca52.c:249: error: 'hb_work_private_t' has no member named 'state'
libhb/deca52.c:249: error: 'dynrng_call' undeclared (first use in this function)

libhb/deca52.c:249: error: (Each undeclared identifier is reported only once
libhb/deca52.c:249: error: for each function it appears in.)
libhb/deca52.c:249: error: 'hb_work_private_t' has no member named 'dynamic_rang
e_compression'
libhb/deca52.c:253: error: 'hb_work_private_t' has no member named 'out_discrete
_channels'
libhb/deca52.c:254: error: 'hb_work_private_t' has no member named 'size'
libhb/deca52.c:254: error: 'hb_work_private_t' has no member named 'rate'
libhb/deca52.c:255: error: 'hb_work_private_t' has no member named 'rate'
libhb/deca52.c:262: error: 'hb_work_private_t' has no member named 'next_expecte
d_pts'
libhb/deca52.c:266: error: 'sample_t' undeclared (first use in this function)
libhb/deca52.c:266: error: 'samples_in' undeclared (first use in this function)
libhb/deca52.c:269: warning: implicit declaration of function 'a52_block'
libhb/deca52.c:269: error: 'hb_work_private_t' has no member named 'state'
libhb/deca52.c:270: warning: implicit declaration of function 'a52_samples'
libhb/deca52.c:270: error: 'hb_work_private_t' has no member named 'state'
libhb/deca52.c:271: error: 'hb_work_private_t' has no member named 'out_discrete
_channels'
libhb/deca52.c:276: error: 'hb_work_private_t' has no member named 'out_discrete
_channels'
libhb/deca52.c:278: error: 'hb_work_private_t' has no member named 'out_discrete
_channels'
libhb/deca52.c:284: error: 'hb_work_private_t' has no member named 'sync'
libhb/deca52.c: In function 'deca52BSInfo':
libhb/deca52.c:315: error: 'A52_CHANNEL_MASK' undeclared (first use in this func
tion)
libhb/deca52.c:315: error: 'A52_DOLBY' undeclared (first use in this function)
libhb/deca52.c:323: error: 'A52_MONO' undeclared (first use in this function)
libhb/deca52.c:324: error: 'A52_CHANNEL1' undeclared (first use in this function
)
libhb/deca52.c:325: error: 'A52_CHANNEL2' undeclared (first use in this function
)
libhb/deca52.c:329: error: 'A52_CHANNEL' undeclared (first use in this function)

libhb/deca52.c:330: error: 'A52_STEREO' undeclared (first use in this function)
libhb/deca52.c:338: error: 'A52_3F2R' undeclared (first use in this function)
libhb/deca52.c:342: error: 'A52_3F1R' undeclared (first use in this function)
libhb/deca52.c:346: error: 'A52_3F' undeclared (first use in this function)
libhb/deca52.c:349: error: 'A52_2F1R' undeclared (first use in this function)
libhb/deca52.c:352: error: 'A52_2F2R' undeclared (first use in this function)
libhb/deca52.c:360: error: 'A52_LFE' undeclared (first use in this function)
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/decdca.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/decdca.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/decdca.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/decdca.c:8:17: error: dca.h: No such file or directory
libhb/decdca.c:15: error: expected specifier-qualifier-list before 'dca_state_t'

libhb/decdca.c: In function 'decdcaInit':
libhb/decdca.c:73: error: 'hb_work_private_t' has no member named 'list'
libhb/decdca.c:74: error: 'hb_work_private_t' has no member named 'state'
libhb/decdca.c:74: warning: implicit declaration of function 'dca_init'
libhb/decdca.c:79: error: 'hb_work_private_t' has no member named 'flags_out'
libhb/decdca.c:83: error: 'hb_work_private_t' has no member named 'out_discrete_
channels'
libhb/decdca.c:85: error: 'hb_work_private_t' has no member named 'level'
libhb/decdca.c: In function 'decdcaClose':
libhb/decdca.c:98: warning: implicit declaration of function 'dca_free'
libhb/decdca.c:98: error: 'hb_work_private_t' has no member named 'state'
libhb/decdca.c:99: error: 'hb_work_private_t' has no member named 'list'
libhb/decdca.c: In function 'decdcaWork':
libhb/decdca.c:124: error: 'hb_work_private_t' has no member named 'list'
libhb/decdca.c: In function 'Decode':
libhb/decdca.c:152: error: 'hb_work_private_t' has no member named 'sync'
libhb/decdca.c:154: error: 'hb_work_private_t' has no member named 'list'
libhb/decdca.c:157: error: 'hb_work_private_t' has no member named 'list'
libhb/decdca.c:157: error: 'hb_work_private_t' has no member named 'frame'
libhb/decdca.c:158: error: 'hb_work_private_t' has no member named 'size'
libhb/decdca.c:158: warning: implicit declaration of function 'dca_syncinfo'
libhb/decdca.c:158: error: 'hb_work_private_t' has no member named 'state'
libhb/decdca.c:158: error: 'hb_work_private_t' has no member named 'frame'
libhb/decdca.c:158: error: 'hb_work_private_t' has no member named 'flags_in'
libhb/decdca.c:158: error: 'hb_work_private_t' has no member named 'rate'
libhb/decdca.c:159: error: 'hb_work_private_t' has no member named 'bitrate'
libhb/decdca.c:159: error: 'hb_work_private_t' has no member named 'frame_length
'
libhb/decdca.c:160: error: 'hb_work_private_t' has no member named 'size'
libhb/decdca.c:163: error: 'hb_work_private_t' has no member named 'error'
libhb/decdca.c:167: error: 'hb_work_private_t' has no member named 'error'
libhb/decdca.c:168: error: 'hb_work_private_t' has no member named 'sync'
libhb/decdca.c:173: error: 'hb_work_private_t' has no member named 'error'
libhb/decdca.c:176: error: 'hb_work_private_t' has no member named 'error'
libhb/decdca.c:180: error: 'hb_work_private_t' has no member named 'list'
libhb/decdca.c:180: error: 'hb_work_private_t' has no member named 'frame'
libhb/decdca.c:184: error: 'hb_work_private_t' has no member named 'sync'
libhb/decdca.c:185: error: 'hb_work_private_t' has no member named 'list'
libhb/decdca.c:185: error: 'hb_work_private_t' has no member named 'size'
libhb/decdca.c:192: error: 'hb_work_private_t' has no member named 'list'
libhb/decdca.c:192: error: 'hb_work_private_t' has no member named 'frame'
libhb/decdca.c:192: error: 'hb_work_private_t' has no member named 'size'
libhb/decdca.c:195: warning: implicit declaration of function 'dca_frame'
libhb/decdca.c:195: error: 'hb_work_private_t' has no member named 'state'
libhb/decdca.c:195: error: 'hb_work_private_t' has no member named 'frame'
libhb/decdca.c:195: error: 'hb_work_private_t' has no member named 'flags_out'
libhb/decdca.c:195: error: 'hb_work_private_t' has no member named 'level'
libhb/decdca.c:198: warning: implicit declaration of function 'dca_blocks_num'
libhb/decdca.c:198: error: 'hb_work_private_t' has no member named 'state'
libhb/decdca.c:201: error: 'hb_work_private_t' has no member named 'out_discrete
_channels'
libhb/decdca.c:202: error: 'hb_work_private_t' has no member named 'size'
libhb/decdca.c:202: error: 'hb_work_private_t' has no member named 'rate'
libhb/decdca.c:203: error: 'hb_work_private_t' has no member named 'rate'
libhb/decdca.c:207: error: 'dca_sample_t' undeclared (first use in this function
)
libhb/decdca.c:207: error: (Each undeclared identifier is reported only once
libhb/decdca.c:207: error: for each function it appears in.)
libhb/decdca.c:207: error: 'samples_in' undeclared (first use in this function)
libhb/decdca.c:210: warning: implicit declaration of function 'dca_block'
libhb/decdca.c:210: error: 'hb_work_private_t' has no member named 'state'
libhb/decdca.c:211: warning: implicit declaration of function 'dca_samples'
libhb/decdca.c:211: error: 'hb_work_private_t' has no member named 'state'
libhb/decdca.c:212: error: 'hb_work_private_t' has no member named 'out_discrete
_channels'
libhb/decdca.c:217: error: 'hb_work_private_t' has no member named 'out_discrete
_channels'
libhb/decdca.c:219: error: 'hb_work_private_t' has no member named 'out_discrete
_channels'
libhb/decdca.c:225: error: 'hb_work_private_t' has no member named 'sync'
libhb/decdca.c: In function 'decdcaBSInfo':
libhb/decdca.c:234: error: 'dca_state_t' undeclared (first use in this function)

libhb/decdca.c:234: error: 'state' undeclared (first use in this function)
libhb/decdca.c:260: error: 'DCA_CHANNEL_MASK' undeclared (first use in this func
tion)
libhb/decdca.c:260: error: 'DCA_DOLBY' undeclared (first use in this function)
libhb/decdca.c:268: error: 'DCA_MONO' undeclared (first use in this function)
libhb/decdca.c:272: error: 'DCA_CHANNEL' undeclared (first use in this function)

libhb/decdca.c:273: error: 'DCA_STEREO' undeclared (first use in this function)
libhb/decdca.c:274: error: 'DCA_STEREO_SUMDIFF' undeclared (first use in this fu
nction)
libhb/decdca.c:275: error: 'DCA_STEREO_TOTAL' undeclared (first use in this func
tion)
libhb/decdca.c:279: error: 'DCA_3F2R' undeclared (first use in this function)
libhb/decdca.c:283: error: 'DCA_3F1R' undeclared (first use in this function)
libhb/decdca.c:287: error: 'DCA_3F' undeclared (first use in this function)
libhb/decdca.c:290: error: 'DCA_2F1R' undeclared (first use in this function)
libhb/decdca.c:293: error: 'DCA_2F2R' undeclared (first use in this function)
libhb/decdca.c:296: error: 'DCA_4F2R' undeclared (first use in this function)
libhb/decdca.c:304: error: 'DCA_LFE' undeclared (first use in this function)
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/encfaac.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/encfaac.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/encfaac.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/encfaac.c:9:18: error: faac.h: No such file or directory
libhb/encfaac.c:15: error: expected specifier-qualifier-list before 'faacEncHand
le'
libhb/encfaac.c: In function 'encfaacInit':
libhb/encfaac.c:48: error: 'faacEncConfigurationPtr' undeclared (first use in th
is function)
libhb/encfaac.c:48: error: (Each undeclared identifier is reported only once
libhb/encfaac.c:48: error: for each function it appears in.)
libhb/encfaac.c:48: error: expected ';' before 'cfg'
libhb/encfaac.c:57: error: 'hb_work_private_t' has no member named 'out_discrete
_channels'
libhb/encfaac.c:59: error: 'hb_work_private_t' has no member named 'faac'
libhb/encfaac.c:59: warning: implicit declaration of function 'faacEncOpen'
libhb/encfaac.c:59: error: 'hb_work_private_t' has no member named 'out_discrete
_channels'
libhb/encfaac.c:60: error: 'hb_work_private_t' has no member named 'input_sample
s'
libhb/encfaac.c:60: error: 'hb_work_private_t' has no member named 'output_bytes
'
libhb/encfaac.c:61: error: 'hb_work_private_t' has no member named 'buf'
libhb/encfaac.c:61: error: 'hb_work_private_t' has no member named 'input_sample
s'
libhb/encfaac.c:62: error: 'hb_work_private_t' has no member named 'obuf'
libhb/encfaac.c:62: error: 'hb_work_private_t' has no member named 'output_bytes
'
libhb/encfaac.c:63: error: 'hb_work_private_t' has no member named 'framedur'
libhb/encfaac.c:63: error: 'hb_work_private_t' has no member named 'input_sample
s'
libhb/encfaac.c:64: error: 'hb_work_private_t' has no member named 'out_discrete
_channels'
libhb/encfaac.c:66: error: 'cfg' undeclared (first use in this function)
libhb/encfaac.c:66: warning: implicit declaration of function 'faacEncGetCurrent
Configuration'
libhb/encfaac.c:66: error: 'hb_work_private_t' has no member named 'faac'
libhb/encfaac.c:67: error: 'MPEG4' undeclared (first use in this function)
libhb/encfaac.c:68: error: 'LOW' undeclared (first use in this function)
libhb/encfaac.c:71: error: 'hb_work_private_t' has no member named 'out_discrete
_channels'
libhb/encfaac.c:80: error: 'hb_work_private_t' has no member named 'out_discrete
_channels'
libhb/encfaac.c:83: error: 'FAAC_INPUT_FLOAT' undeclared (first use in this func
tion)
libhb/encfaac.c:100: warning: implicit declaration of function 'faacEncSetConfig
uration'
libhb/encfaac.c:100: error: 'hb_work_private_t' has no member named 'faac'
libhb/encfaac.c:107: warning: implicit declaration of function 'faacEncGetDecode
rSpecificInfo'
libhb/encfaac.c:107: error: 'hb_work_private_t' has no member named 'faac'
libhb/encfaac.c:117: error: 'hb_work_private_t' has no member named 'list'
libhb/encfaac.c: In function 'encfaacClose':
libhb/encfaac.c:130: warning: implicit declaration of function 'faacEncClose'
libhb/encfaac.c:130: error: 'hb_work_private_t' has no member named 'faac'
libhb/encfaac.c:131: error: 'hb_work_private_t' has no member named 'buf'
libhb/encfaac.c:132: error: 'hb_work_private_t' has no member named 'obuf'
libhb/encfaac.c:133: error: 'hb_work_private_t' has no member named 'list'
libhb/encfaac.c: In function 'Encode':
libhb/encfaac.c:147: error: 'hb_work_private_t' has no member named 'list'
libhb/encfaac.c:147: error: 'hb_work_private_t' has no member named 'input_sampl
es'
libhb/encfaac.c:154: error: 'hb_work_private_t' has no member named 'list'
libhb/encfaac.c:154: error: 'hb_work_private_t' has no member named 'buf'
libhb/encfaac.c:154: error: 'hb_work_private_t' has no member named 'input_sampl
es'
libhb/encfaac.c:156: warning: implicit declaration of function 'faacEncEncode'
libhb/encfaac.c:156: error: 'hb_work_private_t' has no member named 'faac'
libhb/encfaac.c:156: error: 'hb_work_private_t' has no member named 'buf'
libhb/encfaac.c:156: error: 'hb_work_private_t' has no member named 'input_sampl
es'
libhb/encfaac.c:157: error: 'hb_work_private_t' has no member named 'obuf'
libhb/encfaac.c:157: error: 'hb_work_private_t' has no member named 'output_byte
s'
libhb/encfaac.c:164: error: 'hb_work_private_t' has no member named 'obuf'
libhb/encfaac.c:166: error: 'hb_work_private_t' has no member named 'pts'
libhb/encfaac.c:167: error: 'hb_work_private_t' has no member named 'pts'
libhb/encfaac.c:167: error: 'hb_work_private_t' has no member named 'framedur'
libhb/encfaac.c:168: error: 'hb_work_private_t' has no member named 'pts'
libhb/encfaac.c: In function 'Flush':
libhb/encfaac.c:180: error: 'hb_work_private_t' has no member named 'list'
libhb/encfaac.c:181: error: 'hb_work_private_t' has no member named 'input_sampl
es'
libhb/encfaac.c:186: error: 'hb_work_private_t' has no member named 'list'
libhb/encfaac.c:192: error: 'hb_work_private_t' has no member named 'list'
libhb/encfaac.c:192: error: 'hb_work_private_t' has no member named 'input_sampl
es'
libhb/encfaac.c: In function 'encfaacWork':
libhb/encfaac.c:237: error: 'hb_work_private_t' has no member named 'list'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/declpcm.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/declpcm.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/declpcm.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/encx264.c:9:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/encx264.c:9:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/encx264.c:9:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/encx264.c:11:18: error: x264.h: No such file or directory
libhb/encx264.c:49: error: expected specifier-qualifier-list before 'x264_t'
libhb/encx264.c: In function 'encx264Init':
libhb/encx264.c:72: error: 'x264_param_t' undeclared (first use in this function
)
libhb/encx264.c:72: error: (Each undeclared identifier is reported only once
libhb/encx264.c:72: error: for each function it appears in.)
libhb/encx264.c:72: error: expected ';' before 'param'
libhb/encx264.c:73: error: 'x264_nal_t' undeclared (first use in this function)
libhb/encx264.c:73: error: 'nal' undeclared (first use in this function)
libhb/encx264.c:82: error: 'hb_work_private_t' has no member named 'filename'
libhb/encx264.c:83: error: 'hb_work_private_t' has no member named 'filename'
libhb/encx264.c:85: warning: implicit declaration of function 'x264_param_defaul
t'
libhb/encx264.c:85: error: 'param' undeclared (first use in this function)
libhb/encx264.c:102: error: 'X264_LOG_INFO' undeclared (first use in this functi
on)
libhb/encx264.c:188: warning: implicit declaration of function 'x264_param_parse
'
libhb/encx264.c:191: error: 'X264_PARAM_BAD_NAME' undeclared (first use in this
function)
libhb/encx264.c:193: error: 'X264_PARAM_BAD_VALUE' undeclared (first use in this
 function)
libhb/encx264.c:233: error: 'X264_RC_CRF' undeclared (first use in this function
)
libhb/encx264.c:241: error: 'X264_RC_CQP' undeclared (first use in this function
)
libhb/encx264.c:274: error: 'X264_RC_ABR' undeclared (first use in this function
)
libhb/encx264.c:280: error: 'hb_work_private_t' has no member named 'filename'
libhb/encx264.c:284: error: 'hb_work_private_t' has no member named 'filename'
libhb/encx264.c:290: error: 'hb_work_private_t' has no member named 'x264'
libhb/encx264.c:290: warning: implicit declaration of function 'x264_encoder_ope
n'
libhb/encx264.c:292: warning: implicit declaration of function 'x264_encoder_hea
ders'
libhb/encx264.c:292: error: 'hb_work_private_t' has no member named 'x264'
libhb/encx264.c:295: warning: implicit declaration of function 'x264_nal_encode'

libhb/encx264.c:302: warning: implicit declaration of function 'x264_picture_all
oc'
libhb/encx264.c:302: error: 'hb_work_private_t' has no member named 'pic_in'
libhb/encx264.c:302: error: 'X264_CSP_I420' undeclared (first use in this functi
on)
libhb/encx264.c:305: error: 'hb_work_private_t' has no member named 'x264_alloca
ted_pic'
libhb/encx264.c:305: error: 'hb_work_private_t' has no member named 'pic_in'
libhb/encx264.c:311: error: 'hb_work_private_t' has no member named 'init_delay'

libhb/encx264.c:318: error: 'hb_work_private_t' has no member named 'init_delay'

libhb/encx264.c:319: error: 'hb_work_private_t' has no member named 'init_delay'

libhb/encx264.c:327: error: 'hb_work_private_t' has no member named 'init_delay'

libhb/encx264.c:333: error: 'hb_work_private_t' has no member named 'init_delay'

libhb/encx264.c:337: error: 'hb_work_private_t' has no member named 'init_delay'

libhb/encx264.c:339: error: 'hb_work_private_t' has no member named 'init_delay'

libhb/encx264.c: In function 'encx264Close':
libhb/encx264.c:351: error: 'hb_work_private_t' has no member named 'pic_in'
libhb/encx264.c:351: error: 'hb_work_private_t' has no member named 'x264_alloca
ted_pic'
libhb/encx264.c:352: warning: implicit declaration of function 'x264_picture_cle
an'
libhb/encx264.c:352: error: 'hb_work_private_t' has no member named 'pic_in'
libhb/encx264.c:353: warning: implicit declaration of function 'x264_encoder_clo
se'
libhb/encx264.c:353: error: 'hb_work_private_t' has no member named 'x264'
libhb/encx264.c: In function 'save_frame_info':
libhb/encx264.c:367: error: 'hb_work_private_t' has no member named 'frame_info'

libhb/encx264.c: In function 'get_frame_duration':
libhb/encx264.c:373: error: 'hb_work_private_t' has no member named 'frame_info'

libhb/encx264.c: At top level:
libhb/encx264.c:376: error: expected declaration specifiers or '...' before 'x26
4_picture_t'
libhb/encx264.c:377: error: expected declaration specifiers or '...' before 'x26
4_nal_t'
libhb/encx264.c: In function 'nal_encode':
libhb/encx264.c:389: error: 'pic_out' undeclared (first use in this function)
libhb/encx264.c:402: error: 'nal' undeclared (first use in this function)
libhb/encx264.c:410: error: 'NAL_PRIORITY_HIGHEST' undeclared (first use in this
 function)
libhb/encx264.c:436: error: 'X264_TYPE_IDR' undeclared (first use in this functi
on)
libhb/encx264.c:442: error: 'hb_work_private_t' has no member named 'next_chap'
libhb/encx264.c:442: error: 'hb_work_private_t' has no member named 'next_chap'
libhb/encx264.c:444: error: 'hb_work_private_t' has no member named 'next_chap'
libhb/encx264.c:445: error: 'hb_work_private_t' has no member named 'chap_mark'
libhb/encx264.c:449: error: 'X264_TYPE_I' undeclared (first use in this function
)
libhb/encx264.c:453: error: 'X264_TYPE_P' undeclared (first use in this function
)
libhb/encx264.c:457: error: 'X264_TYPE_B' undeclared (first use in this function
)
libhb/encx264.c:463: error: 'X264_TYPE_BREF' undeclared (first use in this funct
ion)
libhb/encx264.c:476: error: 'NAL_PRIORITY_DISPOSABLE' undeclared (first use in t
his function)
libhb/encx264.c: In function 'x264_encode':
libhb/encx264.c:496: error: 'hb_work_private_t' has no member named 'pic_in'
libhb/encx264.c:501: error: 'hb_work_private_t' has no member named 'pic_in'
libhb/encx264.c:502: error: 'hb_work_private_t' has no member named 'pic_in'
libhb/encx264.c:507: error: 'hb_work_private_t' has no member named 'pic_in'
libhb/encx264.c:508: error: 'hb_work_private_t' has no member named 'pic_in'
libhb/encx264.c:517: error: 'hb_work_private_t' has no member named 'pic_in'
libhb/encx264.c:517: error: 'X264_TYPE_IDR' undeclared (first use in this functi
on)
libhb/encx264.c:518: error: 'hb_work_private_t' has no member named 'next_chap'
libhb/encx264.c:520: error: 'hb_work_private_t' has no member named 'next_chap'
libhb/encx264.c:521: error: 'hb_work_private_t' has no member named 'chap_mark'
libhb/encx264.c:528: error: 'hb_work_private_t' has no member named 'pic_in'
libhb/encx264.c:528: error: 'X264_TYPE_AUTO' undeclared (first use in this funct
ion)
libhb/encx264.c:530: error: 'hb_work_private_t' has no member named 'pic_in'
libhb/encx264.c:537: error: 'hb_work_private_t' has no member named 'last_stop'
libhb/encx264.c:540: error: 'hb_work_private_t' has no member named 'last_stop'
libhb/encx264.c:542: error: 'hb_work_private_t' has no member named 'last_stop'
libhb/encx264.c:549: error: 'hb_work_private_t' has no member named 'pic_in'
libhb/encx264.c:551: error: 'x264_picture_t' undeclared (first use in this funct
ion)
libhb/encx264.c:551: error: expected ';' before 'pic_out'
libhb/encx264.c:553: error: 'x264_nal_t' undeclared (first use in this function)

libhb/encx264.c:553: error: 'nal' undeclared (first use in this function)
libhb/encx264.c:555: warning: implicit declaration of function 'x264_encoder_enc
ode'
libhb/encx264.c:555: error: 'hb_work_private_t' has no member named 'x264'
libhb/encx264.c:555: error: 'hb_work_private_t' has no member named 'pic_in'
libhb/encx264.c:555: error: 'pic_out' undeclared (first use in this function)
libhb/encx264.c:558: error: too many arguments to function 'nal_encode'
libhb/encx264.c: In function 'encx264Work':
libhb/encx264.c:573: error: 'x264_picture_t' undeclared (first use in this funct
ion)
libhb/encx264.c:573: error: expected ';' before 'pic_out'
libhb/encx264.c:575: error: 'x264_nal_t' undeclared (first use in this function)

libhb/encx264.c:575: error: 'nal' undeclared (first use in this function)
libhb/encx264.c:580: error: 'hb_work_private_t' has no member named 'x264'
libhb/encx264.c:580: error: 'pic_out' undeclared (first use in this function)
libhb/encx264.c:584: error: too many arguments to function 'nal_encode'
libhb/encx264.c:607: error: 'hb_work_private_t' has no member named 'init_delay'

libhb/encx264.c:607: error: 'hb_work_private_t' has no member named 'init_delay'

libhb/encx264.c:633: error: 'hb_work_private_t' has no member named 'init_delay'

libhb/encx264.c:633: error: 'hb_work_private_t' has no member named 'init_delay'

In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/decavcodec.c:62:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/decavcodec.c:62:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/decavcodec.c:62:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/decavcodec.c:64:32: error: libavcodec/avcodec.h: No such file or directory

libhb/decavcodec.c:65:34: error: libavformat/avformat.h: No such file or directo
ry
libhb/decavcodec.c:87: error: expected specifier-qualifier-list before 'AVCodecC
ontext'
libhb/decavcodec.c: In function 'decavcodecInit':
libhb/decavcodec.c:109: error: 'AVCodec' undeclared (first use in this function)

libhb/decavcodec.c:109: error: (Each undeclared identifier is reported only once

libhb/decavcodec.c:109: error: for each function it appears in.)
libhb/decavcodec.c:109: error: 'codec' undeclared (first use in this function)
libhb/decavcodec.c:119: error: 'CODEC_ID_MP2' undeclared (first use in this func
tion)
libhb/decavcodec.c:120: warning: implicit declaration of function 'avcodec_find_
decoder'
libhb/decavcodec.c:121: error: 'hb_work_private_t' has no member named 'parser'
libhb/decavcodec.c:121: warning: implicit declaration of function 'av_parser_ini
t'
libhb/decavcodec.c:123: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:123: warning: implicit declaration of function 'avcodec_alloc
_context'
libhb/decavcodec.c:124: warning: implicit declaration of function 'avcodec_open'

libhb/decavcodec.c:124: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c: In function 'decavcodecClose':
libhb/decavcodec.c:137: error: 'hb_work_private_t' has no member named 'parser'
libhb/decavcodec.c:139: warning: implicit declaration of function 'av_parser_clo
se'
libhb/decavcodec.c:139: error: 'hb_work_private_t' has no member named 'parser'
libhb/decavcodec.c:141: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:141: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:143: warning: implicit declaration of function 'avcodec_close
'
libhb/decavcodec.c:143: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:145: error: 'hb_work_private_t' has no member named 'list'
libhb/decavcodec.c:147: error: 'hb_work_private_t' has no member named 'list'
libhb/decavcodec.c: In function 'decavcodecWork':
libhb/decavcodec.c:162: error: 'AVCODEC_MAX_AUDIO_FRAME_SIZE' undeclared (first
use in this function)
libhb/decavcodec.c:177: error: 'hb_work_private_t' has no member named 'pts_next
'
libhb/decavcodec.c:182: warning: implicit declaration of function 'av_parser_par
se'
libhb/decavcodec.c:182: error: 'hb_work_private_t' has no member named 'parser'
libhb/decavcodec.c:182: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:190: warning: implicit declaration of function 'avcodec_decod
e_audio2'
libhb/decavcodec.c:190: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:203: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:205: error: 'SAMPLE_FMT_S16' undeclared (first use in this fu
nction)
libhb/decavcodec.c:211: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:216: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:217: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:240: error: 'hb_work_private_t' has no member named 'pts_next
'
libhb/decavcodec.c:162: warning: unused variable 'buffer'
libhb/decavcodec.c: In function 'decavcodecInfo':
libhb/decavcodec.c:251: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:253: error: 'AVCodecContext' undeclared (first use in this fu
nction)
libhb/decavcodec.c:253: error: 'context' undeclared (first use in this function)

libhb/decavcodec.c:253: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c: In function 'decavcodecBSInfo':
libhb/decavcodec.c:271: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:278: error: 'AVCodec' undeclared (first use in this function)

libhb/decavcodec.c:278: error: 'codec' undeclared (first use in this function)
libhb/decavcodec.c:279: error: 'CODEC_ID_MP2' undeclared (first use in this func
tion)
libhb/decavcodec.c: At top level:
libhb/decavcodec.c:317: error: expected ')' before '*' token
libhb/decavcodec.c:331: error: expected ')' before '*' token
libhb/decavcodec.c: In function 'log_chapter':
libhb/decavcodec.c:343: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:344: error: 'hb_work_private_t' has no member named 'nframes'

libhb/decavcodec.c: In function 'decodeFrame':
libhb/decavcodec.c:350: error: 'AVFrame' undeclared (first use in this function)

libhb/decavcodec.c:350: error: expected ';' before 'frame'
libhb/decavcodec.c:352: warning: implicit declaration of function 'avcodec_decod
e_video'
libhb/decavcodec.c:352: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:352: error: 'frame' undeclared (first use in this function)
libhb/decavcodec.c:370: error: 'hb_work_private_t' has no member named 'pts_next
'
libhb/decavcodec.c:372: error: 'hb_work_private_t' has no member named 'duration
'
libhb/decavcodec.c:374: error: 'hb_work_private_t' has no member named 'duration
'
libhb/decavcodec.c:374: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:375: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:377: error: 'hb_work_private_t' has no member named 'duration
'
libhb/decavcodec.c:379: error: 'hb_work_private_t' has no member named 'pts_next
'
libhb/decavcodec.c:381: warning: implicit declaration of function 'copy_frame'
libhb/decavcodec.c:381: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:381: warning: initialization makes pointer from integer witho
ut a cast
libhb/decavcodec.c:384: error: 'hb_work_private_t' has no member named 'new_chap
'
libhb/decavcodec.c:384: error: 'hb_work_private_t' has no member named 'chap_tim
e'
libhb/decavcodec.c:386: error: 'hb_work_private_t' has no member named 'new_chap
'
libhb/decavcodec.c:387: error: 'hb_work_private_t' has no member named 'new_chap
'
libhb/decavcodec.c:388: error: 'hb_work_private_t' has no member named 'chap_tim
e'
libhb/decavcodec.c:394: error: 'hb_work_private_t' has no member named 'nframes'

libhb/decavcodec.c:398: error: 'hb_work_private_t' has no member named 'list'
libhb/decavcodec.c:399: error: 'hb_work_private_t' has no member named 'nframes'

libhb/decavcodec.c: In function 'decodeVideo':
libhb/decavcodec.c:417: error: 'hb_work_private_t' has no member named 'parser'
libhb/decavcodec.c:417: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:423: error: 'hb_work_private_t' has no member named 'pts'
libhb/decavcodec.c:423: error: 'hb_work_private_t' has no member named 'parser'
libhb/decavcodec.c: In function 'link_buf_list':
libhb/decavcodec.c:436: error: 'hb_work_private_t' has no member named 'list'
libhb/decavcodec.c:440: error: 'hb_work_private_t' has no member named 'list'
libhb/decavcodec.c:444: error: 'hb_work_private_t' has no member named 'list'
libhb/decavcodec.c:446: error: 'hb_work_private_t' has no member named 'list'
libhb/decavcodec.c: In function 'decavcodecvInit':
libhb/decavcodec.c:461: error: 'hb_work_private_t' has no member named 'list'
libhb/decavcodec.c:464: error: 'hb_work_private_t' has no member named 'parser'
libhb/decavcodec.c:465: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:465: warning: implicit declaration of function 'avcodec_alloc
_context2'
libhb/decavcodec.c:465: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this
function)
libhb/decavcodec.c:468: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:469: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:469: error: 'get_frame_buf' undeclared (first use in this fun
ction)
libhb/decavcodec.c:471: error: 'AVCodec' undeclared (first use in this function)

libhb/decavcodec.c:471: error: 'codec' undeclared (first use in this function)
libhb/decavcodec.c:478: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:479: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:479: warning: implicit declaration of function 'av_malloc'
libhb/decavcodec.c:479: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:480: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c: In function 'decavcodecvWork':
libhb/decavcodec.c:499: error: 'hb_work_private_t' has no member named 'list'
libhb/decavcodec.c:501: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:501: error: 'hb_work_private_t' has no member named 'nframes'

libhb/decavcodec.c:512: error: 'hb_work_private_t' has no member named 'new_chap
'
libhb/decavcodec.c:513: error: 'hb_work_private_t' has no member named 'chap_tim
e'
libhb/decavcodec.c:513: error: 'hb_work_private_t' has no member named 'pts_next
'
libhb/decavcodec.c: In function 'decavcodecvInfo':
libhb/decavcodec.c:527: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:529: error: 'AVCodecContext' undeclared (first use in this fu
nction)
libhb/decavcodec.c:529: error: 'context' undeclared (first use in this function)

libhb/decavcodec.c:529: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c: In function 'init_ffmpeg_context':
libhb/decavcodec.c:597: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:601: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:603: error: 'AVCodec' undeclared (first use in this function)

libhb/decavcodec.c:603: error: 'codec' undeclared (first use in this function)
libhb/decavcodec.c:603: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:604: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:609: error: 'AVStream' undeclared (first use in this function
)
libhb/decavcodec.c:609: error: 'st' undeclared (first use in this function)
libhb/decavcodec.c:610: error: 'AVRational' undeclared (first use in this functi
on)
libhb/decavcodec.c:610: error: expected ';' before 'tb'
libhb/decavcodec.c:616: error: 'tb' undeclared (first use in this function)
libhb/decavcodec.c:634: error: 'hb_work_private_t' has no member named 'duration
'
libhb/decavcodec.c:637: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:638: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:638: error: 'get_frame_buf' undeclared (first use in this fun
ction)
libhb/decavcodec.c: In function 'prepare_ffmpeg_buffer':
libhb/decavcodec.c:650: error: 'FF_INPUT_BUFFER_PADDING_SIZE' undeclared (first
use in this function)
libhb/decavcodec.c: In function 'decavcodecviInit':
libhb/decavcodec.c:664: error: 'hb_work_private_t' has no member named 'list'
libhb/decavcodec.c: In function 'decavcodecviWork':
libhb/decavcodec.c:673: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:677: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:688: error: 'CODEC_ID_MPEG2VIDEO' undeclared (first use in th
is function)
libhb/decavcodec.c:689: error: 'CODEC_ID_RAWVIDEO' undeclared (first use in this
 function)
libhb/decavcodec.c:690: error: 'CODEC_ID_H264' undeclared (first use in this fun
ction)
libhb/decavcodec.c:691: error: 'CODEC_ID_VC1' undeclared (first use in this func
tion)
libhb/decavcodec.c:695: error: 'hb_work_private_t' has no member named 'ignore_p
ts'
libhb/decavcodec.c:711: error: 'hb_work_private_t' has no member named 'list'
libhb/decavcodec.c:713: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:714: error: 'hb_work_private_t' has no member named 'nframes'

libhb/decavcodec.c:714: error: 'hb_work_private_t' has no member named 'ndrops'
libhb/decavcodec.c:721: error: 'hb_work_private_t' has no member named 'pts_next
'
libhb/decavcodec.c:723: error: 'hb_work_private_t' has no member named 'pts_next
'
libhb/decavcodec.c:726: error: 'hb_work_private_t' has no member named 'ignore_p
ts'
libhb/decavcodec.c:729: error: 'hb_work_private_t' has no member named 'pts'
libhb/decavcodec.c:732: error: 'hb_work_private_t' has no member named 'pts'
libhb/decavcodec.c:732: error: 'hb_work_private_t' has no member named 'pts'
libhb/decavcodec.c:734: error: 'hb_work_private_t' has no member named 'pts_next
'
libhb/decavcodec.c:734: error: 'hb_work_private_t' has no member named 'duration
'
libhb/decavcodec.c:739: error: 'hb_work_private_t' has no member named 'ndrops'
libhb/decavcodec.c:742: error: 'hb_work_private_t' has no member named 'pts_next
'
libhb/decavcodec.c:742: error: 'hb_work_private_t' has no member named 'pts_next
'
libhb/decavcodec.c:747: error: 'hb_work_private_t' has no member named 'pts'
libhb/decavcodec.c:753: error: 'hb_work_private_t' has no member named 'new_chap
'
libhb/decavcodec.c:754: error: 'hb_work_private_t' has no member named 'chap_tim
e'
libhb/decavcodec.c:754: error: 'hb_work_private_t' has no member named 'pts_next
'
libhb/decavcodec.c: In function 'decavcodecviInfo':
libhb/decavcodec.c:776: error: 'AVStream' undeclared (first use in this function
)
libhb/decavcodec.c:776: error: 'st' undeclared (first use in this function)
libhb/decavcodec.c:777: error: 'AVRational' undeclared (first use in this functi
on)
libhb/decavcodec.c:777: error: expected ';' before 'tb'
libhb/decavcodec.c:783: error: 'tb' undeclared (first use in this function)
libhb/decavcodec.c: In function 'decodeAudio':
libhb/decavcodec.c:813: error: 'AVCodecContext' undeclared (first use in this fu
nction)
libhb/decavcodec.c:813: error: 'context' undeclared (first use in this function)

libhb/decavcodec.c:813: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:818: error: 'AVCODEC_MAX_AUDIO_FRAME_SIZE' undeclared (first
use in this function)
libhb/decavcodec.c:831: error: 'hb_work_private_t' has no member named 'pts_next
'
libhb/decavcodec.c:834: error: 'hb_work_private_t' has no member named 'duration
'
libhb/decavcodec.c:836: error: 'hb_work_private_t' has no member named 'pts_next
'
libhb/decavcodec.c:844: error: 'hb_work_private_t' has no member named 'list'
libhb/decavcodec.c:818: warning: unused variable 'buffer'
libhb/decavcodec.c: In function 'decavcodecaiWork':
libhb/decavcodec.c:861: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:864: error: 'hb_work_private_t' has no member named 'duration
'
libhb/decavcodec.c:865: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:865: error: 'hb_work_private_t' has no member named 'context'

libhb/decavcodec.c:870: error: 'hb_work_private_t' has no member named 'pts_next
'
libhb/decavcodec.c:870: error: 'hb_work_private_t' has no member named 'pts_next
'
libhb/decavcodec.c:872: error: 'hb_work_private_t' has no member named 'pts_next
'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/encxvid.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/encxvid.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/encxvid.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/encxvid.c:9:18: error: xvid.h: No such file or directory
libhb/encxvid.c: In function 'encxvidInit':
libhb/encxvid.c:35: error: 'xvid_gbl_init_t' undeclared (first use in this funct
ion)
libhb/encxvid.c:35: error: (Each undeclared identifier is reported only once
libhb/encxvid.c:35: error: for each function it appears in.)
libhb/encxvid.c:35: error: expected ';' before 'xvid_gbl_init'
libhb/encxvid.c:36: error: 'xvid_enc_create_t' undeclared (first use in this fun
ction)
libhb/encxvid.c:36: error: expected ';' before 'create'
libhb/encxvid.c:37: error: 'xvid_plugin_single_t' undeclared (first use in this
function)
libhb/encxvid.c:37: error: expected ';' before 'single'
libhb/encxvid.c:38: error: 'xvid_plugin_2pass1_t' undeclared (first use in this
function)
libhb/encxvid.c:38: error: expected ';' before 'rc2pass1'
libhb/encxvid.c:39: error: 'xvid_plugin_2pass2_t' undeclared (first use in this
function)
libhb/encxvid.c:39: error: expected ';' before 'rc2pass2'
libhb/encxvid.c:40: error: 'xvid_enc_plugin_t' undeclared (first use in this fun
ction)
libhb/encxvid.c:40: error: expected ';' before 'plugins'
libhb/encxvid.c:50: error: 'xvid_gbl_init' undeclared (first use in this functio
n)
libhb/encxvid.c:51: error: 'XVID_VERSION' undeclared (first use in this function
)
libhb/encxvid.c:52: warning: implicit declaration of function 'xvid_global'
libhb/encxvid.c:52: error: 'XVID_GBL_INIT' undeclared (first use in this functio
n)
libhb/encxvid.c:54: error: 'create' undeclared (first use in this function)
libhb/encxvid.c:64: error: 'single' undeclared (first use in this function)
libhb/encxvid.c:79: error: 'plugins' undeclared (first use in this function)
libhb/encxvid.c:79: error: 'xvid_plugin_single' undeclared (first use in this fu
nction)
libhb/encxvid.c:84: error: 'rc2pass1' undeclared (first use in this function)
libhb/encxvid.c:87: error: 'xvid_plugin_2pass1' undeclared (first use in this fu
nction)
libhb/encxvid.c:92: error: 'rc2pass2' undeclared (first use in this function)
libhb/encxvid.c:96: error: 'xvid_plugin_2pass2' undeclared (first use in this fu
nction)
libhb/encxvid.c:114: warning: implicit declaration of function 'xvid_encore'
libhb/encxvid.c:114: error: 'XVID_ENC_CREATE' undeclared (first use in this func
tion)
libhb/encxvid.c: In function 'encxvidClose':
libhb/encxvid.c:132: error: 'XVID_ENC_DESTROY' undeclared (first use in this fun
ction)
libhb/encxvid.c: In function 'encxvidWork':
libhb/encxvid.c:149: error: 'xvid_enc_frame_t' undeclared (first use in this fun
ction)
libhb/encxvid.c:149: error: expected ';' before 'frame'
libhb/encxvid.c:165: error: 'frame' undeclared (first use in this function)
libhb/encxvid.c:167: error: 'XVID_VERSION' undeclared (first use in this functio
n)
libhb/encxvid.c:171: error: 'XVID_CSP_I420' undeclared (first use in this functi
on)
libhb/encxvid.c:174: error: 'XVID_VOP_HALFPEL' undeclared (first use in this fun
ction)
libhb/encxvid.c:174: error: 'XVID_VOP_INTER4V' undeclared (first use in this fun
ction)
libhb/encxvid.c:175: error: 'XVID_VOP_TRELLISQUANT' undeclared (first use in thi
s function)
libhb/encxvid.c:175: error: 'XVID_VOP_HQACPRED' undeclared (first use in this fu
nction)
libhb/encxvid.c:178: error: 'XVID_PAR_EXT' undeclared (first use in this functio
n)
libhb/encxvid.c:185: error: 'XVID_VOP_GREYSCALE' undeclared (first use in this f
unction)
libhb/encxvid.c:187: error: 'XVID_TYPE_AUTO' undeclared (first use in this funct
ion)
libhb/encxvid.c:189: error: 'XVID_ME_ADVANCEDDIAMOND16' undeclared (first use in
 this function)
libhb/encxvid.c:189: error: 'XVID_ME_HALFPELREFINE16' undeclared (first use in t
his function)
libhb/encxvid.c:190: error: 'XVID_ME_EXTSEARCH16' undeclared (first use in this
function)
libhb/encxvid.c:190: error: 'XVID_ME_ADVANCEDDIAMOND8' undeclared (first use in
this function)
libhb/encxvid.c:191: error: 'XVID_ME_HALFPELREFINE8' undeclared (first use in th
is function)
libhb/encxvid.c:191: error: 'XVID_ME_EXTSEARCH8' undeclared (first use in this f
unction)
libhb/encxvid.c:192: error: 'XVID_ME_CHROMA_PVOP' undeclared (first use in this
function)
libhb/encxvid.c:192: error: 'XVID_ME_CHROMA_BVOP' undeclared (first use in this
function)
libhb/encxvid.c:196: error: 'XVID_ENC_ENCODE' undeclared (first use in this func
tion)
libhb/encxvid.c:197: error: 'XVID_KEYFRAME' undeclared (first use in this functi
on)
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/muxavi.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/muxavi.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/muxavi.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/muxavi.c:8:32: error: libavcodec/avcodec.h: No such file or directory
libhb/muxavi.c: In function 'AVIInit':
libhb/muxavi.c:397: error: 'AVRational' undeclared (first use in this function)
libhb/muxavi.c:397: error: (Each undeclared identifier is reported only once
libhb/muxavi.c:397: error: for each function it appears in.)
libhb/muxavi.c:397: error: expected ';' before 'sample_aspect_ratio'
libhb/muxavi.c:398: error: expected ';' before 'dar'
libhb/muxavi.c:400: warning: implicit declaration of function 'av_reduce'
libhb/muxavi.c:400: error: 'dar' undeclared (first use in this function)
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/enclame.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/enclame.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/enclame.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/enclame.c:9:23: error: lame/lame.h: No such file or directory
libhb/enclame.c:29: error: expected specifier-qualifier-list before 'lame_global
_flags'
libhb/enclame.c: In function 'enclameInit':
libhb/enclame.c:49: error: 'hb_work_private_t' has no member named 'lame'
libhb/enclame.c:49: warning: implicit declaration of function 'lame_init'
libhb/enclame.c:50: warning: implicit declaration of function 'lame_set_brate'
libhb/enclame.c:50: error: 'hb_work_private_t' has no member named 'lame'
libhb/enclame.c:51: warning: implicit declaration of function 'lame_set_in_sampl
erate'
libhb/enclame.c:51: error: 'hb_work_private_t' has no member named 'lame'
libhb/enclame.c:52: warning: implicit declaration of function 'lame_set_out_samp
lerate'
libhb/enclame.c:52: error: 'hb_work_private_t' has no member named 'lame'
libhb/enclame.c:53: warning: implicit declaration of function 'lame_init_params'

libhb/enclame.c:53: error: 'hb_work_private_t' has no member named 'lame'
libhb/enclame.c:55: error: 'hb_work_private_t' has no member named 'input_sample
s'
libhb/enclame.c:56: error: 'hb_work_private_t' has no member named 'output_bytes
'
libhb/enclame.c:56: error: 'LAME_MAXMP3BUFFER' undeclared (first use in this fun
ction)
libhb/enclame.c:56: error: (Each undeclared identifier is reported only once
libhb/enclame.c:56: error: for each function it appears in.)
libhb/enclame.c:57: error: 'hb_work_private_t' has no member named 'buf'
libhb/enclame.c:57: error: 'hb_work_private_t' has no member named 'input_sample
s'
libhb/enclame.c:59: error: 'hb_work_private_t' has no member named 'list'
libhb/enclame.c:60: error: 'hb_work_private_t' has no member named 'pts'
libhb/enclame.c: In function 'enclameClose':
libhb/enclame.c:74: warning: implicit declaration of function 'lame_close'
libhb/enclame.c:74: error: 'hb_work_private_t' has no member named 'lame'
libhb/enclame.c:75: error: 'hb_work_private_t' has no member named 'list'
libhb/enclame.c:76: error: 'hb_work_private_t' has no member named 'buf'
libhb/enclame.c: In function 'Encode':
libhb/enclame.c:95: error: 'hb_work_private_t' has no member named 'list'
libhb/enclame.c:95: error: 'hb_work_private_t' has no member named 'input_sample
s'
libhb/enclame.c:100: error: 'hb_work_private_t' has no member named 'list'
libhb/enclame.c:100: error: 'hb_work_private_t' has no member named 'buf'
libhb/enclame.c:100: error: 'hb_work_private_t' has no member named 'input_sampl
es'
libhb/enclame.c:105: error: 'hb_work_private_t' has no member named 'buf'
libhb/enclame.c:108: error: 'hb_work_private_t' has no member named 'output_byte
s'
libhb/enclame.c:111: warning: implicit declaration of function 'lame_encode_buff
er_interleaved'
libhb/enclame.c:111: error: 'hb_work_private_t' has no member named 'lame'
libhb/enclame.c:112: error: 'LAME_MAXMP3BUFFER' undeclared (first use in this fu
nction)
libhb/enclame.c: In function 'enclameWork':
libhb/enclame.c:151: error: 'hb_work_private_t' has no member named 'list'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/muxogm.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/muxogm.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/muxogm.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/muxogm.c:9:21: error: ogg/ogg.h: No such file or directory
libhb/muxogm.c:23: error: expected specifier-qualifier-list before 'ogg_stream_s
tate'
libhb/muxogm.c: In function 'OGMFlush':
libhb/muxogm.c:87: error: 'ogg_page' undeclared (first use in this function)
libhb/muxogm.c:87: error: (Each undeclared identifier is reported only once
libhb/muxogm.c:87: error: for each function it appears in.)
libhb/muxogm.c:87: error: expected ';' before 'og'
libhb/muxogm.c:88: warning: implicit declaration of function 'ogg_stream_flush'
libhb/muxogm.c:88: error: 'hb_mux_data_t' has no member named 'os'
libhb/muxogm.c:88: error: 'og' undeclared (first use in this function)
libhb/muxogm.c: In function 'OGMInit':
libhb/muxogm.c:115: error: 'ogg_packet' undeclared (first use in this function)
libhb/muxogm.c:115: error: expected ';' before 'op'
libhb/muxogm.c:129: error: 'hb_mux_data_t' has no member named 'i_packet_no'
libhb/muxogm.c:131: warning: implicit declaration of function 'ogg_stream_init'
libhb/muxogm.c:131: error: 'hb_mux_data_t' has no member named 'os'
libhb/muxogm.c:139: error: 'hb_mux_data_t' has no member named 'i_packet_no'
libhb/muxogm.c:141: error: 'hb_mux_data_t' has no member named 'os'
libhb/muxogm.c:152: error: 'op' undeclared (first use in this function)
libhb/muxogm.c:154: warning: implicit declaration of function 'ogg_stream_packet
in'
libhb/muxogm.c:154: error: 'hb_mux_data_t' has no member named 'os'
libhb/muxogm.c:189: error: 'hb_mux_data_t' has no member named 'i_packet_no'
libhb/muxogm.c:190: error: 'hb_mux_data_t' has no member named 'os'
libhb/muxogm.c:230: error: 'hb_mux_data_t' has no member named 'i_packet_no'
libhb/muxogm.c:231: error: 'hb_mux_data_t' has no member named 'os'
libhb/muxogm.c:240: error: 'hb_mux_data_t' has no member named 'os'
libhb/muxogm.c:261: error: 'hb_mux_data_t' has no member named 'os'
libhb/muxogm.c:289: error: 'hb_mux_data_t' has no member named 'os'
libhb/muxogm.c: In function 'OGMMux':
libhb/muxogm.c:303: error: 'ogg_packet' undeclared (first use in this function)
libhb/muxogm.c:303: error: expected ';' before 'op'
libhb/muxogm.c:308: error: 'op' undeclared (first use in this function)
libhb/muxogm.c:321: error: 'hb_mux_data_t' has no member named 'i_packet_no'
libhb/muxogm.c:322: error: 'hb_mux_data_t' has no member named 'i_packet_no'
libhb/muxogm.c:331: error: 'hb_mux_data_t' has no member named 'i_packet_no'
libhb/muxogm.c:332: error: 'hb_mux_data_t' has no member named 'i_packet_no'
libhb/muxogm.c:349: error: 'hb_mux_data_t' has no member named 'os'
libhb/muxogm.c:353: error: 'ogg_page' undeclared (first use in this function)
libhb/muxogm.c:353: error: expected ';' before 'og'
libhb/muxogm.c:354: warning: implicit declaration of function 'ogg_stream_pageou
t'
libhb/muxogm.c:354: error: 'hb_mux_data_t' has no member named 'os'
libhb/muxogm.c:354: error: 'og' undeclared (first use in this function)
libhb/muxogm.c: In function 'OGMEnd':
libhb/muxogm.c:385: warning: implicit declaration of function 'ogg_stream_clear'

libhb/muxogm.c:385: error: 'hb_mux_data_t' has no member named 'os'
libhb/muxogm.c:395: error: 'hb_mux_data_t' has no member named 'os'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/encvorbis.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/encvorbis.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/encvorbis.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/encvorbis.c:9:30: error: vorbis/vorbisenc.h: No such file or directory
libhb/encvorbis.c:30: error: expected specifier-qualifier-list before 'vorbis_in
fo'
libhb/encvorbis.c: In function 'encvorbisInit':
libhb/encvorbis.c:49: error: 'ogg_packet' undeclared (first use in this function
)
libhb/encvorbis.c:49: error: (Each undeclared identifier is reported only once
libhb/encvorbis.c:49: error: for each function it appears in.)
libhb/encvorbis.c:49: error: expected ';' before 'header'
libhb/encvorbis.c:50: error: storage size of 'ctl_rate_arg' isn't known
libhb/encvorbis.c:54: error: 'hb_work_private_t' has no member named 'out_discre
te_channels'
libhb/encvorbis.c:61: error: 'hb_work_private_t' has no member named 'out_discre
te_channels'
libhb/encvorbis.c:62: error: 'hb_work_private_t' has no member named 'out_discre
te_channels'
libhb/encvorbis.c:64: error: 'hb_work_private_t' has no member named 'out_discre
te_channels'
libhb/encvorbis.c:71: warning: implicit declaration of function 'vorbis_info_ini
t'
libhb/encvorbis.c:71: error: 'hb_work_private_t' has no member named 'vi'
libhb/encvorbis.c:72: warning: implicit declaration of function 'vorbis_encode_s
etup_managed'
libhb/encvorbis.c:72: error: 'hb_work_private_t' has no member named 'vi'
libhb/encvorbis.c:72: error: 'hb_work_private_t' has no member named 'out_discre
te_channels'
libhb/encvorbis.c:80: warning: implicit declaration of function 'vorbis_encode_c
tl'
libhb/encvorbis.c:80: error: 'hb_work_private_t' has no member named 'vi'
libhb/encvorbis.c:80: error: 'OV_ECTL_RATEMANAGE2_GET' undeclared (first use in
this function)
libhb/encvorbis.c:88: error: 'hb_work_private_t' has no member named 'vi'
libhb/encvorbis.c:88: error: 'OV_ECTL_RATEMANAGE2_SET' undeclared (first use in
this function)
libhb/encvorbis.c:89: warning: implicit declaration of function 'vorbis_encode_s
etup_init'
libhb/encvorbis.c:89: error: 'hb_work_private_t' has no member named 'vi'
libhb/encvorbis.c:97: warning: implicit declaration of function 'vorbis_comment_
init'
libhb/encvorbis.c:97: error: 'hb_work_private_t' has no member named 'vc'
libhb/encvorbis.c:98: warning: implicit declaration of function 'vorbis_comment_
add_tag'
libhb/encvorbis.c:98: error: 'hb_work_private_t' has no member named 'vc'
libhb/encvorbis.c:99: error: 'hb_work_private_t' has no member named 'vc'
libhb/encvorbis.c:102: warning: implicit declaration of function 'vorbis_analysi
s_init'
libhb/encvorbis.c:102: error: 'hb_work_private_t' has no member named 'vd'
libhb/encvorbis.c:102: error: 'hb_work_private_t' has no member named 'vi'
libhb/encvorbis.c:103: warning: implicit declaration of function 'vorbis_block_i
nit'
libhb/encvorbis.c:103: error: 'hb_work_private_t' has no member named 'vd'
libhb/encvorbis.c:103: error: 'hb_work_private_t' has no member named 'vb'
libhb/encvorbis.c:106: warning: implicit declaration of function 'vorbis_analysi
s_headerout'
libhb/encvorbis.c:106: error: 'hb_work_private_t' has no member named 'vd'
libhb/encvorbis.c:106: error: 'hb_work_private_t' has no member named 'vc'
libhb/encvorbis.c:107: error: 'header' undeclared (first use in this function)
libhb/encvorbis.c:116: error: 'hb_work_private_t' has no member named 'input_sam
ples'
libhb/encvorbis.c:116: error: 'hb_work_private_t' has no member named 'out_discr
ete_channels'
libhb/encvorbis.c:117: error: 'hb_work_private_t' has no member named 'buf'
libhb/encvorbis.c:117: error: 'hb_work_private_t' has no member named 'input_sam
ples'
libhb/encvorbis.c:119: error: 'hb_work_private_t' has no member named 'list'
libhb/encvorbis.c:121: error: 'hb_work_private_t' has no member named 'out_discr
ete_channels'
libhb/encvorbis.c:123: error: 'hb_work_private_t' has no member named 'channel_m
ap'
libhb/encvorbis.c:126: error: 'hb_work_private_t' has no member named 'channel_m
ap'
libhb/encvorbis.c:127: error: 'hb_work_private_t' has no member named 'channel_m
ap'
libhb/encvorbis.c:128: error: 'hb_work_private_t' has no member named 'channel_m
ap'
libhb/encvorbis.c:129: error: 'hb_work_private_t' has no member named 'channel_m
ap'
libhb/encvorbis.c:130: error: 'hb_work_private_t' has no member named 'channel_m
ap'
libhb/encvorbis.c:131: error: 'hb_work_private_t' has no member named 'channel_m
ap'
libhb/encvorbis.c:134: error: 'hb_work_private_t' has no member named 'out_discr
ete_channels'
libhb/encvorbis.c:137: error: 'hb_work_private_t' has no member named 'channel_m
ap'
libhb/encvorbis.c:138: error: 'hb_work_private_t' has no member named 'channel_m
ap'
libhb/encvorbis.c:50: warning: unused variable 'ctl_rate_arg'
libhb/encvorbis.c: In function 'encvorbisClose':
libhb/encvorbis.c:154: warning: implicit declaration of function 'vorbis_block_c
lear'
libhb/encvorbis.c:154: error: 'hb_work_private_t' has no member named 'vb'
libhb/encvorbis.c:155: warning: implicit declaration of function 'vorbis_dsp_cle
ar'
libhb/encvorbis.c:155: error: 'hb_work_private_t' has no member named 'vd'
libhb/encvorbis.c:156: warning: implicit declaration of function 'vorbis_comment
_clear'
libhb/encvorbis.c:156: error: 'hb_work_private_t' has no member named 'vc'
libhb/encvorbis.c:157: warning: implicit declaration of function 'vorbis_info_cl
ear'
libhb/encvorbis.c:157: error: 'hb_work_private_t' has no member named 'vi'
libhb/encvorbis.c:159: error: 'hb_work_private_t' has no member named 'list'
libhb/encvorbis.c:160: error: 'hb_work_private_t' has no member named 'list'
libhb/encvorbis.c:162: error: 'hb_work_private_t' has no member named 'buf'
libhb/encvorbis.c: In function 'Flush':
libhb/encvorbis.c:178: warning: implicit declaration of function 'vorbis_analysi
s_blockout'
libhb/encvorbis.c:178: error: 'hb_work_private_t' has no member named 'vd'
libhb/encvorbis.c:178: error: 'hb_work_private_t' has no member named 'vb'
libhb/encvorbis.c:180: error: 'ogg_packet' undeclared (first use in this functio
n)
libhb/encvorbis.c:180: error: expected ';' before 'op'
libhb/encvorbis.c:182: warning: implicit declaration of function 'vorbis_analysi
s'
libhb/encvorbis.c:182: error: 'hb_work_private_t' has no member named 'vb'
libhb/encvorbis.c:183: warning: implicit declaration of function 'vorbis_bitrate
_addblock'
libhb/encvorbis.c:183: error: 'hb_work_private_t' has no member named 'vb'
libhb/encvorbis.c:185: warning: implicit declaration of function 'vorbis_bitrate
_flushpacket'
libhb/encvorbis.c:185: error: 'hb_work_private_t' has no member named 'vd'
libhb/encvorbis.c:185: error: 'op' undeclared (first use in this function)
libhb/encvorbis.c:191: warning: implicit declaration of function 'vorbis_packet_
blocksize'
libhb/encvorbis.c:191: error: 'hb_work_private_t' has no member named 'vi'
libhb/encvorbis.c:193: warning: implicit declaration of function 'vorbis_granule
_time'
libhb/encvorbis.c:193: error: 'hb_work_private_t' has no member named 'vd'
libhb/encvorbis.c:194: error: 'hb_work_private_t' has no member named 'vd'
libhb/encvorbis.c:194: error: 'hb_work_private_t' has no member named 'prev_bloc
ksize'
libhb/encvorbis.c:196: error: 'hb_work_private_t' has no member named 'prev_bloc
ksize'
libhb/encvorbis.c: In function 'Encode':
libhb/encvorbis.c:222: error: 'hb_work_private_t' has no member named 'list'
libhb/encvorbis.c:222: error: 'hb_work_private_t' has no member named 'input_sam
ples'
libhb/encvorbis.c:228: error: 'hb_work_private_t' has no member named 'list'
libhb/encvorbis.c:228: error: 'hb_work_private_t' has no member named 'buf'
libhb/encvorbis.c:228: error: 'hb_work_private_t' has no member named 'input_sam
ples'
libhb/encvorbis.c:229: error: 'hb_work_private_t' has no member named 'pts'
libhb/encvorbis.c:230: warning: implicit declaration of function 'vorbis_analysi
s_buffer'
libhb/encvorbis.c:230: error: 'hb_work_private_t' has no member named 'vd'
libhb/encvorbis.c:230: warning: assignment makes pointer from integer without a
cast
libhb/encvorbis.c:233: error: 'hb_work_private_t' has no member named 'out_discr
ete_channels'
libhb/encvorbis.c:235: error: 'hb_work_private_t' has no member named 'buf'
libhb/encvorbis.c:235: error: 'hb_work_private_t' has no member named 'out_discr
ete_channels'
libhb/encvorbis.c:235: error: 'hb_work_private_t' has no member named 'channel_m
ap'
libhb/encvorbis.c:238: warning: implicit declaration of function 'vorbis_analysi
s_wrote'
libhb/encvorbis.c:238: error: 'hb_work_private_t' has no member named 'vd'
libhb/encvorbis.c: In function 'encvorbisWork':
libhb/encvorbis.c:263: error: 'hb_work_private_t' has no member named 'list'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/dvd.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/dvd.c:7:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/dvd.c:7:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
NaVVy
Posts: 18
Joined: Tue Jul 29, 2008 10:48 am

Re: Compile Handbrake GUI on Windows

Post by NaVVy »

Screen output part 3

Code: Select all

libhb/dvd.c:10:30: error: dvdread/ifo_read.h: No such file or directory
libhb/dvd.c:11:30: error: dvdread/nav_read.h: No such file or directory
libhb/dvd.c:17: error: expected specifier-qualifier-list before 'dvd_reader_t'
libhb/dvd.c:47: error: expected ')' before '*' token
libhb/dvd.c: In function 'hb_dvd_name':
libhb/dvd.c:53: error: 'dvd_reader_t' undeclared (first use in this function)
libhb/dvd.c:53: error: (Each undeclared identifier is reported only once
libhb/dvd.c:53: error: for each function it appears in.)
libhb/dvd.c:53: error: 'reader' undeclared (first use in this function)
libhb/dvd.c:55: warning: implicit declaration of function 'DVDOpen'
libhb/dvd.c:61: warning: implicit declaration of function 'DVDUDFVolumeInfo'
libhb/dvd.c:64: warning: implicit declaration of function 'DVDClose'
libhb/dvd.c: In function 'hb_dvd_init':
libhb/dvd.c:84: error: 'hb_dvd_t' has no member named 'reader'
libhb/dvd.c:94: error: 'hb_dvd_t' has no member named 'vmg'
libhb/dvd.c:94: warning: implicit declaration of function 'ifoOpen'
libhb/dvd.c:94: error: 'hb_dvd_t' has no member named 'reader'
libhb/dvd.c:105: error: 'hb_dvd_t' has no member named 'vmg'
libhb/dvd.c:105: warning: implicit declaration of function 'ifoClose'
libhb/dvd.c:105: error: 'hb_dvd_t' has no member named 'vmg'
libhb/dvd.c:106: error: 'hb_dvd_t' has no member named 'reader'
libhb/dvd.c:106: error: 'hb_dvd_t' has no member named 'reader'
libhb/dvd.c: In function 'hb_dvd_title_count':
libhb/dvd.c:116: error: 'hb_dvd_t' has no member named 'vmg'
libhb/dvd.c: In function 'hb_dvd_title_scan':
libhb/dvd.c:126: error: 'ifo_handle_t' undeclared (first use in this function)
libhb/dvd.c:126: error: 'vts' undeclared (first use in this function)
libhb/dvd.c:137: error: 'hb_dvd_t' has no member named 'reader'
libhb/dvd.c:152: error: 'hb_dvd_t' has no member named 'vmg'
libhb/dvd.c:162: error: 'hb_dvd_t' has no member named 'reader'
libhb/dvd.c:169: error: 'hb_dvd_t' has no member named 'vmg'
libhb/dvd.c:174: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:176: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:178: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:191: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:192: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:195: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:196: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:200: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:201: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:204: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:204: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:204: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:204: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:207: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:207: error: 'hb_dvd_t' has no member named 'cell_next'
libhb/dvd.c:216: warning: implicit declaration of function 'dvdtime2msec'
libhb/dvd.c:216: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:401: error: 'pgc_t' undeclared (first use in this function)
libhb/dvd.c:401: error: 'pgc_next' undeclared (first use in this function)
libhb/dvd.c:409: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:412: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:414: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:438: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:443: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:447: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:448: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:451: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:451: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:451: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:451: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:452: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:452: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:455: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:455: error: 'hb_dvd_t' has no member named 'cell_next'
libhb/dvd.c: In function 'hb_dvd_start':
libhb/dvd.c:528: error: 'hb_dvd_t' has no member named 'vts'
libhb/dvd.c:528: error: 'hb_dvd_t' has no member named 'vmg'
libhb/dvd.c:529: error: 'hb_dvd_t' has no member named 'ttn'
libhb/dvd.c:529: error: 'hb_dvd_t' has no member named 'vmg'
libhb/dvd.c:530: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:530: error: 'hb_dvd_t' has no member named 'reader'
libhb/dvd.c:530: error: 'hb_dvd_t' has no member named 'vts'
libhb/dvd.c:532: error: 'hb_dvd_t' has no member named 'vts'
libhb/dvd.c:535: error: 'hb_dvd_t' has no member named 'file'
libhb/dvd.c:535: warning: implicit declaration of function 'DVDOpenFile'
libhb/dvd.c:535: error: 'hb_dvd_t' has no member named 'reader'
libhb/dvd.c:535: error: 'hb_dvd_t' has no member named 'vts'
libhb/dvd.c:536: error: 'DVD_READ_TITLE_VOBS' undeclared (first use in this func
tion)
libhb/dvd.c:538: error: 'hb_dvd_t' has no member named 'vts'
libhb/dvd.c:543: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:543: error: 'hb_dvd_t' has no member named 'ttn'
libhb/dvd.c:544: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:544: error: 'hb_dvd_t' has no member named 'ttn'
libhb/dvd.c:545: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:545: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:546: error: 'hb_dvd_t' has no member named 'cell_start'
libhb/dvd.c:546: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:547: error: 'hb_dvd_t' has no member named 'cell_end'
libhb/dvd.c:547: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:548: error: 'hb_dvd_t' has no member named 'title_start'
libhb/dvd.c:548: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:548: error: 'hb_dvd_t' has no member named 'cell_start'
libhb/dvd.c:549: error: 'hb_dvd_t' has no member named 'title_end'
libhb/dvd.c:549: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:549: error: 'hb_dvd_t' has no member named 'cell_end'
libhb/dvd.c:552: error: 'hb_dvd_t' has no member named 'title_block_count'
libhb/dvd.c:553: error: 'hb_dvd_t' has no member named 'cell_start'
libhb/dvd.c:553: error: 'hb_dvd_t' has no member named 'cell_end'
libhb/dvd.c:555: error: 'hb_dvd_t' has no member named 'title_block_count'
libhb/dvd.c:555: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:556: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:560: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:560: error: 'hb_dvd_t' has no member named 'ttn'
libhb/dvd.c:561: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:561: error: 'hb_dvd_t' has no member named 'ttn'
libhb/dvd.c:562: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:562: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:565: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:565: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:568: error: 'hb_dvd_t' has no member named 'block'
libhb/dvd.c:568: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:568: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:569: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:569: error: 'hb_dvd_t' has no member named 'block'
libhb/dvd.c:570: error: 'hb_dvd_t' has no member named 'pack_len'
libhb/dvd.c:571: error: 'hb_dvd_t' has no member named 'cell_overlap'
libhb/dvd.c:572: error: 'hb_dvd_t' has no member named 'in_cell'
libhb/dvd.c:573: error: 'hb_dvd_t' has no member named 'in_sync'
libhb/dvd.c: In function 'hb_dvd_stop':
libhb/dvd.c:585: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:587: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:588: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:590: error: 'hb_dvd_t' has no member named 'file'
libhb/dvd.c:592: warning: implicit declaration of function 'DVDCloseFile'
libhb/dvd.c:592: error: 'hb_dvd_t' has no member named 'file'
libhb/dvd.c:593: error: 'hb_dvd_t' has no member named 'file'
libhb/dvd.c: In function 'hb_dvd_seek':
libhb/dvd.c:607: error: 'hb_dvd_t' has no member named 'title_block_count'
libhb/dvd.c:609: error: 'hb_dvd_t' has no member named 'cell_start'
libhb/dvd.c:609: error: 'hb_dvd_t' has no member named 'cell_end'
libhb/dvd.c:611: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:612: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:616: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:617: error: 'hb_dvd_t' has no member named 'cur_cell_id'
libhb/dvd.c:621: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:621: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:622: error: 'hb_dvd_t' has no member named 'pack_len'
libhb/dvd.c:629: error: 'hb_dvd_t' has no member named 'cell_end'
libhb/dvd.c:638: error: 'hb_dvd_t' has no member named 'in_sync'
libhb/dvd.c: In function 'hb_dvd_read':
libhb/dvd.c:695: error: 'hb_dvd_t' has no member named 'pack_len'
libhb/dvd.c:698: error: 'dsi_t' undeclared (first use in this function)
libhb/dvd.c:698: error: expected ';' before 'dsi_pack'
libhb/dvd.c:705: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:705: error: 'hb_dvd_t' has no member named 'cell_end'
libhb/dvd.c:714: warning: implicit declaration of function 'DVDReadBlocks'
libhb/dvd.c:714: error: 'hb_dvd_t' has no member named 'file'
libhb/dvd.c:714: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:722: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:729: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:729: error: 'hb_dvd_t' has no member named 'cell_next'
libhb/dvd.c:730: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:730: error: 'hb_dvd_t' has no member named 'cell_next'
libhb/dvd.c:731: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:731: error: 'hb_dvd_t' has no member named 'cell_end'
libhb/dvd.c:733: error: 'hb_dvd_t' has no member named 'in_cell'
libhb/dvd.c:734: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:734: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:734: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:736: error: 'hb_dvd_t' has no member named 'cell_overlap'
libhb/dvd.c:741: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:742: error: 'hb_dvd_t' has no member named 'in_sync'
libhb/dvd.c:744: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:745: error: 'hb_dvd_t' has no member named 'in_sync'
libhb/dvd.c:750: warning: implicit declaration of function 'navRead_DSI'
libhb/dvd.c:750: error: 'dsi_pack' undeclared (first use in this function)
libhb/dvd.c:750: error: 'DSI_START_BYTE' undeclared (first use in this function)

libhb/dvd.c:752: error: 'hb_dvd_t' has no member named 'in_sync'
libhb/dvd.c:752: error: 'hb_dvd_t' has no member named 'cur_cell_id'
libhb/dvd.c:753: error: 'hb_dvd_t' has no member named 'cur_vob_id'
libhb/dvd.c:754: error: 'hb_dvd_t' has no member named 'cur_cell_id'
libhb/dvd.c:759: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:759: error: 'hb_dvd_t' has no member named 'cur_vob_id'
libhb/dvd.c:759: error: 'hb_dvd_t' has no member named 'cur_cell_id'
libhb/dvd.c:761: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:762: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:762: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:762: error: 'hb_dvd_t' has no member named 'cell_next'
libhb/dvd.c:764: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:764: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:764: error: 'hb_dvd_t' has no member named 'cell_next'
libhb/dvd.c:765: error: 'hb_dvd_t' has no member named 'cur_cell_id'
libhb/dvd.c:807: error: 'hb_dvd_t' has no member named 'block'
libhb/dvd.c:808: error: 'hb_dvd_t' has no member named 'pack_len'
libhb/dvd.c:816: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:817: error: 'hb_dvd_t' has no member named 'title_start'
libhb/dvd.c:817: error: 'hb_dvd_t' has no member named 'title_block_count'
libhb/dvd.c:818: error: 'hb_dvd_t' has no member named 'title_end'
libhb/dvd.c:820: error: 'hb_dvd_t' has no member named 'block'
libhb/dvd.c:821: error: 'hb_dvd_t' has no member named 'pack_len'
libhb/dvd.c:822: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:833: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:836: error: 'hb_dvd_t' has no member named 'in_sync'
libhb/dvd.c:836: error: 'hb_dvd_t' has no member named 'in_sync'
libhb/dvd.c:838: error: 'hb_dvd_t' has no member named 'in_sync'
libhb/dvd.c:840: error: 'hb_dvd_t' has no member named 'block'
libhb/dvd.c:842: error: 'hb_dvd_t' has no member named 'in_sync'
libhb/dvd.c:859: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:859: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:860: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:860: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:862: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:863: error: 'hb_dvd_t' has no member named 'block'
libhb/dvd.c:865: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:865: error: 'hb_dvd_t' has no member named 'cell_next'
libhb/dvd.c:866: error: 'hb_dvd_t' has no member named 'in_cell'
libhb/dvd.c:867: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:867: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:867: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:869: error: 'hb_dvd_t' has no member named 'cell_overlap'
libhb/dvd.c:874: error: 'hb_dvd_t' has no member named 'block'
libhb/dvd.c:874: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:874: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:876: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:877: error: 'hb_dvd_t' has no member named 'block'
libhb/dvd.c:879: error: 'hb_dvd_t' has no member named 'in_cell'
libhb/dvd.c:881: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:882: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:882: error: 'hb_dvd_t' has no member named 'cell_next'
libhb/dvd.c:883: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:883: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:883: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:885: error: 'hb_dvd_t' has no member named 'cell_overlap'
libhb/dvd.c:886: error: 'hb_dvd_t' has no member named 'in_cell'
libhb/dvd.c:888: error: 'hb_dvd_t' has no member named 'in_cell'
libhb/dvd.c:890: error: 'hb_dvd_t' has no member named 'cur_vob_id'
libhb/dvd.c:891: error: 'hb_dvd_t' has no member named 'cur_cell_id'
libhb/dvd.c:893: error: 'hb_dvd_t' has no member named 'cell_overlap'
libhb/dvd.c:896: error: 'hb_dvd_t' has no member named 'cell_overlap'
libhb/dvd.c:904: error: 'hb_dvd_t' has no member named 'block'
libhb/dvd.c:904: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:904: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:905: error: 'hb_dvd_t' has no member named 'block'
libhb/dvd.c:905: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:905: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:907: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:908: error: 'hb_dvd_t' has no member named 'block'
libhb/dvd.c:910: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:910: error: 'hb_dvd_t' has no member named 'cell_next'
libhb/dvd.c:911: error: 'hb_dvd_t' has no member named 'in_cell'
libhb/dvd.c:912: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:912: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:912: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:914: error: 'hb_dvd_t' has no member named 'cell_overlap'
libhb/dvd.c:920: error: 'hb_dvd_t' has no member named 'file'
libhb/dvd.c:920: error: 'hb_dvd_t' has no member named 'block'
libhb/dvd.c:926: error: 'hb_dvd_t' has no member named 'block'
libhb/dvd.c:926: error: 'hb_dvd_t' has no member named 'next_vobu'
libhb/dvd.c:927: error: 'hb_dvd_t' has no member named 'pack_len'
libhb/dvd.c:930: error: 'hb_dvd_t' has no member named 'pack_len'
libhb/dvd.c:933: error: 'hb_dvd_t' has no member named 'block'
libhb/dvd.c: In function 'hb_dvd_chapter':
libhb/dvd.c:948: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:948: error: 'hb_dvd_t' has no member named 'ttn'
libhb/dvd.c:949: error: 'pgc_t' undeclared (first use in this function)
libhb/dvd.c:949: error: 'pgc' undeclared (first use in this function)
libhb/dvd.c:956: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:956: error: 'hb_dvd_t' has no member named 'ttn'
libhb/dvd.c:957: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:957: error: 'hb_dvd_t' has no member named 'ttn'
libhb/dvd.c:958: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:960: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:960: error: 'hb_dvd_t' has no member named 'cell_overlap'
libhb/dvd.c:961: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:961: error: 'hb_dvd_t' has no member named 'cell_overlap'
libhb/dvd.c: In function 'hb_dvd_is_break':
libhb/dvd.c:981: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:981: error: 'hb_dvd_t' has no member named 'ttn'
libhb/dvd.c:982: error: 'pgc_t' undeclared (first use in this function)
libhb/dvd.c:982: error: 'pgc' undeclared (first use in this function)
libhb/dvd.c:990: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:990: error: 'hb_dvd_t' has no member named 'ttn'
libhb/dvd.c:991: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:991: error: 'hb_dvd_t' has no member named 'ttn'
libhb/dvd.c:992: error: 'hb_dvd_t' has no member named 'ifo'
libhb/dvd.c:995: error: 'hb_dvd_t' has no member named 'cell_start'
libhb/dvd.c:999: error: 'hb_dvd_t' has no member named 'block'
libhb/dvd.c:999: error: 'hb_dvd_t' has no member named 'cell_start'
libhb/dvd.c: In function 'hb_dvd_close':
libhb/dvd.c:1017: error: 'hb_dvd_t' has no member named 'vmg'
libhb/dvd.c:1019: error: 'hb_dvd_t' has no member named 'vmg'
libhb/dvd.c:1021: error: 'hb_dvd_t' has no member named 'reader'
libhb/dvd.c:1023: error: 'hb_dvd_t' has no member named 'reader'
libhb/dvd.c: In function 'FindNextCell':
libhb/dvd.c:1040: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:1040: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:1041: error: 'BLOCK_TYPE_ANGLE_BLOCK' undeclared (first use in this
function)
libhb/dvd.c:1044: error: 'hb_dvd_t' has no member named 'pgc'
libhb/dvd.c:1044: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:1045: error: 'BLOCK_MODE_LAST_CELL' undeclared (first use in this fu
nction)
libhb/dvd.c:1049: error: 'hb_dvd_t' has no member named 'cell_next'
libhb/dvd.c:1049: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:1051: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c:1052: error: 'hb_dvd_t' has no member named 'cell_next'
libhb/dvd.c:1056: error: 'hb_dvd_t' has no member named 'cell_next'
libhb/dvd.c:1056: error: 'hb_dvd_t' has no member named 'cell_cur'
libhb/dvd.c: At top level:
libhb/dvd.c:1065: error: expected ')' before '*' token
libhb/muxmkv.c:8:20: error: libmkv.h: No such file or directory
libhb/muxmkv.c:10:21: error: ogg/ogg.h: No such file or directory
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/muxmkv.c:12:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/muxmkv.c:12:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/muxmkv.c:12:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/muxmkv.c:24: error: expected specifier-qualifier-list before 'mk_Writer'
libhb/muxmkv.c:29: error: expected specifier-qualifier-list before 'mk_Track'
libhb/muxmkv.c: In function 'MKVInit':
libhb/muxmkv.c:50: error: 'ogg_packet' undeclared (first use in this function)
libhb/muxmkv.c:50: error: (Each undeclared identifier is reported only once
libhb/muxmkv.c:50: error: for each function it appears in.)
libhb/muxmkv.c:50: error: 'ogg_headers' undeclared (first use in this function)
libhb/muxmkv.c:51: error: 'mk_TrackConfig' undeclared (first use in this functio
n)
libhb/muxmkv.c:51: error: 'track' undeclared (first use in this function)
libhb/muxmkv.c:55: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmkv.c:55: warning: implicit declaration of function 'mk_createWriter'
libhb/muxmkv.c:57: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmkv.c:69: error: 'MK_TRACK_VIDEO' undeclared (first use in this functio
n)
libhb/muxmkv.c:75: error: 'MK_VCODEC_MP4AVC' undeclared (first use in this funct
ion)
libhb/muxmkv.c:106: error: 'MK_VCODEC_MP4ASP' undeclared (first use in this func
tion)
libhb/muxmkv.c:114: error: 'MK_VCODEC_THEORA' undeclared (first use in this func
tion)
libhb/muxmkv.c:118: error: expected expression before ')' token
libhb/muxmkv.c:122: warning: implicit declaration of function 'mk_laceXiph'
libhb/muxmkv.c:153: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmkv.c:153: warning: implicit declaration of function 'mk_createTrack'
libhb/muxmkv.c:153: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmkv.c:164: error: 'hb_mux_data_t' has no member named 'codec'
libhb/muxmkv.c:171: error: 'MK_ACODEC_AC3' undeclared (first use in this functio
n)
libhb/muxmkv.c:176: error: 'MK_ACODEC_MP3' undeclared (first use in this functio
n)
libhb/muxmkv.c:182: error: 'MK_ACODEC_VORBIS' undeclared (first use in this func
tion)
libhb/muxmkv.c:186: error: expected expression before ')' token
libhb/muxmkv.c:203: error: 'MK_ACODEC_AAC' undeclared (first use in this functio
n)
libhb/muxmkv.c:217: error: 'MK_TRACK_AUDIO' undeclared (first use in this functi
on)
libhb/muxmkv.c:222: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmkv.c:222: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmkv.c:227: warning: implicit declaration of function 'mk_writeHeader'
libhb/muxmkv.c:227: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmkv.c: In function 'MKVMux':
libhb/muxmkv.c:243: error: 'ogg_packet' undeclared (first use in this function)
libhb/muxmkv.c:243: error: 'op' undeclared (first use in this function)
libhb/muxmkv.c:259: error: 'hb_mux_data_t' has no member named 'prev_chapter_tc'

libhb/muxmkv.c:263: error: 'hb_mux_data_t' has no member named 'current_chapter'

libhb/muxmkv.c:266: error: 'hb_mux_data_t' has no member named 'current_chapter'

libhb/muxmkv.c:276: error: 'hb_mux_data_t' has no member named 'current_chapter'

libhb/muxmkv.c:279: warning: implicit declaration of function 'mk_createChapterS
imple'
libhb/muxmkv.c:279: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmkv.c:279: error: 'hb_mux_data_t' has no member named 'prev_chapter_tc'

libhb/muxmkv.c:279: error: 'hb_mux_data_t' has no member named 'prev_chapter_tc'

libhb/muxmkv.c:281: error: 'hb_mux_data_t' has no member named 'prev_chapter_tc'

libhb/muxmkv.c:287: error: expected expression before ')' token
libhb/muxmkv.c:289: warning: implicit declaration of function 'mk_startFrame'
libhb/muxmkv.c:289: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmkv.c:289: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmkv.c:294: warning: implicit declaration of function 'mk_addFrameData'
libhb/muxmkv.c:294: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmkv.c:294: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmkv.c:295: warning: implicit declaration of function 'mk_setFrameFlags'

libhb/muxmkv.c:295: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmkv.c:295: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmkv.c:303: error: 'hb_mux_data_t' has no member named 'codec'
libhb/muxmkv.c:306: error: expected expression before ')' token
libhb/muxmkv.c:308: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmkv.c:308: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmkv.c:313: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmkv.c:313: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmkv.c:314: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmkv.c:314: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmkv.c:319: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmkv.c:319: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmkv.c:324: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmkv.c:324: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmkv.c:325: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmkv.c:325: error: 'hb_mux_data_t' has no member named 'track'
libhb/muxmkv.c: In function 'MKVEnd':
libhb/muxmkv.c:347: error: 'hb_mux_data_t' has no member named 'current_chapter'

libhb/muxmkv.c:360: error: 'hb_mux_data_t' has no member named 'current_chapter'

libhb/muxmkv.c:363: error: 'hb_mux_object_t' has no member named 'file'
libhb/muxmkv.c:363: error: 'hb_mux_data_t' has no member named 'prev_chapter_tc'

libhb/muxmkv.c:363: error: 'hb_mux_data_t' has no member named 'prev_chapter_tc'

libhb/muxmkv.c:366: warning: implicit declaration of function 'mk_close'
libhb/muxmkv.c:366: error: 'hb_mux_object_t' has no member named 'file'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/deblock.c:19:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/deblock.c:19:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/deblock.c:19:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/deblock.c:20:32: error: libavcodec/avcodec.h: No such file or directory
libhb/deblock.c:21:28: error: mpeg2dec/mpeg2.h: No such file or directory
libhb/deblock.c:56: error: expected specifier-qualifier-list before 'AVPicture'
libhb/deblock.c: In function 'hb_deblock_init':
libhb/deblock.c:357: error: 'PIX_FMT_YUV420P' undeclared (first use in this func
tion)
libhb/deblock.c:357: error: (Each undeclared identifier is reported only once
libhb/deblock.c:357: error: for each function it appears in.)
libhb/deblock.c:409: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/deblock.c: In function 'hb_deblock_close':
libhb/deblock.c:421: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/deblock.c:423: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/deblock.c: In function 'hb_deblock_work':
libhb/deblock.c:444: warning: implicit declaration of function 'avpicture_fill'
libhb/deblock.c:444: error: 'hb_filter_private_t' has no member named 'pic_in'
libhb/deblock.c:447: error: 'hb_filter_private_t' has no member named 'pic_out'
libhb/deblock.c:447: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/deblock.c:453: error: 'hb_filter_private_t' has no member named 'pic_out'
libhb/deblock.c:454: error: 'hb_filter_private_t' has no member named 'pic_in'
libhb/deblock.c:462: error: 'hb_filter_private_t' has no member named 'pic_out'
libhb/deblock.c:463: error: 'hb_filter_private_t' has no member named 'pic_in'
libhb/deblock.c:471: error: 'hb_filter_private_t' has no member named 'pic_out'
libhb/deblock.c:472: error: 'hb_filter_private_t' has no member named 'pic_in'
libhb/deblock.c:481: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/deblock.c:484: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/deblock.c:486: error: 'hb_filter_private_t' has no member named 'buf_out'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/deinterlace.c:19:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/deinterlace.c:19:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/deinterlace.c:19:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/deinterlace.c:20:32: error: libavcodec/avcodec.h: No such file or director
y
libhb/deinterlace.c:21:28: error: mpeg2dec/mpeg2.h: No such file or directory
libhb/deinterlace.c:53: error: expected specifier-qualifier-list before 'AVCodec
Context'
libhb/deinterlace.c:83: warning: initialization from incompatible pointer type
libhb/deinterlace.c: In function 'yadif_store_ref':
libhb/deinterlace.c:105: warning: unused variable 'h'
libhb/deinterlace.c: In function 'mcdeint_filter':
libhb/deinterlace.c:232: warning: implicit declaration of function 'av_log_get_l
evel'
libhb/deinterlace.c:233: warning: implicit declaration of function 'av_log_set_l
evel'
libhb/deinterlace.c:233: error: 'AV_LOG_QUIET' undeclared (first use in this fun
ction)
libhb/deinterlace.c:233: error: (Each undeclared identifier is reported only onc
e
libhb/deinterlace.c:233: error: for each function it appears in.)
libhb/deinterlace.c:238: error: 'hb_filter_private_t' has no member named 'mcdei
nt_frame'
libhb/deinterlace.c:239: error: 'hb_filter_private_t' has no member named 'mcdei
nt_frame'
libhb/deinterlace.c:241: error: 'hb_filter_private_t' has no member named 'mcdei
nt_avctx_enc'
libhb/deinterlace.c:241: error: 'FF_CMP_SAD' undeclared (first use in this funct
ion)
libhb/deinterlace.c:242: error: 'hb_filter_private_t' has no member named 'mcdei
nt_avctx_enc'
libhb/deinterlace.c:243: error: 'hb_filter_private_t' has no member named 'mcdei
nt_frame'
libhb/deinterlace.c:243: error: 'FF_QP2LAMBDA' undeclared (first use in this fun
ction)
libhb/deinterlace.c:245: warning: implicit declaration of function 'avcodec_enco
de_video'
libhb/deinterlace.c:245: error: 'hb_filter_private_t' has no member named 'mcdei
nt_avctx_enc'
libhb/deinterlace.c:248: error: 'hb_filter_private_t' has no member named 'mcdei
nt_frame'
libhb/deinterlace.c:250: error: 'hb_filter_private_t' has no member named 'mcdei
nt_frame_dec'
libhb/deinterlace.c:250: error: 'hb_filter_private_t' has no member named 'mcdei
nt_avctx_enc'
libhb/deinterlace.c:256: error: 'hb_filter_private_t' has no member named 'mcdei
nt_frame_dec'
libhb/deinterlace.c:268: error: 'hb_filter_private_t' has no member named 'mcdei
nt_frame_dec'
libhb/deinterlace.c:310: error: 'hb_filter_private_t' has no member named 'mcdei
nt_frame_dec'
libhb/deinterlace.c:322: error: 'hb_filter_private_t' has no member named 'mcdei
nt_frame_dec'
libhb/deinterlace.c: In function 'hb_deinterlace_init':
libhb/deinterlace.c:340: error: 'PIX_FMT_YUV420P' undeclared (first use in this
function)
libhb/deinterlace.c:355: error: 'hb_filter_private_t' has no member named 'buf_o
ut'
libhb/deinterlace.c:356: error: 'hb_filter_private_t' has no member named 'buf_o
ut'
libhb/deinterlace.c:357: error: 'hb_filter_private_t' has no member named 'buf_s
ettings'
libhb/deinterlace.c:397: warning: implicit declaration of function 'avcodec_init
'
libhb/deinterlace.c:398: warning: implicit declaration of function 'avcodec_regi
ster_all'
libhb/deinterlace.c:400: error: 'AVCodec' undeclared (first use in this function
)
libhb/deinterlace.c:400: error: 'enc' undeclared (first use in this function)
libhb/deinterlace.c:400: warning: implicit declaration of function 'avcodec_find
_encoder'
libhb/deinterlace.c:400: error: 'CODEC_ID_SNOW' undeclared (first use in this fu
nction)
libhb/deinterlace.c:405: error: 'AVCodecContext' undeclared (first use in this f
unction)
libhb/deinterlace.c:405: error: 'avctx_enc' undeclared (first use in this functi
on)
libhb/deinterlace.c:407: error: 'hb_filter_private_t' has no member named 'mcdei
nt_avctx_enc'
libhb/deinterlace.c:407: warning: implicit declaration of function 'avcodec_allo
c_context'
libhb/deinterlace.c:411: error: 'AVRational' undeclared (first use in this funct
ion)
libhb/deinterlace.c:411: error: expected ';' before '{' token
libhb/deinterlace.c:415: error: 'CODEC_FLAG_QSCALE' undeclared (first use in thi
s function)
libhb/deinterlace.c:415: error: 'CODEC_FLAG_LOW_DELAY' undeclared (first use in
this function)
libhb/deinterlace.c:416: error: 'FF_COMPLIANCE_EXPERIMENTAL' undeclared (first u
se in this function)
libhb/deinterlace.c:418: error: 'CODEC_FLAG2_MEMC_ONLY' undeclared (first use in
 this function)
libhb/deinterlace.c:419: error: 'FF_CMP_SAD' undeclared (first use in this funct
ion)
libhb/deinterlace.c:421: error: 'FF_CMP_SSE' undeclared (first use in this funct
ion)
libhb/deinterlace.c:428: error: 'ME_UMH' undeclared (first use in this function)

libhb/deinterlace.c:430: error: 'CODEC_FLAG_4MV' undeclared (first use in this f
unction)
libhb/deinterlace.c:433: error: 'CODEC_FLAG_QPEL' undeclared (first use in this
function)
libhb/deinterlace.c:436: warning: implicit declaration of function 'avcodec_open
'
libhb/deinterlace.c:439: error: 'hb_filter_private_t' has no member named 'mcdei
nt_frame'
libhb/deinterlace.c:439: warning: implicit declaration of function 'avcodec_allo
c_frame'
libhb/deinterlace.c: In function 'hb_deinterlace_close':
libhb/deinterlace.c:455: error: 'hb_filter_private_t' has no member named 'buf_o
ut'
libhb/deinterlace.c:457: error: 'hb_filter_private_t' has no member named 'buf_o
ut'
libhb/deinterlace.c:459: error: 'hb_filter_private_t' has no member named 'buf_o
ut'
libhb/deinterlace.c:461: error: 'hb_filter_private_t' has no member named 'buf_o
ut'
libhb/deinterlace.c:463: error: 'hb_filter_private_t' has no member named 'buf_s
ettings'
libhb/deinterlace.c:465: error: 'hb_filter_private_t' has no member named 'buf_s
ettings'
libhb/deinterlace.c:486: error: 'hb_filter_private_t' has no member named 'mcdei
nt_avctx_enc'
libhb/deinterlace.c:488: warning: implicit declaration of function 'avcodec_clos
e'
libhb/deinterlace.c:488: error: 'hb_filter_private_t' has no member named 'mcdei
nt_avctx_enc'
libhb/deinterlace.c:489: warning: implicit declaration of function 'av_freep'
libhb/deinterlace.c:489: error: 'hb_filter_private_t' has no member named 'mcdei
nt_avctx_enc'
libhb/deinterlace.c: In function 'hb_deinterlace_work':
libhb/deinterlace.c:515: warning: implicit declaration of function 'avpicture_fi
ll'
libhb/deinterlace.c:515: error: 'hb_filter_private_t' has no member named 'pic_i
n'
libhb/deinterlace.c:521: error: 'hb_filter_private_t' has no member named 'pic_o
ut'
libhb/deinterlace.c:521: error: 'hb_filter_private_t' has no member named 'buf_o
ut'
libhb/deinterlace.c:524: warning: implicit declaration of function 'avpicture_de
interlace'
libhb/deinterlace.c:524: error: 'hb_filter_private_t' has no member named 'pic_o
ut'
libhb/deinterlace.c:524: error: 'hb_filter_private_t' has no member named 'pic_i
n'
libhb/deinterlace.c:527: error: 'hb_filter_private_t' has no member named 'buf_o
ut'
libhb/deinterlace.c:529: error: 'hb_filter_private_t' has no member named 'buf_o
ut'
libhb/deinterlace.c:538: error: 'PIC_FLAG_TOP_FIELD_FIRST' undeclared (first use
 in this function)
libhb/deinterlace.c:546: error: 'hb_filter_private_t' has no member named 'pic_i
n'
libhb/deinterlace.c:551: error: 'hb_filter_private_t' has no member named 'pic_i
n'
libhb/deinterlace.c:553: error: 'hb_filter_private_t' has no member named 'buf_s
ettings'
libhb/deinterlace.c:569: error: 'hb_filter_private_t' has no member named 'pic_o
ut'
libhb/deinterlace.c:569: error: 'hb_filter_private_t' has no member named 'buf_o
ut'
libhb/deinterlace.c:572: error: 'hb_filter_private_t' has no member named 'pic_o
ut'
libhb/deinterlace.c:576: error: 'hb_filter_private_t' has no member named 'pic_i
n'
libhb/deinterlace.c:576: error: 'hb_filter_private_t' has no member named 'buf_o
ut'
libhb/deinterlace.c:579: error: 'hb_filter_private_t' has no member named 'pic_i
n'
libhb/deinterlace.c:579: error: 'hb_filter_private_t' has no member named 'pic_o
ut'
libhb/deinterlace.c:581: error: 'hb_filter_private_t' has no member named 'buf_o
ut'
libhb/deinterlace.c:585: error: 'hb_filter_private_t' has no member named 'buf_o
ut'
libhb/deinterlace.c:590: error: 'hb_filter_private_t' has no member named 'buf_s
ettings'
libhb/deinterlace.c:593: error: 'hb_filter_private_t' has no member named 'buf_s
ettings'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/denoise.c:19:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/denoise.c:19:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/denoise.c:19:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/denoise.c:20:32: error: libavcodec/avcodec.h: No such file or directory
libhb/denoise.c:21:28: error: mpeg2dec/mpeg2.h: No such file or directory
libhb/denoise.c:39: error: expected specifier-qualifier-list before 'AVPicture'
libhb/denoise.c: In function 'hb_denoise_init':
libhb/denoise.c:301: error: 'PIX_FMT_YUV420P' undeclared (first use in this func
tion)
libhb/denoise.c:301: error: (Each undeclared identifier is reported only once
libhb/denoise.c:301: error: for each function it appears in.)
libhb/denoise.c:372: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/denoise.c: In function 'hb_denoise_close':
libhb/denoise.c:404: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/denoise.c:406: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/denoise.c: In function 'hb_denoise_work':
libhb/denoise.c:427: warning: implicit declaration of function 'avpicture_fill'
libhb/denoise.c:427: error: 'hb_filter_private_t' has no member named 'pic_in'
libhb/denoise.c:430: error: 'hb_filter_private_t' has no member named 'pic_out'
libhb/denoise.c:430: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/denoise.c:433: error: 'hb_filter_private_t' has no member named 'pic_in'
libhb/denoise.c:434: error: 'hb_filter_private_t' has no member named 'pic_out'
libhb/denoise.c:443: error: 'hb_filter_private_t' has no member named 'pic_in'
libhb/denoise.c:444: error: 'hb_filter_private_t' has no member named 'pic_out'
libhb/denoise.c:453: error: 'hb_filter_private_t' has no member named 'pic_in'
libhb/denoise.c:454: error: 'hb_filter_private_t' has no member named 'pic_out'
libhb/denoise.c:463: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/denoise.c:465: error: 'hb_filter_private_t' has no member named 'buf_out'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/detelecine.c:1:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/detelecine.c:1:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/detelecine.c:1:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/detelecine.c:2:32: error: libavcodec/avcodec.h: No such file or directory
libhb/detelecine.c:3:28: error: mpeg2dec/mpeg2.h: No such file or directory
libhb/detelecine.c:90: error: expected specifier-qualifier-list before 'AVPictur
e'
libhb/detelecine.c: In function 'hb_detelecine_init':
libhb/detelecine.c:817: error: 'PIX_FMT_YUV420P' undeclared (first use in this f
unction)
libhb/detelecine.c:817: error: (Each undeclared identifier is reported only once

libhb/detelecine.c:817: error: for each function it appears in.)
libhb/detelecine.c:831: error: 'hb_filter_private_t' has no member named 'buf_ou
t'
libhb/detelecine.c: In function 'hb_detelecine_close':
libhb/detelecine.c:895: error: 'hb_filter_private_t' has no member named 'buf_ou
t'
libhb/detelecine.c:897: error: 'hb_filter_private_t' has no member named 'buf_ou
t'
libhb/detelecine.c: In function 'hb_detelecine_work':
libhb/detelecine.c:937: warning: implicit declaration of function 'avpicture_fil
l'
libhb/detelecine.c:937: error: 'hb_filter_private_t' has no member named 'pic_in
'
libhb/detelecine.c:940: error: 'hb_filter_private_t' has no member named 'buf_ou
t'
libhb/detelecine.c:942: error: 'hb_filter_private_t' has no member named 'pic_in
'
libhb/detelecine.c:944: error: 'hb_filter_private_t' has no member named 'pic_in
'
libhb/detelecine.c:946: error: 'hb_filter_private_t' has no member named 'pic_in
'
libhb/detelecine.c:951: error: 'PIC_FLAG_TOP_FIELD_FIRST' undeclared (first use
in this function)
libhb/detelecine.c:971: error: 'hb_filter_private_t' has no member named 'buf_ou
t'
libhb/detelecine.c:1021: error: 'hb_filter_private_t' has no member named 'pic_o
ut'
libhb/detelecine.c:1021: error: 'hb_filter_private_t' has no member named 'buf_o
ut'
libhb/detelecine.c:1024: error: 'hb_filter_private_t' has no member named 'pic_o
ut'
libhb/detelecine.c:1026: error: 'hb_filter_private_t' has no member named 'pic_o
ut'
libhb/detelecine.c:1028: error: 'hb_filter_private_t' has no member named 'pic_o
ut'
libhb/detelecine.c:1034: error: 'hb_filter_private_t' has no member named 'buf_o
ut'
libhb/detelecine.c:1042: error: 'hb_filter_private_t' has no member named 'buf_o
ut'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/decomb.c:8:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/decomb.c:8:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/decomb.c:8:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/decomb.c:9:32: error: libavcodec/avcodec.h: No such file or directory
libhb/decomb.c:10:28: error: mpeg2dec/mpeg2.h: No such file or directory
libhb/decomb.c:47: error: expected specifier-qualifier-list before 'AVCodecConte
xt'
libhb/decomb.c: In function 'store_ref':
libhb/decomb.c:112: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:113: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:116: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:117: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:124: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:128: error: 'hb_filter_private_t' has no member named 'ref_stride
'
libhb/decomb.c:127: warning: unused variable 'h'
libhb/decomb.c: In function 'get_ref':
libhb/decomb.c:146: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:148: error: 'hb_filter_private_t' has no member named 'ref_stride
'
libhb/decomb.c: In function 'blend_filter_line':
libhb/decomb.c:190: error: 'hb_filter_private_t' has no member named 'ref_stride
'
libhb/decomb.c: In function 'check_combing_mask':
libhb/decomb.c:253: error: 'hb_filter_private_t' has no member named 'ref_stride
'
libhb/decomb.c:271: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c:272: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c:277: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c:278: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c:283: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c:284: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c:285: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c:296: error: 'hb_filter_private_t' has no member named 'buf_settin
gs'
libhb/decomb.c:304: error: 'hb_filter_private_t' has no member named 'buf_settin
gs'
libhb/decomb.c: In function 'tritical_detect_comb':
libhb/decomb.c:352: error: 'hb_filter_private_t' has no member named 'ref_stride
'
libhb/decomb.c:374: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:375: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:376: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:377: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:378: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:392: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:393: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:394: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:395: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:396: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:397: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:398: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:399: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:400: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:401: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:419: error: 'hb_filter_private_t' has no member named 'yadif_dein
terlaced_frames'
libhb/decomb.c:419: error: 'hb_filter_private_t' has no member named 'blend_dein
terlaced_frames'
libhb/decomb.c:419: error: 'hb_filter_private_t' has no member named 'unfiltered
_frames'
libhb/decomb.c:429: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c:433: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c:444: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c:446: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c:461: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c:463: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c:468: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c:473: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c: In function 'yadif_filter_line':
libhb/decomb.c:495: error: 'hb_filter_private_t' has no member named 'ref_stride
'
libhb/decomb.c: In function 'yadif_filter':
libhb/decomb.c:609: error: 'hb_filter_private_t' has no member named 'yadif_dein
terlaced_frames'
libhb/decomb.c:613: error: 'hb_filter_private_t' has no member named 'blend_dein
terlaced_frames'
libhb/decomb.c:617: error: 'hb_filter_private_t' has no member named 'unfiltered
_frames'
libhb/decomb.c:625: error: 'hb_filter_private_t' has no member named 'ref_stride
'
libhb/decomb.c:632: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:633: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:634: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:634: warning: unused variable 'next'
libhb/decomb.c:632: warning: unused variable 'prev'
libhb/decomb.c:641: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:642: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:643: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:651: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c: In function 'mcdeint_filter':
libhb/decomb.c:668: warning: implicit declaration of function 'av_log_get_level'

libhb/decomb.c:669: warning: implicit declaration of function 'av_log_set_level'

libhb/decomb.c:669: error: 'AV_LOG_QUIET' undeclared (first use in this function
)
libhb/decomb.c:669: error: (Each undeclared identifier is reported only once
libhb/decomb.c:669: error: for each function it appears in.)
libhb/decomb.c:674: error: 'hb_filter_private_t' has no member named 'mcdeint_fr
ame'
libhb/decomb.c:675: error: 'hb_filter_private_t' has no member named 'mcdeint_fr
ame'
libhb/decomb.c:677: error: 'hb_filter_private_t' has no member named 'mcdeint_av
ctx_enc'
libhb/decomb.c:677: error: 'FF_CMP_SAD' undeclared (first use in this function)
libhb/decomb.c:678: error: 'hb_filter_private_t' has no member named 'mcdeint_av
ctx_enc'
libhb/decomb.c:679: error: 'hb_filter_private_t' has no member named 'mcdeint_fr
ame'
libhb/decomb.c:679: error: 'FF_QP2LAMBDA' undeclared (first use in this function
)
libhb/decomb.c:681: warning: implicit declaration of function 'avcodec_encode_vi
deo'
libhb/decomb.c:681: error: 'hb_filter_private_t' has no member named 'mcdeint_av
ctx_enc'
libhb/decomb.c:684: error: 'hb_filter_private_t' has no member named 'mcdeint_fr
ame'
libhb/decomb.c:686: error: 'hb_filter_private_t' has no member named 'mcdeint_fr
ame_dec'
libhb/decomb.c:686: error: 'hb_filter_private_t' has no member named 'mcdeint_av
ctx_enc'
libhb/decomb.c:692: error: 'hb_filter_private_t' has no member named 'mcdeint_fr
ame_dec'
libhb/decomb.c:704: error: 'hb_filter_private_t' has no member named 'mcdeint_fr
ame_dec'
libhb/decomb.c:746: error: 'hb_filter_private_t' has no member named 'mcdeint_fr
ame_dec'
libhb/decomb.c:758: error: 'hb_filter_private_t' has no member named 'mcdeint_fr
ame_dec'
libhb/decomb.c: In function 'hb_decomb_init':
libhb/decomb.c:776: error: 'PIX_FMT_YUV420P' undeclared (first use in this funct
ion)
libhb/decomb.c:791: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/decomb.c:792: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/decomb.c:793: error: 'hb_filter_private_t' has no member named 'buf_settin
gs'
libhb/decomb.c:795: error: 'hb_filter_private_t' has no member named 'yadif_dein
terlaced_frames'
libhb/decomb.c:796: error: 'hb_filter_private_t' has no member named 'blend_dein
terlaced_frames'
libhb/decomb.c:797: error: 'hb_filter_private_t' has no member named 'unfiltered
_frames'
libhb/decomb.c:839: error: 'hb_filter_private_t' has no member named 'ref_stride
'
libhb/decomb.c:843: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:854: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c:860: warning: implicit declaration of function 'avcodec_init'
libhb/decomb.c:861: warning: implicit declaration of function 'avcodec_register_
all'
libhb/decomb.c:863: error: 'AVCodec' undeclared (first use in this function)
libhb/decomb.c:863: error: 'enc' undeclared (first use in this function)
libhb/decomb.c:863: warning: implicit declaration of function 'avcodec_find_enco
der'
libhb/decomb.c:863: error: 'CODEC_ID_SNOW' undeclared (first use in this functio
n)
libhb/decomb.c:868: error: 'AVCodecContext' undeclared (first use in this functi
on)
libhb/decomb.c:868: error: 'avctx_enc' undeclared (first use in this function)
libhb/decomb.c:870: error: 'hb_filter_private_t' has no member named 'mcdeint_av
ctx_enc'
libhb/decomb.c:870: warning: implicit declaration of function 'avcodec_alloc_con
text'
libhb/decomb.c:874: error: 'AVRational' undeclared (first use in this function)
libhb/decomb.c:874: error: expected ';' before '{' token
libhb/decomb.c:878: error: 'CODEC_FLAG_QSCALE' undeclared (first use in this fun
ction)
libhb/decomb.c:878: error: 'CODEC_FLAG_LOW_DELAY' undeclared (first use in this
function)
libhb/decomb.c:879: error: 'FF_COMPLIANCE_EXPERIMENTAL' undeclared (first use in
 this function)
libhb/decomb.c:881: error: 'CODEC_FLAG2_MEMC_ONLY' undeclared (first use in this
 function)
libhb/decomb.c:882: error: 'FF_CMP_SAD' undeclared (first use in this function)
libhb/decomb.c:884: error: 'FF_CMP_SSE' undeclared (first use in this function)
libhb/decomb.c:891: error: 'ME_UMH' undeclared (first use in this function)
libhb/decomb.c:893: error: 'CODEC_FLAG_4MV' undeclared (first use in this functi
on)
libhb/decomb.c:896: error: 'CODEC_FLAG_QPEL' undeclared (first use in this funct
ion)
libhb/decomb.c:899: warning: implicit declaration of function 'avcodec_open'
libhb/decomb.c:902: error: 'hb_filter_private_t' has no member named 'mcdeint_fr
ame'
libhb/decomb.c:902: warning: implicit declaration of function 'avcodec_alloc_fra
me'
libhb/decomb.c: In function 'hb_decomb_close':
libhb/decomb.c:917: error: 'hb_filter_private_t' has no member named 'yadif_dein
terlaced_frames'
libhb/decomb.c:917: error: 'hb_filter_private_t' has no member named 'blend_dein
terlaced_frames'
libhb/decomb.c:917: error: 'hb_filter_private_t' has no member named 'unfiltered
_frames'
libhb/decomb.c:917: error: 'hb_filter_private_t' has no member named 'yadif_dein
terlaced_frames'
libhb/decomb.c:917: error: 'hb_filter_private_t' has no member named 'blend_dein
terlaced_frames'
libhb/decomb.c:917: error: 'hb_filter_private_t' has no member named 'unfiltered
_frames'
libhb/decomb.c:920: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/decomb.c:922: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/decomb.c:924: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/decomb.c:926: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/decomb.c:928: error: 'hb_filter_private_t' has no member named 'buf_settin
gs'
libhb/decomb.c:930: error: 'hb_filter_private_t' has no member named 'buf_settin
gs'
libhb/decomb.c:937: error: 'hb_filter_private_t' has no member named 'ref'
libhb/decomb.c:940: error: 'hb_filter_private_t' has no member named 'ref_stride
'
libhb/decomb.c:948: error: 'hb_filter_private_t' has no member named 'mask'
libhb/decomb.c:951: error: 'hb_filter_private_t' has no member named 'ref_stride
'
libhb/decomb.c:959: error: 'hb_filter_private_t' has no member named 'mcdeint_av
ctx_enc'
libhb/decomb.c:961: warning: implicit declaration of function 'avcodec_close'
libhb/decomb.c:961: error: 'hb_filter_private_t' has no member named 'mcdeint_av
ctx_enc'
libhb/decomb.c:962: warning: implicit declaration of function 'av_freep'
libhb/decomb.c:962: error: 'hb_filter_private_t' has no member named 'mcdeint_av
ctx_enc'
libhb/decomb.c: In function 'hb_decomb_work':
libhb/decomb.c:990: warning: implicit declaration of function 'avpicture_fill'
libhb/decomb.c:990: error: 'hb_filter_private_t' has no member named 'pic_in'
libhb/decomb.c:997: error: 'PIC_FLAG_TOP_FIELD_FIRST' undeclared (first use in t
his function)
libhb/decomb.c:1005: error: 'hb_filter_private_t' has no member named 'pic_in'
libhb/decomb.c:1010: error: 'hb_filter_private_t' has no member named 'pic_in'
libhb/decomb.c:1012: error: 'hb_filter_private_t' has no member named 'buf_setti
ngs'
libhb/decomb.c:1028: error: 'hb_filter_private_t' has no member named 'pic_out'
libhb/decomb.c:1028: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/decomb.c:1031: error: 'hb_filter_private_t' has no member named 'pic_out'
libhb/decomb.c:1036: error: 'hb_filter_private_t' has no member named 'pic_in'
libhb/decomb.c:1036: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/decomb.c:1039: error: 'hb_filter_private_t' has no member named 'pic_in'
libhb/decomb.c:1039: error: 'hb_filter_private_t' has no member named 'pic_out'
libhb/decomb.c:1042: error: 'hb_filter_private_t' has no member named 'buf_out'
libhb/decomb.c:1046: error: 'hb_filter_private_t' has no member named 'buf_setti
ngs'
libhb/decomb.c:1049: error: 'hb_filter_private_t' has no member named 'buf_setti
ngs'
In file included from /usr/include/stdio.h:46,
                 from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/enctheora.c:5:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/enctheora.c:5:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from libhb/common.h:15,
                 from libhb/hb.h:9,
                 from libhb/enctheora.c:5:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
libhb/enctheora.c:6:27: error: theora/theora.h: No such file or directory
libhb/enctheora.c:25: error: expected specifier-qualifier-list before 'theora_st
ate'
libhb/enctheora.c: In function 'enctheoraInit':
libhb/enctheora.c:35: error: 'theora_info' undeclared (first use in this functio
n)
libhb/enctheora.c:35: error: (Each undeclared identifier is reported only once
libhb/enctheora.c:35: error: for each function it appears in.)
libhb/enctheora.c:35: error: expected ';' before 'ti'
libhb/enctheora.c:36: error: 'theora_comment' undeclared (first use in this func
tion)
libhb/enctheora.c:36: error: expected ';' before 'tc'
libhb/enctheora.c:37: error: 'ogg_packet' undeclared (first use in this function
)
libhb/enctheora.c:37: error: expected ';' before 'op'
libhb/enctheora.c:38: warning: implicit declaration of function 'theora_info_ini
t'
libhb/enctheora.c:38: error: 'ti' undeclared (first use in this function)
libhb/enctheora.c:54: error: 'OC_CS_UNSPECIFIED' undeclared (first use in this f
unction)
libhb/enctheora.c:55: error: 'OC_PF_420' undeclared (first use in this function)

libhb/enctheora.c:78: warning: implicit declaration of function 'theora_encode_i
nit'
libhb/enctheora.c:78: error: 'hb_work_private_t' has no member named 'theora'
libhb/enctheora.c:79: warning: implicit declaration of function 'theora_info_cle
ar'
libhb/enctheora.c:81: warning: implicit declaration of function 'theora_encode_h
eader'
libhb/enctheora.c:81: error: 'hb_work_private_t' has no member named 'theora'
libhb/enctheora.c:81: error: 'op' undeclared (first use in this function)
libhb/enctheora.c:85: warning: implicit declaration of function 'theora_comment_
init'
libhb/enctheora.c:85: error: 'tc' undeclared (first use in this function)
libhb/enctheora.c:86: warning: implicit declaration of function 'theora_encode_c
omment'
libhb/enctheora.c:91: warning: implicit declaration of function 'theora_encode_t
ables'
libhb/enctheora.c:91: error: 'hb_work_private_t' has no member named 'theora'
libhb/enctheora.c: In function 'enctheoraWork':
libhb/enctheora.c:123: error: 'yuv_buffer' undeclared (first use in this functio
n)
libhb/enctheora.c:123: error: expected ';' before 'yuv'
libhb/enctheora.c:124: error: 'ogg_packet' undeclared (first use in this functio
n)
libhb/enctheora.c:124: error: expected ';' before 'op'
libhb/enctheora.c:138: error: 'op' undeclared (first use in this function)
libhb/enctheora.c:139: error: 'yuv' undeclared (first use in this function)
libhb/enctheora.c:153: warning: implicit declaration of function 'theora_encode_
YUVin'
libhb/enctheora.c:153: error: 'hb_work_private_t' has no member named 'theora'
libhb/enctheora.c:155: warning: implicit declaration of function 'theora_encode_
packetout'
libhb/enctheora.c:155: error: 'hb_work_private_t' has no member named 'theora'
libhb/enctheora.c:160: warning: implicit declaration of function 'theora_packet_
iskeyframe'
In file included from /usr/include/sys/signal.h:15,
                 from /usr/include/signal.h:5,
                 from test/test.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from /usr/include/unistd.h:4,
                 from test/test.c:11:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
In file included from ./libhb/common.h:11,
                 from ./libhb/hb.h:9,
                 from test/test.c:13:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/sys/fcntl.h:163,
                 from /usr/include/fcntl.h:14,
                 from test/parsecsv.c:7:
/usr/include/sys/types.h:184: error: conflicting types for 'size_t'
/usr/lib/gcc/i686-pc-cygwin/4.2.4/include/stddef.h:214: error: previous declarat
ion of 'size_t' was here
In file included from ./libhb/common.h:11,
                 from ./libhb/hb.h:9,
                 from test/parsecsv.c:8:
/usr/include/stdio.h:433: error: expected ',' or ';' before '__getdelim'
/usr/include/stdio.h:434: error: expected ',' or ';' before '__getline'
In file included from /usr/include/unistd.h:4,
                 from ./libhb/common.h:15,
                 from ./libhb/hb.h:9,
                 from test/parsecsv.c:8:
/usr/include/sys/unistd.h:109: error: expected ',' or ';' before 'pread'
/usr/include/sys/unistd.h:110: error: expected ',' or ';' before 'pwrite'
/usr/include/sys/unistd.h:145: error: expected declaration specifiers or '...' b
efore 'ssize_t'
User avatar
s55
HandBrake Team
Posts: 10347
Joined: Sun Dec 24, 2006 1:05 pm

Re: Compile Handbrake GUI on Windows

Post by s55 »

*** I have a problem determining the size of some variable types. Either
*** you compiler is broken, or your system+compiler combination is not
*** supportet by the "autoconf" framework we use to generate this
*** configure script.
That stood out at me, and it figures that it's also affecting the other contribs, so:
$ cygcheck -c autoconf autoconf2.1 autoconf2.5
Cygwin Package Information
Package Version Status
autoconf 4-1 OK
autoconf2.1 2.13-3 OK
autoconf2.5 2.61-1 OK
run: cygcheck -c autoconf autoconf2.1 autoconf2.5
make sure the output is the same as above. When you install autoconf, it should automatically install the other 2. Maybe it's not done this?

Failing that, The contribs leave a config.log file in their directories.
contrib\libvorbis\config.log
You could post one of those on a pastebin site. (maybe easier than the forum, file tends to be quite big)
NaVVy
Posts: 18
Joined: Tue Jul 29, 2008 10:48 am

Re: Compile Handbrake GUI on Windows

Post by NaVVy »

Here's the output from cygcheck so it looks like that's not the problem.

Code: Select all

$ cygcheck -c autoconf autoconf2.1 autoconf2.5
Cygwin Package Information
Package              Version        Status
autoconf             4-1            OK
autoconf2.1          2.13-3         OK
autoconf2.5          2.61-1         OK
I also put the a52dec config.log on pastebin at: http://pastebin.com/m6ce0a4e

Lets see where this leads us.
lobosrul
Posts: 1
Joined: Fri Aug 01, 2008 8:02 pm

Re: Compile Handbrake GUI on Windows

Post by lobosrul »

Since it appears impossible to build Handbrake w/ Cygwin (I'm getting the same errors), could some kind person with a linux box upload a build of the latest SVN?

I'm dieing to try Psy-RDO.
User avatar
s55
HandBrake Team
Posts: 10347
Joined: Sun Dec 24, 2006 1:05 pm

Re: Compile Handbrake GUI on Windows

Post by s55 »

NaVVy: Sorry, i've been unable to track this down. If you've got it compiled with the method in your other post, great. I may add a note about stddef.h / full cygwin install may be required.

Lobosrul: it's not impossible. Many people have succeeded.
NaVVy
Posts: 18
Joined: Tue Jul 29, 2008 10:48 am

Re: Compile Handbrake GUI on Windows

Post by NaVVy »

No worries sr55. If you can think of any way I can help further, drop me a line. :)

Thanks for trying.
vukodlak75
Posts: 17
Joined: Tue Sep 25, 2007 9:22 pm

Re: Compile Handbrake GUI on Windows

Post by vukodlak75 »

lobosrul wrote:Since it appears impossible to build Handbrake w/ Cygwin (I'm getting the same errors), could some kind person with a linux box upload a build of the latest SVN?

I'm dieing to try Psy-RDO.
PM sent
canvas
Posts: 32
Joined: Thu Jun 05, 2008 12:16 pm

Re: Compile Handbrake GUI on Windows

Post by canvas »

CompileOnWindows, "mv jam0.exe /bin/jam" and jam.exe is not exist(copied).
http://trac.handbrake.fr/wiki/CompileOnWindows

jam is correct?
http://trac.handbrake.fr/browser/trunk/ ... kefile#L40

Code: Select all

.contrib:
        ( cd .. ; ./configure ; cd contrib ; cp -f ../config.jam . ; jam )
User avatar
s55
HandBrake Team
Posts: 10347
Joined: Sun Dec 24, 2006 1:05 pm

Re: Compile Handbrake GUI on Windows

Post by s55 »

yes it's correct. If the build of jam failed, that would explain why it is not there.

Assuming it's downloaded and extracted properly, the following works fine

Code: Select all

 cd jam && make && mv jam0.exe /bin/jam 
canvas
Posts: 32
Joined: Thu Jun 05, 2008 12:16 pm

Re: Compile Handbrake GUI on Windows

Post by canvas »

Thanks.
Would you correct "trunk/contrib/Makefile" or "CompileOnWindows" page?
User avatar
s55
HandBrake Team
Posts: 10347
Joined: Sun Dec 24, 2006 1:05 pm

Re: Compile Handbrake GUI on Windows

Post by s55 »

Neither of them are wrong
canvas
Posts: 32
Joined: Thu Jun 05, 2008 12:16 pm

Re: Compile Handbrake GUI on Windows

Post by canvas »

When it is a procedure on the current "CompileOnWindows" page, it becomes the following errors.

Code: Select all

$ make
( cd .. ; ./configure ; cd contrib ; cp -f ../config.jam . ; jam.exe )

System: CYGWIN_NT-6.0
Endian: little

Don't run configure by hand, make runs it automatically.

No, really. That's it. Just type 'make' and hit return.

You're supposed to be building with make, not jam.
If you were going to use jam--which you shouldn't--you'd run:
 './jam' on a Mac, or
 'jam' on Linux or Windows

To make jam, boil fruit with sugar and an acid until pectins are released.

/bin/sh: jam.exe: command not found
make[1]: *** [.contrib] Error 127
make: *** [contrib/.contrib] Error 2
"CompileOnWindows" page, only "cd jam && make && mv jam0.exe /bin/jam && cd .. &&".
"cp jam0.exe /bin/jam.exe" is insufficient.
User avatar
s55
HandBrake Team
Posts: 10347
Joined: Sun Dec 24, 2006 1:05 pm

Re: Compile Handbrake GUI on Windows

Post by s55 »

I did not use "cp". I used "mv"
The compile instructions are correct. Many users have verified this. I use the make build method every day, it works fine.

jam.exe is not in your /usr/bin folder. That's why you are getting an error message. This means that you've either made a mistake when setting up cygwin, or something in cygwin is preventing the build and move commands for jam to operate correctly.

If you can't get it working, manually copy jam0.exe from the jam folder (c:\cygwin\home\<username>\jam to c:\cygwin\bin using windows explorer and rename it to jam.exe
canvas
Posts: 32
Joined: Thu Jun 05, 2008 12:16 pm

Re: Compile Handbrake GUI on Windows

Post by canvas »

My wanting to say is that jam.exe is not described on "CompileOnWindows" page.
Please find "jam.exe" on "CompileOnWindows" page.
It is necessary to explain "CompileOnWindows" page as follows.

Code: Select all

Now we need to compile these 4 packages. Run the command:
cd yasm-0.7.1 && ./configure && make && make install && cd .. &&
cd jam && make && mv jam0.exe /bin/jam && cp /bin/jam /bin/jam.exe && cd .. &&
cd gmp-4.2.3 && ./configure && make -j 2 && make install && cd .. &&
cd mpfr-2.3.2 && ./configure && make -j 2 && make install && cd .. 
User avatar
s55
HandBrake Team
Posts: 10347
Joined: Sun Dec 24, 2006 1:05 pm

Re: Compile Handbrake GUI on Windows

Post by s55 »

cp /bin/jam /bin/jam.exe
You do not need this. Cygwin knows it's an executable and will execute it by simply typing jam.

For example, on my system, the executable is just called "jam". There is no .exe on the end of it.
gyrene2083
Posts: 5
Joined: Sat Dec 13, 2008 7:54 pm

Re: Compile Handbrake GUI on Windows

Post by gyrene2083 »

Hello All,

I had a quick question, as I tried to compile the CLI following the instructions in the guide, it failed on the XP Box I tried on, so I figured that I would try to compile the cli on Linux, being that I'm using on my laptop. I was able to go through everything without any errors and it even created the executable, but it just won't work on Windows. If anyone could be so kind and just point me in the right direction I'd truly appreciate it. Unless of course the way I attempted to do it was just dead wrong and that's ok too. At least I would know how not to do it again. LOL.

-Semper Fi
gyrene2083
User avatar
s55
HandBrake Team
Posts: 10347
Joined: Sun Dec 24, 2006 1:05 pm

Re: Compile Handbrake GUI on Windows

Post by s55 »

Yeh, It's not that simple. You can't just use a linux binary on windows. You'd need to cross compile it and i'm not entirely sure how this is done as i've not tried it myself.

I'd post a log of what failed under cygwin and maybe I can point you in the right direction.
gyrene2083
Posts: 5
Joined: Sat Dec 13, 2008 7:54 pm

Re: Compile Handbrake GUI on Windows

Post by gyrene2083 »

Hello All,
Thanks for the reply. I wiped everything out on the XP machine and started from scratch, I found out what the problem was. There are somethings in the wiki that aren't accurate, here they are:
The following packages from "Devel"

gcc gcc-core gcc-g++ make patchutils automake autoconf binutils subversion nasm libtool bison byacc
According to this:
cygcheck -c bash binutils bzip2 gcc-core gcc-java gzip m4 make unzip zip patch patchutils diffutils cygutils nasm subversion autoconf automake perl wget make libbz2-devel zip unzip

GCC-Java is missing,and zip unzip is listed twice. Either way it took me a little bit but I managed to figure it out and I compiled it with no problems. Now I just have to test it, but being that it's New Years Eve, I'll try it out tomorrow. Happy New Years everyone, may you all be safe.

-Semper Fi
gyrene2083
User avatar
s55
HandBrake Team
Posts: 10347
Joined: Sun Dec 24, 2006 1:05 pm

Re: Compile Handbrake GUI on Windows

Post by s55 »

gcc-java is not a requirement.
Locked