|
From: <wki...@gm...> - 2017-06-30 21:03:37
|
On 06/24/2017 03:37 AM, James Turner wrote:
>
>> On 24 Jun 2017, at 09:09, wki...@gm... <mailto:wki...@gm...> wrote:
>>
>> /home/myuser/flightgear-dev/next/flightgear/src/GUI/PreviewWindow.cxx: In
>> member function ‘void PreviewWindow::setUrls(QVariantList)’:
>> /home/myuser/flightgear-dev/next/flightgear/src/GUI/PreviewWindow.cxx:29:15:
>> error: ‘qInfo’ was not declared in this scope
>> qInfo() << "requesting:" << url;
>
> Ah, another old Qt one. There are changes coming soon that will require Qt 5.4
> (which is still ‘old’), maybe it’s time for you to upgrade? Hopefully not too
> painful, I guess even if your distro ships older Qt there will be third party
> ways to get a newer version?
following up on this and the problem with curl on older macs, i posted to the
user on the forum to try the nightly where you fixed the curl problem... he
asked where to find them so i went looking and the newest DMG files are 2017 Jun
21 13:10...
when i look at the nightly build stuff on jenkins, i see that the mac-nightly
stuff is failing for a similar error to the above...
/Users/jenkins/jenkins-root/workspace/Mac-nightly/flightgear/src/GUI/PreviewWindow.cxx:29:9:
error: use of undeclared identifier 'qInfo'; did you mean 'qInf'?
qInfo() << "requesting:" << url;
^~~~~
qInf
/Users/Shared/Qt/5.4/clang_64/lib/QtCore.framework/Headers/qnumeric.h:50:22:
note: 'qInf' declared here
Q_CORE_EXPORT double qInf();
^
/Users/jenkins/jenkins-root/workspace/Mac-nightly/flightgear/src/GUI/PreviewWindow.cxx:29:17:
error: invalid operands to binary expression ('double' and 'const char *')
qInfo() << "requesting:" << url;
~~~~~~~ ^ ~~~~~~~~~~~~~
2 errors generated.
the newest mac-nightly is 9 days old, now...
--
NOTE: No off-list assistance is given without prior approval.
*Please keep mailing list traffic on the list unless*
*a signed and pre-paid contract is in effect with us.*
|