| Anonymous | Login | Signup for a new account | 2025-11-08 08:37 UTC |
| My View | View Issues | Change Log | Roadmap | Doomseeker Issue Support Ranking | Rules | My Account |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| 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. | ||||||||
| Attached Files | |||||||||
Notes |
|
|
WubTheCaptain (reporter) 2018-09-21 13:27 |
Commit 4249391c0d6c6ce22e8d939795ab4abcba8b76bc should fix this. |
|
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 |
| Copyright © 2000 - 2025 MantisBT Team |