Hi, I am trying to compile avifile 0.7 and have a problem.
Running SuSe 7.3 professional (gcc 2.95.3)
Tried it with the april 5 and april 12, both give same errors:

with avifile0.7-20020412.tar.gz:
autogen.sh no problem:

kwakkel:/public/Programmas/avifile0.7-20020412 # ./autogen.sh
Generating build information...
Running libtoolize...
Running aclocal ...
Running autoheader...
Running autoconf...
configure.in:67: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
Running automake...
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
Postprocessing automake generated Makefiles
Now you are ready to run ./configure
  Please remove the file config.cache after changing your setup
  so that configure will find the changes next time.

Than configure (still all ok I think):

kwakkel:/public/Programmas/avifile0.7-20020412 # ./configure
avifile configure options:
checking for a BSD compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... 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... missing
checking build system type... i586-suse-linux
checking host system type... i586-suse-linux
checking target system type... i586-suse-linux
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for a BSD compatible install... /usr/bin/ginstall -c
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared
libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for dlopen in -ldl... yes
checking for nanosleep in -lposix4... no
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... yes
checking for kstat_open in -lkstat... no
checking for lseek64 in -lc... yes
checking for pthreads... -lpthread yes
checking for ANSI C header files... yes
checking for linux/ioctl.h... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for malloc.h... yes
checking for unistd.h... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for sys/ioctl.h... yes
checking for sys/ioccom.h... no
checking for sys/time.h... yes
checking for sys/mman.h... yes
checking for valid sysinfo struct... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking for sys/types.h... (cached) 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... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for ftime... yes
checking for gettimeofday... yes
checking for strdup... yes
checking for strstr... yes
checking for setenv... yes
checking for unsetenv... yes
checking for scandir... yes
checking for nanosleep... yes
checking if gcc supports "-finline-limit-200" flag(s)... yes
checking if malloc debugging is wanted... no
checking "C compiler version"... gcc 2.95.3
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for Qt... checking for main in -lqt-mt... yes
libraries /usr/lib/qt2/lib, headers /usr/lib/qt2/include
checking for moc2... not found
checking for moc... /usr/lib/qt2/bin/moc
checking whether we like this Qt installation... yes
checking for multithreading support in Qt... yes
checking whether to build Avicap... checking for
/usr/lib/qt2/include/qtable.h... yes
checking for jpeglib.h... yes
checking for jpeg_start_compress in -ljpeg... yes
checking for XF86DGAQueryExtension in -lXxf86dga... yes
checking for XF86VidModeSwitchMode in -lXxf86vm... yes
checking for DPMSQueryExtension in -lXdpms... no
checking for XGetExtensionVersion in -lXi... yes
checking for /usr/X11R6/include/X11/Xft/Xft.h... yes
checking for XftDrawString32 in -lXft... yes
checking for X11/extensions/Xv.h... yes
checking for /usr/X11R6/include/X11/extensions/dpms.h... yes
checking whether system declares DPMS functions in X11/extensions/dpms.h... yes
checking for sdl-config... no
checking for sdl11-config... no
checking for sdl-config... no
checking for SDL - version >= 1.0.0... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: WARNING: Could not find SDL >= 1.0.0!
checking for OSS audio support... yes
checking for _oss_ioctl in -lossaudio... no
checking for Sun audio support... no
checking for lame_decode_init in -lmp3lame... 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:
checking for mad_stream_init in -lmad... no
checking for decore in -ldivxdecore... yes
checking for encore in -ldivxencore... yes
checking for decore.h... yes
checking for encore2.h... yes
checking for xvid_init in -lxvidcore... no
checking for xvid.h... no
configure: WARNING:
---    If you wish to use Xvid plugin install xvid package,
--- take a look at: http://www.xvid.org )
checking whether to build ac3 decoder module... no
=== configuring ffmpeg ===
Install prefix   NONE
C compiler       gcc
CPU              x86
MMX enabled      yes
gprof enabled    no
grab enabled     yes
mp3lame enabled  no
Creating config.mak and config.h
head: VERSION: No such file or directory
checking creating configure in libmmxnow... done
checking whether to use --tag=CXX with libtool... no
configure: creating ./config.status
config.status: creating admin/Makefile
config.status: creating lib/Makefile
config.status: creating lib/aviread/Makefile
config.status: creating lib/aviwrite/Makefile
config.status: creating lib/aviplay/Makefile
config.status: creating lib/common/Makefile
config.status: creating lib/subtitle/Makefile
config.status: creating lib/video/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/libwin32/loader/Makefile
config.status: creating plugins/libwin32/loader/wine/Makefile
config.status: creating plugins/libwin32/loader/dshow/Makefile
config.status: creating plugins/libwin32/videocodec/Makefile
config.status: creating plugins/libwin32/Makefile
config.status: creating plugins/libwin32/audiodec/Makefile
config.status: creating plugins/libac3pass/Makefile
config.status: creating plugins/libaudiodec/Makefile
config.status: creating plugins/libmpeg_audiodec/Makefile
config.status: creating plugins/libdivx4/Makefile
config.status: creating plugins/libxvid/Makefile
config.status: creating plugins/libffmpeg/Makefile
config.status: creating plugins/libffmpeg/libav/Makefile
config.status: creating plugins/libffmpeg/libavcodec/Makefile
config.status: creating plugins/libffmpeg/libavcodec/alpha/Makefile
config.status: creating plugins/libffmpeg/libavcodec/armv4l/Makefile
config.status: creating plugins/libffmpeg/libavcodec/i386/Makefile
config.status: creating plugins/libffmpeg/libavcodec/libac3/Makefile
config.status: creating plugins/libffmpeg/libavcodec/mlib/Makefile
config.status: creating plugins/libmp3lame_audioenc/Makefile
config.status: creating plugins/libmp3lame_audioenc/lame3.70/Makefile
config.status: creating plugins/libmp3lamebin_audioenc/Makefile
config.status: creating plugins/libmad/Makefile
config.status: creating plugins/libvorbis/Makefile
config.status: creating player/Makefile
config.status: creating doc/Makefile
config.status: creating debian/Makefile
config.status: creating include/Makefile
config.status: creating samples/Makefile
config.status: creating samples/misc/Makefile
config.status: creating samples/mjpeg_plugin/Makefile
config.status: creating samples/qtrecompress/Makefile
config.status: creating samples/qtvidcap/Makefile
config.status: creating samples/artsplug/Makefile
config.status: creating bin/Makefile
config.status: creating drivers/Makefile
config.status: creating libavqt/Makefile
config.status: creating Makefile
config.status: creating avifile-config
config.status: creating avifile.spec
config.status: creating include/config.h
configure: configuring in plugins/libmad/libmad
configure: running /bin/sh './configure'  --cache-file=/dev/null --srcdir=.
loading cache /dev/null
./configure: .: /dev/null: not a regular file
checking for a BSD compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking host system type... i586-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for Cygwin environment... no
checking for mingw32 environment... no
checking how to run the C preprocessor... gcc -E
checking build system type... i586-pc-linux-gnu
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared
libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
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 ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for limits.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for inline... inline
checking for pid_t... yes
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking whether to optimize for speed or for accuracy... default
checking for architecture-specific fixed-point math routines... INTEL
checking for ISO/IEC interpretation... best accepted practices
checking whether to enable profiling... no
checking whether to enable debugging... default
checking whether to enable experimental code... no
updating cache /dev/null
creating ./config.status
creating Makefile
creating config.h
configure: configuring in libmmxnow
configure: running /bin/sh './configure'  --cache-file=/dev/null --srcdir=.
loading cache /dev/null
./configure: .: /dev/null: not a regular file
libmmxnow configure options: --cache-file=/dev/null --srcdir=.
checking for a BSD compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
/public/Programmas/avifile0.7-20020412/missing: Unknown `--run' option
Try `/public/Programmas/avifile0.7-20020412/missing --help' for more
informationconfigure: warning: `missing' script is too old or missing
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... i586-suse-linux
checking build system type... i586-suse-linux
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... unknown
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared
libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... no
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
checking host system type... i586-suse-linux-gnu
checking target system type... i586-suse-linux-gnu
checking for working alloca.h... yes
checking for alloca... yes
checking for 8-bit clean memcmp... yes
updating cache /dev/null
creating ./config.status
creating Makefile
creating doc/Makefile
creating include/Makefile
creating src/Makefile
creating src/generic/Makefile
creating src/generic/video/Makefile
creating src/i386/Makefile
creating src/i386/video/Makefile
creating test/Makefile
creating mmxnow-config
creating include/config.h

Note: If you have installed/removed some package in your system
      do not forget to remove config.cache file before using configure
Configuration for avifile CVS-020419-01:44-2.95.3
Compiler C:       gcc -g  -march=i586 -ffast-math -pipe
Compiler C++:     g++ -g  -march=i586 -ffast-math -pipe
Install path:     /usr/local
Qt:               yes
Sdl:              no
Xft:              yes
Oss audio:        yes
Sun audio:        no
Mga_vid:          no
Plugins:
  ac3passthrough  yes  (with SBLive only)
  divx4           yes  (DivX ;-), OpenDivX, DivX4)
  xvid            no   (DivX4, XviD)
  ffmpeg          yes  (DivX ;-), OpenDivX, MJPEG, AC3)
  os motion jpeg  yes  (MJPEG)
  win32           yes  (DivX, WMF1/2, DV, MJPEG, Ati, Asus,...)
  MAD             yes  (MPEG Layer I/II/III)
  vorbis          no
  lame runtime    no


And when I do make -j 2 I get some errors at the end and make install wonlt
work:

kwakkel:/public/Programmas/avifile0.7-20020412 # make -j 2
Making all in .
make[1]: Entering directory `/public/Programmas/avifile0.7-20020412'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/public/Programmas/avifile0.7-20020412'
Making all in admin
make[1]: Entering directory `/public/Programmas/avifile0.7-20020412/admin'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/public/Programmas/avifile0.7-20020412/admin'
Making all in libmmxnow
make[1]: Entering directory `/public/Programmas/avifile0.7-20020412/libmmxnow'
Making all in .
make[2]: Entering directory `/public/Programmas/avifile0.7-20020412/libmmxnow'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/public/Programmas/avifile0.7-20020412/libmmxnow'
Making all in doc
make[2]: Entering directory
`/public/Programmas/avifile0.7-20020412/libmmxnow/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/public/Programmas/avifile0.7-20020412/libmmxnow/doc'
Making all in include
make[2]: Entering directory
`/public/Programmas/avifile0.7-20020412/libmmxnow/include'
make  all-am
make[3]: Entering directory
`/public/Programmas/avifile0.7-20020412/libmmxnow/include'
make[3]: Leaving directory
`/public/Programmas/avifile0.7-20020412/libmmxnow/include'
make[2]: Leaving directory
`/public/Programmas/avifile0.7-20020412/libmmxnow/include'
Making all in src
make[2]: Entering directory
`/public/Programmas/avifile0.7-20020412/libmmxnow/src'
Making all in generic
make[3]: Entering directory
`/public/Programmas/avifile0.7-20020412/libmmxnow/src/generic'
Making all in video
make[4]: Entering directory
`/public/Programmas/avifile0.7-20020412/libmmxnow/src/generic/video'
source='create.c' object='create.lo' libtool=yes \
depfile='.deps/create.Plo' tmpdepfile='.deps/create.TPlo' \
depmode=none /bin/sh ../../../../depcomp \
/bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../include  -I.. -I../..    -c -o create.lo `test -f create.c || echo
'./'`create.c
source='rgb_yuv.c' object='rgb_yuv.lo' libtool=yes \
depfile='.deps/rgb_yuv.Plo' tmpdepfile='.deps/rgb_yuv.TPlo' \
depmode=none /bin/sh ../../../../depcomp \
/bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../include  -I.. -I../..    -c -o rgb_yuv.lo `test -f rgb_yuv.c || echo
'./'`rgb_yuv.c
../../../../depcomp: ../../../../depcomp: No such file or directory
make[4]: *** [rgb_yuv.lo] Error 127
make[4]: *** Waiting for unfinished jobs....
../../../../depcomp: ../../../../depcomp: No such file or directory
make[4]: *** [create.lo] Error 127
make[4]: Leaving directory
`/public/Programmas/avifile0.7-20020412/libmmxnow/src/generic/video'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/public/Programmas/avifile0.7-20020412/libmmxnow/src/generic'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/public/Programmas/avifile0.7-20020412/libmmxnow/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/public/Programmas/avifile0.7-20020412/libmmxnow'
make: *** [all-recursive] Error 1


I have 0.6 running from the avifile-0.60-3.i386.rpm because 0.6 didn't compile
either, but that version won't use the WIN32 libraries, I have the precise
errors if somebody is interested, the non WIN codes play allright.

Anybody can help me?

TIA

Jacco

Real Time, adj.:
        Here and now, as opposed to fake time, which only occurs there and then.



_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to