[mythtv-commits] Ticket #13086: v29-fixes errors out during compilation
MythTV
noreply at mythtv.org
Tue Aug 1 16:26:51 UTC 2017
#13086: v29-fixes errors out during compilation
--------------------------------------+--------------------------
Reporter: hades@… | Owner:
Type: Bug Report - General | Status: new
Priority: minor | Milestone: needs_triage
Component: MythTV - General | Version: v29-fixes
Severity: medium | Keywords:
Ticket locked: 0 |
--------------------------------------+--------------------------
When i am cross-compiling v29-fixes for a raspberry pi (on a x86_64 debian
machine), the build errors out during compilation with the following
error:
mythdownloadmanager.cpp: In member function 'bool
MythDownloadManager::downloadNowLinkLocal(MythDownloadInfo*, bool)':
mythdownloadmanager.cpp:1009:9: error: 'QTcpSocket' was not declared in
this scope
QTcpSocket socket;
I am not sure if this is just specific to how i am building it, but I
added a #include <QTcpSocket> to the top of
mythtv/libs/libmythbase/mythdownloadmanager.cpp and that seems to have
resolved the issue. I would do a pull request, but i am not sure how to do
that.
--
Ticket URL: <https://code.mythtv.org/trac/ticket/13086>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list