I am trying to compile version 0.4.0 using MSYS 1.0.8 and MINGW 2.0.0-3. I run configure and that completes ok (warns about direct draw, but I don't think I want to use that anyway). The output is at the end of this message. Then I try to run make and I get at the end:
Making all in convert I:\msys\1.0\mingw\bin\make.exe[2]: Entering directory `i:/src/mpeg2dec-0.4.0/libmpeg2/convert' if I:/msys/1.0/mingw/bin/sh.exe ../../libtool --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 `test -f 'rgb.c' || echo './'`rgb.c; \ then mv -f ".deps/rgb.Tpo" ".deps/rgb.Plo"; \ else rm -f ".deps/rgb.Tpo"; exit 1; \ fi /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) /bin/sed: -e expression #2, char 21: Unmatched ) or \) libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' I:\msys\1.0\mingw\bin\make.exe[2]: *** [rgb.lo] Error 1 I:\msys\1.0\mingw\bin\make.exe[2]: Leaving directory `i:/src/mpeg2dec-0.4.0/libmpeg2/convert' I:\msys\1.0\mingw\bin\make.exe[1]: *** [all-recursive] Error 1 I:\msys\1.0\mingw\bin\make.exe[1]: Leaving directory `i:/src/mpeg2dec-0.4.0/libmpeg2' I:\msys\1.0\mingw\bin\make.exe: *** [all-recursive] Error 1 Can someone else confirm whether 0.4.0 builds in this environment? configure output: $ ./configure configure: loading site script /etc/config.site checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i686-pc-mingw32 checking host system type... i686-pc-mingw32 checking for gcc... gcc checking for C compiler default output file name... a.exe checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... .exe checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking whether gcc needs -traditional... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking io.h usability... yes checking io.h presence... yes checking for io.h... yes checking altivec.h usability... no checking altivec.h presence... no checking for altivec.h... 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 -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... /bin/sed checking for ld used by gcc... I:/msys/1.0/mingw/mingw32/bin/ld.exe checking if the linker (I:/msys/1.0/mingw/mingw32/bin/ld.exe) is GNU ld... (cached) yes checking for I:/msys/1.0/mingw/mingw32/bin/ld.exe option to reload object files... (cached) -r checking for BSD-compatible nm... /mingw/bin/nm 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 dlfcn.h usability... no checking dlfcn.h presence... no checking for dlfcn.h... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 8192 checking command to parse /mingw/bin/nm output from gcc object... (cached) failed checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -DDLL_EXPORT checking if gcc PIC flag -DDLL_EXPORT works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (I:/msys/1.0/mingw/mingw32/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++... I:/msys/1.0/mingw/mingw32/bin/ld.exe checking if the linker (I:/msys/1.0/mingw/mingw32/bin/ld.exe) is GNU ld... yes checking whether the g++ linker (I:/msys/1.0/mingw/mingw32/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++ supports -c -o file.o... yes checking whether the g++ linker (I:/msys/1.0/mingw/mingw32/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 if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for g77 option to produce PIC... -DDLL_EXPORT checking if g77 PIC flag -DDLL_EXPORT works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (I:/msys/1.0/mingw/mingw32/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 time.h and sys/time.h may both be included... yes checking for struct timeval... no checking for inttypes.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for always_inline... yes checking for restrict... __restrict__ checking for __builtin_expect... yes checking whether byte ordering is bigendian... no checking for working volatile... yes checking for size_t... yes checking return type of signal handlers... void checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for gettimeofday... no checking for ftime... yes checking if libtool supports -prefer-non-pic flag... yes checking for X... no checking ddraw.h usability... no checking ddraw.h presence... yes configure: WARNING: ddraw.h: present but cannot be compiled configure: WARNING: ddraw.h: check for missing prerequisite headers? configure: WARNING: ddraw.h: see the Autoconf documentation configure: WARNING: ddraw.h: section "Present But Cannot Be Compiled" configure: WARNING: ddraw.h: proceeding with the preprocessor's result configure: WARNING: ddraw.h: in the future, the compiler will take precedence configure: WARNING: ## ------------------------------------------ ## configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ## configure: WARNING: ## ------------------------------------------ ## checking for ddraw.h... yes checking for sdl-config... no checking __attribute__ ((aligned ())) support... 16 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: include/config.h is unchanged config.status: executing depfiles commands ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users