[mythtv] Re: [mythtv-commits] mythtv commit: r7931 - in trunk/mythtv by bjm

Lorenz Hahn lorenz at gesindel.org
Sat Nov 19 08:23:35 EST 2005


Adam Egger wrote:
> On 11/19/05, Adam Egger <mythtv2005 at bdam.de> wrote:
> 
>>I can't compile it on debian sid:
>>
>>ccache g++ -c -pipe -march=k8 -Wall -W -O3 -Wall -Wno-switch
>>-fomit-frame-pointer `freetype-config --cflags` -D_REENTRANT -DPIC
>>-fPIC  -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
>>-DPREFIX=\"/usr\" -D_LARGEFILE_SOURCE -DUSING_OSS -DUSING_XV
>>-DUSING_FRONTEND -DUSING_DVB -DUSING_DVB_EIT -DUSING_BACKEND
>>-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT
>>-I/usr/share/qt3/mkspecs/default -I. -I/usr/include -I/usr/include
>>-I/usr/X11R6/include -I../.. -I../libmyth -I.. -Idvbdev -Impeg
>>-I../libavcodec -I../libavutil -I../libmythmpeg2 -I/usr/include/qt3 -o
>>scheduledrecording.o scheduledrecording.cpp
>>In file included from scheduledrecording.cpp:12:
>>viewschdiff.h:4:21: error: qvector.h: No such file or directory
>>/usr/include/qt3/qsqldatabase.h:63: warning: 'class
>>QSqlDriverCreatorBase' has virtual functions but non-virtual
>>destructor
>>make[2]: *** [scheduledrecording.o] Error 1
>>make[2]: Leaving directory `/big/myth/trunk/mythtv/libs/libmythtv'
>>make[1]: *** [sub-libmythtv] Error 2
>>make[1]: Leaving directory `/big/myth/trunk/mythtv/libs'
>>make: *** [sub-libs] Error 2
>>
> 
> Ok, I had to apt-get install libqt3-compat-headers

Hi,

I'm just trying the same, but after make distclean, configure, make
I get a similar error:

g++ -c -pipe -march=pentiumpro -O3 -Wall -Wno-switch
-fomit-frame-pointer -D_REENTRANT -Wall -W -DPIC -fPIC -DMMX -Di386
-DUSING_DBOX2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-DPREFIX=\"/usr/local\" -DUSING_OSS -DUSE_ALSA -DUSE_JOYSTICK_MENU
-DUSE_LIRC -DUSING_XRANDR -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB
-DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I.
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4
-I/usr/local/include -I/usr/X11R6/include -I../libmythsamplerate
-I../libmythsoundtouch -I../.. -I. -I. -o dialogbox.o dialogbox.cpp
In file included from dialogbox.h:6,
                 from dialogbox.cpp:11:
mythdialogs.h:7:18: error: qdom.h: Datei oder Verzeichnis nicht gefunden
mythdialogs.h:8:22: error: qptrlist.h: Datei oder Verzeichnis nicht gefunden
mythdialogs.h:13:26: error: qvaluevector.h: Datei oder Verzeichnis nicht
gefunden
mythdialogs.h:14:25: error: qscrollview.h: Datei oder Verzeichnis nicht
gefunden

The differences I've noticed are the used include paths - mine are
referring to qt4.

Any idea what has to be done before that the compat headers are used here?

Thanks,
Lorenz



More information about the mythtv-dev mailing list