I haven't compiled DVBCut SVN since a few months, but as I recall the
repository has not changed since then. This is wat I got:

...
g++ -g -O2 -Wall -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
-DHAVE_LIB_SWSCALE=1 -DHAVE_LIB_MAD=1 -DHAVE_LIB_A52=1 -DHAVE_LIB_AO=1
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_AO_AO_H=1
-DHAVE_MAD_H=1 -DHAVE_STDINT_H=1 -DHAVE_A52DEC_A52_H=1 -DHAVE_STDLIB_H=1
-DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1
-D__STDC_LIMIT_MACROS=1 -D__STDC_CONSTANT_MACROS=1
-D_FILE_OFFSET_BITS=64 -I/usr/local/include
-I/usr/local/include/libavcodec -I/usr/local/include/libavformat
-I/usr/local/include/libswscale -I/usr/share/qt3/include -I.
-I/usr/local/include -I/usr/local/include/libavcodec
-I/usr/local/include/libavformat -I/usr/local/include/libswscale
-I/usr/share/qt3/include -I.  -c -o avframe.o avframe.cpp
In file included from avframe.cpp:21:
/usr/share/qt3/include/qimage.h: In member function ‘bool
QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
/usr/share/qt3/include/qimage.h:61: warning: suggest parentheses around
&& within ||
avframe.cpp: In constructor ‘avframe::avframe(AVFrame*,
AVCodecContext*)’:
avframe.cpp:45: error: ‘img_copy’ was not declared in this scope
make[1]: *** [avframe.o] Error 1
make[1]: Leaving directory `/tmp/dvbcut/src'
make: *** [all] Error 2

The same appears either using SCons/make or autoconf/configure/make. I
do have libqt3-dev and libqt3-mt (but also libqt4 and its dependencies,
don't know whether it does some harm).

Levente




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to