
vu3mmg at gmail
Sep 6, 2007, 8:14 AM
Post #6 of 6
(562 views)
Permalink
|
Thanks a lot .... I was using the original tar ball ,I havent tried the modified code . I will try again with all the suggestions . with regards Mahesh 73's VU3MMG On 9/6/07, Sid Boyce <sboyce [at] blueyonder> wrote: > > hendrixski [at] storsint wrote: > > Mahesh, > > > > If you modified the code... then you called the startsWith() method with > > the wrong parameters. > > > > If you haven't made any code changes, then are you sure you have Qt3 > > installed and configured properly? I'm just taking a quick guess here, > > but if the compiler can't find basic Qt classes like QString... yeah. > > If it worked before then, has your export path to Qt changed lately? > > try env | grep QT, that should show you where it's currently set to, > > then compare that to an instruction manual. > > > > And you didn't install Qt4 by any chance? > > > > Just my thoughts. Good Luck. > > > > > > Mahesh Govind wrote: > >> UIManagedTreeListType::incSearchNext()': > >> uitypes.cpp:3709: no matching function for call to > `QString::startsWith( > >> QString&, bool) const' > >> /usr/lib/qt-3.1/include/qstring.h:640: candidates are: bool > >> QString::startsWith(const QString&) const > >> uitypes.cpp:3739: no matching function for call to > `QString::startsWith( > >> QString&, bool) const' > >> /usr/lib/qt-3.1/include/qstring.h:640: candidates are: bool > >> QString::startsWith(const QString&) const > > > > _______________________________________________ > > mythtv-dev mailing list > > mythtv-dev [at] mythtv > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev > > > > > > If it's not the version of qt3, then check what /usr/bin/qmake is not > from qt4. With qt3 and qt4 installed, I've had to "mv /usr/bin/qmake > /usr/bin/qmake4", "ln -s /usr/lib/qt3/bin/qmake /usr/bin/", "make > distclean", the re-run configure. > Regards > Sid. > > -- > Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot > Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support > Specialist, Cricket Coach > Microsoft Windows Free Zone - Linux used for all Computing Tasks > > _______________________________________________ > mythtv-dev mailing list > mythtv-dev [at] mythtv > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev >
|