[mythtv] CVS Compile Error since the large DVB patch?

Jesper Sörensen jesper at datapartner.se
Tue Jan 25 05:51:10 EST 2005


Jesper Sörensen wrote:

> Glen Tregoning wrote:
>
>> siscan.cpp: In member function `void SIScan::AddEvents()':
>> siscan.cpp:945: error: invalid conversion from `QSqlDatabase*' to `int'
>> siscan.cpp:945: error:   initializing argument 1 of `static void
>>   ScheduledRecording::signalChange(int)'
>> make[2]: *** [siscan.o] Error 1
>> make[2]: Leaving directory 
>> `/home/yuckfou/dvb/mythCVS/mythtv/libs/libmythtv'
>> make[1]: *** [sub-libmythtv] Error 2
>> make[1]: Leaving directory `/home/yuckfou/dvb/mythCVS/mythtv/libs'
>> make: *** [sub-libs] Error 2
>
>
> Aren't there any warnings before that error?
>
> Try changing line 945 in siscan.cpp from:
> ScheduledRecording::signalChange(db);
> to:
> ScheduledRecording::signalChange(&db);
> and see if that helps?


Sorry, I was too quick - disregard this. Seems db already is a pointer. 
Try changing the #include though...



More information about the mythtv-dev mailing list