[mythtv] Compile error, uitypes.cpp

Matt Ryan matt.ryan at xotech-llc.com
Sun Aug 8 13:42:28 EDT 2004


Dug through the commits to make sure I didnt miss a new requirement, but
didnt see any, started getting this on our around the end of July.

Did I miss a new requirement somewhere?

xbox1:/mythtv/mythtv# qmake -v
Qmake version: 1.07a (Qt 3.3.2)
Qmake is free software from Trolltech AS

xbox1:/mythtv/mythtv# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/3.2.2/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,proto,pascal,objc,ada --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.2 --enable-shared
--with-system-zlib --enable-nls --without-included-gettext
--disable-__cxa_atexit --enable-java-gc=boehm --enable-objc-gc i386-linux
Thread model: posix
gcc version 3.2.2


here's the error..


uitypes.cpp: In method `void UIAnimatedImageType::InitImageCache()':
uitypes.cpp:1423: no matching function for call to `vector<QPixmap
*,allocator<Q Pixmap *> >::at (int &)'
uitypes.cpp: In method `bool UIAnimatedImageType::LoadImage(int)':
uitypes.cpp:1513: no matching function for call to `vector<QPixmap
*,allocator<Q Pixmap *> >::at (int)'
uitypes.cpp:1524: no matching function for call to `vector<QPixmap
*,allocator<Q Pixmap *> >::at (int)'
uitypes.cpp:1529: no matching function for call to `vector<QPixmap
*,allocator<Q Pixmap *> >::at (int)'
uitypes.cpp:1556: no matching function for call to `vector<QPixmap
*,allocator<Q Pixmap *> >::at (int)'
uitypes.cpp: In method `void UIAnimatedImageType::Draw(QPainter *, int,
int)':
uitypes.cpp:1574: no matching function for call to `vector<QPixmap
*,allocator<Q Pixmap *> >::at (int)'
uitypes.cpp:1581: no matching function for call to `vector<QPixmap
*,allocator<Q Pixmap *> >::at (int)'
uitypes.cpp:1583: no matching function for call to `vector<QPixmap
*,allocator<Q Pixmap *> >::at (int)'
uitypes.cpp: In method `void UIAnimatedImageType::refresh()':
uitypes.cpp:1591: no matching function for call to `vector<QPixmap
*,allocator<Q Pixmap *> >::at (int)'
uitypes.cpp:1594: no matching function for call to `vector<QPixmap
*,allocator<Q Pixmap *> >::at (int)'
uitypes.cpp:1594: no matching function for call to `vector<QPixmap
*,allocator<Q Pixmap *> >::at (int)'
make[2]: *** [uitypes.o] Error 1
make[2]: Leaving directory `/mythtv/mythtv/libs/libmyth'
make[1]: *** [sub-libmyth] Error 2
make[1]: Leaving directory `/mythtv/mythtv/libs'
make: *** [sub-libs] Error 2



More information about the mythtv-dev mailing list