MantisBT - Doomseeker |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0003502 | Doomseeker | [All Projects] Bug | public | 2018-09-21 13:26 | 2018-09-29 14:14 |
|
Reporter | WubTheCaptain | |
Assigned To | Zalewa | |
Priority | normal | Severity | block | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 1.2 | |
Target Version | 1.2 | Fixed in Version | 1.2 | |
|
Summary | 0003502: 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 Reproduce | Reproduced on OpenBSD 6.4-current with clang, at least.
cmake -DFORCE_QT4=YES $DOOMSEEKER_SRC
make -j4 |
Additional Information | Initially reported in 0003494:c19580 and reproduced by OP. Seems to have been introduced in commit acb43c63c19086f8d592380b66cbb43d77f76366. |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
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 | bug_revision_view_page.php?rev_id=11865#r11865 |
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 | bug_revision_view_page.php?rev_id=11866#r11866 |
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 |