Hey,
        My configure is getting smaller so I'm being heard :)

MOC=moc2 SDL_CONFIG=/usr/local/bin/sdl11-config  ./configure

        It's likely that SDL_CONFIG variable will stay stable for all
of the 1.X versions in freebsd.  (It's really 1.2.1)

plugins/libffmpeg/libavcodec/ac3dec.c
-#include <stdint.h>
+#include <inttypes.h>

lib/common/impl_video.cpp needs -I/usr/X11R6/include

jpeg*.h in /usr/local/include, configure fails to detect it, avimake
doesn't build without the -I

General breakage in the samples/misc/Makefile with and without
jpeg.  I need to uncomment some of the stuff to compile through

Some qt errors are fatal, like not detecting moc, others aren't.
Also, the configure message when it can't find qt's includes, should
have better instructions, like the sdl error.  (I notice that it finds
my qt includes now)  What it does now:

|checking for Qt... checking for main in -lqt-mt... yes
|no
|
|WARNING: Could not find Qt on your system! If it _is_ installed, delete
|./config.cache and re-run ./configure, specifying path to Qt headers and
|libraries in options.
|Switching off compilation of Qt utilities.

What it should look like:

!checking for Qt... checking for main in -lqt-mt... yes
!checking for Qt includes... no
!
!Warning: Qt header files could not be located, please specify the
!location with ./configure --with-qt-includes=/path/to/location
!
!WARNING: Qt not enabled.  This means the player and other utilities
!will not be built.  A hint: if you need to re-run configure with
!different arguments or enviroment variables, delete the file
!config.cache

        --Mat

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

Reply via email to