Created attachment 104930 [details] build failed log I got error message in build.log when I'm building labplot-kf5 2.4.0 on Chakra.
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?
(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