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

Kristian Kalweit kalweit at exorpro.de
Tue Jan 25 07:50:24 EST 2005


Ashley Bostock schrieb:

>So which is the correct fix and any idea when it will be commited in to cvs?
>
>Thanks,
>Ash.
>
>On Tue, 25 Jan 2005 12:38:08 +0100, Jesper Sörensen
><jesper at datapartner.se> wrote:
>  
>
>>John Pullan wrote:
>>
>>    
>>
>>>On Tue, 2005-01-25 at 11:51 +0100, Jesper Sörensen wrote:
>>>
>>>
>>>      
>>>
>>>>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
>>>>>>
>>>>>>
>>>>>>            
>>>>>>
>>>at a guess it needs to be
>>>    ScheduledRecording::signalChange(0);
>>>
>>>The schedule stuff changed post dvb and wasn't picked up. I guess it was
>>>compiled with out dvb support in on the "test" build.
>>>
>>>
>>>      
>>>
>>Thanks! You are correct, I just cvs upped and I got the same error.
>>Seems this was changed in scheduledrecording last night, so it wasn't a
>>problem with the DVB patch. "signalChange(0)" works for me. :-)
>>
>>_______________________________________________
>>mythtv-dev mailing list
>>mythtv-dev at mythtv.org
>>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>>
>>    
>>
>_______________________________________________
>mythtv-dev mailing list
>mythtv-dev at mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>
>  
>
Johns suggestion is correct, you can see the change which break it in 
cvs repository:

http://cvs.mythtv.org/cgi-bin/viewcvs.cgi/mythtv/libs/libmythtv/scheduledrecording.cpp?r1=1.127&r2=1.128

Kristian.



More information about the mythtv-dev mailing list