
Axel.Thimm at ATrpms
Aug 27, 2007, 12:30 AM
Post #2 of 2
(664 views)
Permalink
|
On Mon, Aug 27, 2007 at 02:55:01AM -0400, D. Hugh Redelmeier wrote: > The build looks mostly good but no .rpms are built. rpmbuild lists > two errors: > > error: Installed (but unpackaged) file(s) found: > a lot of header files from /usr/include/mythtv > several library files: /usr/lib/libmyth*.so > > RPM build errors: > File listed twice: /usr/share/mythtv/games/PC/gamelist.xml > File listed twice: /var/www/html/mythweb/.htaccess > > What is the right way to fix this? I'll post more on this shortly (unless I get tracked away by my relocation) > Also, there were a lot of warnings during compilation. Are these > expected? > /usr/lib/qt-3.3/include/qxml.h:407: warning: 'class QXmlContentHandler' has virtual functions but non-virtual destructor > Does this mean that I need to upgrade QT? Not really, it means that some classes in QT are not C++-clean. Any virtual class *should* have a virtual destructor. -- Axel.Thimm at ATrpms.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.atrpms.net/pipermail/atrpms-devel/attachments/20070827/8d396aaa/attachment.bin
|