Mailing List Archive

latest mythVideo from CVS doesn't build on debian woody!
$ make
cd mythvideo && qmake -o Makefile
cd mythvideo && make -f Makefile
make[1]: Entering directory `/home/florian/install/mythtv/mythvideo/mythvideo'
g++ -c -pipe -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -finline-functions -D_REENTRANT -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/share/qt/include -I/usr/share/qt/mkspecs/linux-g++ -o main.o main.cpp
g++ -c -pipe -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -finline-functions -D_REENTRANT -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/share/qt/include -I/usr/share/qt/mkspecs/linux-g++ -o metadata.o metadata.cpp
g++ -c -pipe -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -finline-functions -D_REENTRANT -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/share/qt/include -I/usr/share/qt/mkspecs/linux-g++ -o videomanager.o videomanager.cpp
g++ -c -pipe -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -finline-functions -D_REENTRANT -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/share/qt/include -I/usr/share/qt/mkspecs/linux-g++ -o inetcomms.o inetcomms.cpp
g++ -c -pipe -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -finline-functions -D_REENTRANT -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/share/qt/include -I/usr/share/qt/mkspecs/linux-g++ -o videobrowser.o videobrowser.cpp
g++ -c -pipe -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -finline-functions -D_REENTRANT -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/share/qt/include -I/usr/share/qt/mkspecs/linux-g++ -o globalsettings.o globalsettings.cpp
g++ -c -pipe -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -finline-functions -D_REENTRANT -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/share/qt/include -I/usr/share/qt/mkspecs/linux-g++ -o videotree.o videotree.cpp
videotree.cpp: In method `VideoTree::VideoTree(QSqlDatabase *, QString, QString, QWidget * = 0, const char * = 0)':
videotree.cpp:52: no matching function for call to `UIManagedTreeListType::enter ()'
videotree.cpp: In method `void VideoTree::buildVideoList()':
videotree.cpp:105: no matching function for call to `GenericTree::getChildByName (QString &)'
videotree.cpp:104: warning: `class GenericTree * sub_node' might be used uninitialized in this function
videotree.cpp: In method `void VideoTree::handleTreeListSelection(int, QValueVector<int> *)':
videotree.cpp:186: no matching function for call to `UIManagedTreeListType::deactivate ()'
videotree.cpp: In method `void VideoTree::wireUpTheme()':
videotree.cpp:236: implicit declaration of function `int getUIImageType(...)'
videotree.cpp:236: assignment to `UIImageType *' from `int' lacks a cast
make[1]: *** [videotree.o] Error 1
make[1]: Leaving directory `/home/florian/install/mythtv/mythvideo/mythvideo'
make: *** [sub-mythvideo] Error 2
Re: latest mythVideo from CVS doesn't build on debian woody! [ In reply to ]
On Monday 09 June 2003 02:53 am, Florian Winterstein wrote:

> -I/usr/share/qt/mkspecs/linux-g++ -o videotree.o videotree.cpp
> videotree.cpp: In method `VideoTree::VideoTree(QSqlDatabase *, QString,
> QString, QWidget * = 0, const char * = 0)': videotree.cpp:52: no matching
> function for call to `UIManagedTreeListType::enter ()' videotree.cpp: In
> method `void VideoTree::buildVideoList()':
> videotree.cpp:105: no matching function for call to

You need a current version of libmyth (part of mythtv cvs) built and
installed to compile a current version of MythVideo.

- thor
RE: latest mythVideo from CVS doesn't build on debianwoody! [ In reply to ]
I just posted on this last night, you have to have the most recent
version of mythtv CVS to compile this.

Jason Ramey
webmaster@permutation.org

-----Original Message-----
From: mythtv-users-bounces@snowman.net
[mailto:mythtv-users-bounces@snowman.net] On Behalf Of Florian
Winterstein
Sent: Sunday, June 08, 2003 10:54 PM
To: mythtv-users@snowman.net
Subject: [mythtv-users] latest mythVideo from CVS doesn't build on
debianwoody!


