View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0017651 | Scribus | Build System | public | 2025-10-14 13:42 | 2025-10-14 21:32 |
| Reporter | MattMiller | Assigned To | jghali | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 1.6.5.svn | ||||
| Fixed in Version | 1.6.5.svn | ||||
| Summary | 0017651: Won't Compile: 'const_key_value_iterator' does not name a type | ||||
| Description | When trying to compile I see fatal errors: Here's the error message I'm getting: /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:516:12: error: 'const_key_value_iterator' does not name a type 516 inline const_key_value_iterator keyValueEnd() const { return const_key_value_iterator(end()); } /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:517:12: error: 'const_key_value_iterator' does not name a type 517 inline const_key_value_iterator constKeyValueEnd() const { return const_key_value_iterator(end()); } make[2]: *** [scribus/CMakeFiles/scribus.dir/build.make:3959: scribus/CMakeFiles/scribus.dir/ui/documentlogviewer.cpp.o] Erro make[1]: *** [CMakeFiles/Makefile2:2632: scribus/CMakeFiles/scribus.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 | ||||
| Tags | No tags attached. | ||||
| Patch | No | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-10-14 13:42 | MattMiller | New Issue | |
| 2025-10-14 21:32 | jghali | Assigned To | => jghali |
| 2025-10-14 21:32 | jghali | Status | new => resolved |
| 2025-10-14 21:32 | jghali | Resolution | open => fixed |
| 2025-10-14 21:32 | jghali | Fixed in Version | => 1.6.5.svn |