[mythtv] Build failures, xebian 1.0.2, qt 3.3.2, gcc 3.2.2

Tommy Faasen mythtv at zwanebloem.nl
Tue May 4 04:03:27 EDT 2004


On Sun, May 02, 2004 at 04:39:51PM -0400, Matt Ryan wrote:
> Having trouble building current CVS
> 
> I was trying to build with gcc 2.95, I get the same error with 3.2.2
> 
> I hope it's not another missing package, the system was just built from 
> scratch following my standard load, been done a few dozen times before, 
> this is first try with xebian 1.0.2
> 
> I start getting warnings about unused parameters
> 
> then it dies with this..
> 
> xbox2:/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 
> --enable-__cxa_atexit --enable-clocale=gnu --enable-java-gc=boehm 
> --enable-objc-gc i386-linux
> Thread model: posix
> gcc version 3.2.2 20021231 (Debian prerelease)
> 
> 
> xbox2:/mythtv/mythtv# qmake -v
> Qmake version: 1.07a (Qt 3.3.2)
> 
> 
> Here's where she blows
> 
> In file included from ../libmythtv/programinfo.h:8,
>                  from proglist.h:9,
>                  from proglist.cpp:19:
> ../libmythtv/scheduledrecording.h: In method `void 
> ScheduledRecording::setAvailableOptions(const QString &)':
> ../libmythtv/scheduledrecording.h:96: warning: unused parameter `const 
> class QString & newValue'
> ../libmythtv/scheduledrecording.h: In method `void 
> ScheduledRecording::setAvailableOptions(int)':
> ../libmythtv/scheduledrecording.h:98: warning: unused parameter `int 
> newValue'
> proglist.cpp: In method `void ProgLister::fillViewList(const QString &)':
> proglist.cpp:609: parse error before `category'
> proglist.cpp:663: confused by earlier errors, bailing out
> cpp0: output pipe has been closed
> 
> 
I just compiled with qt 3.2.x and gcc 2.95.4 with debian
 using yesterday's cvs..

I do remember that at line 609 of proglist.cpp it said
                if (category <= " " or category == NULL)

I replaced it with the following:
                if (category <= " " || category == NULL)

Please let me know if that is your problem as well, so i can make a
patch for it.


Regards,

Tommy

> 
> 
> -- 
> Matt Ryan
> CIO
> XOTECH-LLC
> matt.ryan at xotech-llc.com
> cell: 678-575-1722
> office: 770-632-7219
> fax: 770-632-1298

> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev



More information about the mythtv-dev mailing list