[mythtv] MythPhone compile errors

Paul Volkaerts paul.volkaerts at lineone.net
Sat Aug 28 17:29:24 EDT 2004


It is the version of QT you are using. This function (startsWith) gained an
extra parameter in QT-3.2 and you are using QT-3.1.   This extra parameter
tells the function whether to compare strings using case sensitive (default)
or insensitive; which is what I needed.

What is the policy within Myth on support for older QT versions?   I am
happy to work a way round this if I need to. But I want to stick with the
policy.


Paul

> -----Original Message-----
> From: mythtv-dev-bounces at mythtv.org
> [mailto:mythtv-dev-bounces at mythtv.org]On Behalf Of Tako Schotanus
> Sent: 28 August 2004 17:37
> To: mythtv-dev at mythtv.org
> Subject: [mythtv] MythPhone compile errors
>
>
> Probably doing something wrong but anyidea what could cause these errors
> while trying to compile MythPhone?
>
> sipstack.cpp: In member function `void SipMsg::insertVia(QString, int)':
> sipstack.cpp:234: no matching function for call to
> `QString::startsWith(const
>    char[5], bool)'
> /usr/lib/qt-3.1/include/qstring.h:640: candidates are: bool
>    QString::startsWith(const QString&) const
> sipstack.cpp:240: no matching function for call to
> `QString::startsWith(const
>    char[5], bool)'
> /usr/lib/qt-3.1/include/qstring.h:640: candidates are: bool
>    QString::startsWith(const QString&) const
> sipstack.cpp: In member function `void SipMsg::removeVia()':
> sipstack.cpp:255: no matching function for call to
> `QString::startsWith(const
>    char[5], bool)'
> /usr/lib/qt-3.1/include/qstring.h:640: candidates are: bool
>    QString::startsWith(const QString&) const
> sipstack.cpp:260: no matching function for call to
> `QString::startsWith(const
>    char[5], bool)'
> /usr/lib/qt-3.1/include/qstring.h:640: candidates are: bool
>    QString::startsWith(const QString&) const
> sipstack.cpp:277: no matching function for call to
> `QString::startsWith(const
>    char[5], bool)'
> /usr/lib/qt-3.1/include/qstring.h:640: candidates are: bool
>    QString::startsWith(const QString&) const
>
> etc.
>
> Cheers,
>  -Tako
>
> _______________________________________________
> 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