View Bug Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002164 | DCP-o-matic | Packaging | public | 2022-01-16 22:45 | 2024-01-13 10:06 |
Reporter | markusk | Assigned To | carl | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | 64-bit | OS | Linux | OS Version | Arch |
Summary | 0002164: Error with boost 1.78.0 :case_insensitive_sorter.cc:33:9: Fehler: »transform« wurde in diesem Gültigkeitsbereich nicht definiert | ||||
Description | [ 65/350] Compiling src/lib/dcp_text_track.cc Waf: Leaving directory `/media/internal-archiv4/makepkg-build-dir-per--etc--makepkg_conf/dcpomatic/src/dcpomatic-2.14.56/build' | ||||
Steps To Reproduce | Trying to build on Arch linux with sources dcpomatic 2.14.56 and boost libs ... boost 1.78.0-1 | ||||
Tags | No tags attached. | ||||
Branch | |||||
Estimated weeks required | |||||
Estimated work required | |||||
|
Maybe you could try applying the attached patch to see if that helps? arch.patch (385 bytes)
diff --git a/src/lib/case_insensitive_sorter.cc b/src/lib/case_insensitive_sorter.cc index 1dfdb01f3..c7cc8dadc 100644 --- a/src/lib/case_insensitive_sorter.cc +++ b/src/lib/case_insensitive_sorter.cc @@ -21,6 +21,7 @@ #include "case_insensitive_sorter.h" #include <boost/filesystem.hpp> #include <boost/foreach.hpp> +#include <algorithm> #include <iostream> using std::string; |
|
I think this is OK now - let me know if not! |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-01-16 22:45 | markusk | New Bug | |
2022-01-16 23:29 | carl | Note Added: 0004775 | |
2022-01-16 23:29 | carl | File Added: arch.patch | |
2022-01-16 23:29 | carl | Assigned To | => carl |
2022-01-16 23:29 | carl | Status | new => feedback |
2022-01-19 00:21 | markusk | Status | feedback => assigned |
2023-09-01 16:03 | carl | Status | assigned => resolved |
2023-09-01 16:03 | carl | Resolution | open => fixed |
2023-09-01 16:03 | carl | Note Added: 0005913 | |
2024-01-13 10:06 | carl | Status | resolved => closed |