Zandronum Chat on our Discord Server Get the latest version: 3.2
Source Code

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003502Doomseeker[All Projects] Bugpublic2018-09-21 13:262018-09-29 14:14
ReporterWubTheCaptain 
Assigned ToZalewa 
PrioritynormalSeverityblockReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version1.2 
Target Version1.2Fixed in Version1.2 
Summary0003502: FTBFS (Qt4): localizationinfo.cpp: error: calling 'split' with incomplete return type 'QStringList'
Description
/home/doomseeker/doomseeker/src/core/localizationinfo.cpp:75:23: error: calling
      'split' with incomplete return type 'QStringList'
        else if (localeName1.split("_")[0].compare(localeName2.split("_"...
                 ~~~~~~~~~~~~^~~~~~~~~~
/usr/local/include/X11/qt4/QtCore/qstring.h:301:17: note: 'split' declared here
    QStringList split(const QString &sep, SplitBehavior behavior = KeepE...
                ^
/usr/local/include/X11/qt4/QtCore/qstring.h:77:7: note: forward declaration of
      'QStringList'
class QStringList;
      ^
/home/doomseeker/doomseeker/src/core/localizationinfo.cpp:75:57: error: calling
      'split' with incomplete return type 'QStringList'
        else if (localeName1.split("_")[0].compare(localeName2.split("_")[0], Qt...
                                                   
~~~~~~~~~~~~^~~~~~~~~~
/usr/local/include/X11/qt4/QtCore/qstring.h:301:17: note: 'split' declared here
    QStringList split(const QString &sep, SplitBehavior behavior = KeepE...
                ^
/usr/local/include/X11/qt4/QtCore/qstring.h:77:7: note: forward declaration of
      'QStringList'
class QStringList;
      ^
2 errors generated.
Steps To ReproduceReproduced on OpenBSD 6.4-current with clang, at least.

cmake -DFORCE_QT4=YES $DOOMSEEKER_SRC
make -j4
Additional InformationInitially reported in 0003494:c19580 and reproduced by OP. Seems to have been introduced in commit acb43c63c19086f8d592380b66cbb43d77f76366.
Attached Files

- Relationships

-  Notes
User avatar (0019590)
WubTheCaptain (reporter)
2018-09-21 13:27

Commit 4249391c0d6c6ce22e8d939795ab4abcba8b76bc should fix this.

Issue Community Support
This issue is already marked as resolved.
If you feel that is not the case, please reopen it and explain why.
Supporters: No one explicitly supports this issue yet.
Opponents: No one explicitly opposes this issue yet.

- Issue History
Date Modified Username Field Change
2018-09-21 13:26 WubTheCaptain New Issue
2018-09-21 13:27 WubTheCaptain Note Added: 0019590
2018-09-21 13:27 WubTheCaptain Assigned To => Zalewa
2018-09-21 13:27 WubTheCaptain Status new => needs testing
2018-09-21 13:27 WubTheCaptain Steps to Reproduce Updated View Revisions
2018-09-21 13:28 WubTheCaptain Summary FTBFS: localizationinfo.cpp: error: calling 'split' with incomplete return type 'QStringList' => FTBFS (Qt4): localizationinfo.cpp: error: calling 'split' with incomplete return type 'QStringList'
2018-09-21 13:28 WubTheCaptain Steps to Reproduce Updated View Revisions
2018-09-21 13:37 WubTheCaptain Status needs testing => resolved
2018-09-21 13:37 WubTheCaptain Fixed in Version => 1.2
2018-09-21 13:37 WubTheCaptain Resolution open => fixed
2018-09-29 14:13 WubTheCaptain Severity crash => block
2018-09-29 14:14 WubTheCaptain Status resolved => closed






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2025 MantisBT Team
Powered by Mantis Bugtracker