$ make
cd mythvideo && qmake -o Makefile
cd mythvideo && make -f Makefile
make[1]: Entering directory
`/home/florian/install/mythtv/mythvideo/mythvideo'
g++ -c -pipe -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wall
g++ -W -O3 -march=pentiumpro -fomit-frame-pointer -funroll-loops
g++ -fexpensive-optimizations -finline-functions -D_REENTRANT
g++ -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG
g++ -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/share/qt/include
g++ -I/usr/share/qt/mkspecs/linux-g++ -o main.o main.cpp -c -pipe
g++ -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wall -W -O3
g++ -march=pentiumpro -fomit-frame-pointer -funroll-loops
-fexpensive-optimizations -finline-functions -D_REENTRANT -D_GNU_SOURCE
-DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-I/usr/local/include -I/usr/share/qt/include
-I/usr/share/qt/mkspecs/linux-g++ -o metadata.o metadata.cpp -c -pipe
-Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wall -W -O3
-march=pentiumpro -fomit-frame-pointer -funroll-loops
-fexpensive-optimizations -finline-functions -D_REENTRANT -D_GNU_SOURCE
-DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-I/usr/local/include -I/usr/share/qt/include
-I/usr/share/qt/mkspecs/linux-g++ -o videomanager.o videomanager.cpp -c
-pipe -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wall -W -O3
-march=pentiumpro -fomit-frame-pointer -funroll-loops
-fexpensive-optimizations -finline-functions -D_REENTRANT -D_GNU_SOURCE
-DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-I/usr/local/include -I/usr/share/qt/include
-I/usr/share/qt/mkspecs/linux-g++ -o inetcomms.o inetcomms.cpp -c -pipe
-Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wall -W -O3
-march=pentiumpro -fomit-frame-pointer -funroll-loops
-fexpensive-optimizations -finline-functions -D_REENTRANT -D_GNU_SOURCE
-DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-I/usr/local/include -I/usr/share/qt/include
-I/usr/share/qt/mkspecs/linux-g++ -o videobrowser.o videobrowser.cpp -c
-pipe -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wall -W -O3
-march=pentiumpro -fomit-frame-pointer -funroll-loops
-fexpensive-optimizations -finline-functions -D_REENTRANT -D_GNU_SOURCE
-DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-I/usr/local/include -I/usr/share/qt/include
-I/usr/share/qt/mkspecs/linux-g++ -o globalsettings.o globalsettings.cpp
-c -pipe -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wall -W
-O3 -march=pentiumpro -fomit-frame-pointer -funroll-loops
-fexpensive-optimizations -finline-functions -D_REENTRANT -D_GNU_SOURCE
-DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-I/usr/local/include -I/usr/share/qt/include
-I/usr/share/qt/mkspecs/linux-g++ -o videotree.o videotree.cpp
videotree.cpp: In method `VideoTree::VideoTree(QSqlDatabase *, QString,
QString, QWidget * = 0, const char * = 0)':
videotree.cpp:52: no matching function for call to
`UIManagedTreeListType::enter ()'
videotree.cpp: In method `void VideoTree::buildVideoList()':
videotree.cpp:105: no matching function for call to
`GenericTree::getChildByName (QString &)'
videotree.cpp:104: warning: `class GenericTree * sub_node' might be used
uninitialized in this function
videotree.cpp: In method `void VideoTree::handleTreeListSelection(int,
QValueVector<int> *)':
videotree.cpp:186: no matching function for call to
`UIManagedTreeListType::deactivate ()'
videotree.cpp: In method `void VideoTree::wireUpTheme()':
videotree.cpp:236: implicit declaration of function `int
getUIImageType(...)'
videotree.cpp:236: assignment to `UIImageType *' from `int' lacks a cast
make[1]: *** [videotree.o] Error 1
make[1]: Leaving directory
`/home/florian/install/mythtv/mythvideo/mythvideo'
make: *** [sub-mythvideo] Error 2
_______________________________________________
mythtv-users mailing list
mythtv-users@snowman.net
http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users