[LabPlot2] [Bug 378588] Can't build labplot 2.4.0-kf5 on Chakra with Qt 5.8.0 and GCC 5.2.0

2017-04-28 Thread Stefan Gerlach
https://bugs.kde.org/show_bug.cgi?id=378588

Stefan Gerlach  changed:

   What|Removed |Added

 Resolution|--- |FIXED
Version|Frameworks  |latest
 CC||stefan.gerlach@uni-konstanz
   ||.de
 Status|UNCONFIRMED |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

[LabPlot2] [Bug 378588] Can't build labplot 2.4.0-kf5 on Chakra with Qt 5.8.0 and GCC 5.2.0

2017-04-09 Thread Jeff Huang
https://bugs.kde.org/show_bug.cgi?id=378588

--- Comment #2 from Jeff Huang  ---
(In reply to Alexander Semke from comment #1)
> Hi Jeff,
> 
> thanks for reporting this. I cannot reproduce this problem with GCC 5.3.
> This must be a compiler setting and/or how Qt was build. I'll check this.
> 
> As a quick solution, does it help for you if you replace
> updatedKeyword.comment.toLatin1() by
> updatedKeyword.comment.toLatin1().data() in line 1271 and replace
> constData() by data() in line 1339 in FITSFilter.cpp?

It is fixed now! build works fine :D

-- 
You are receiving this mail because:
You are watching all bug changes.

[LabPlot2] [Bug 378588] Can't build labplot 2.4.0-kf5 on Chakra with Qt 5.8.0 and GCC 5.2.0

2017-04-09 Thread Alexander Semke
https://bugs.kde.org/show_bug.cgi?id=378588

--- Comment #1 from Alexander Semke  ---
Hi Jeff,

thanks for reporting this. I cannot reproduce this problem with GCC 5.3. This
must be a compiler setting and/or how Qt was build. I'll check this.

As a quick solution, does it help for you if you replace
updatedKeyword.comment.toLatin1() by updatedKeyword.comment.toLatin1().data()
in line 1271 and replace constData() by data() in line 1339 in FITSFilter.cpp?

-- 
You are receiving this mail because:
You are watching all bug changes.