On 7/14/22 11:20, Andreas Sturmlechner wrote:
Error:

cui/source/dialogs/QrCodeGenDialog.cxx:30:10: fatal error: BitArray.h: No such
file or directory
    30 | #include <BitArray.h>
       |          ^~~~~~~~~~~~


This, among other headers, is gone. Probably caused by the following upstream
change:

- "removed all internal header files from the installed set, so only the
ReadBarcode.h based APIs are supported from here on out" [1]

<https://github.com/nu-book/zxing-cpp/releases/tag/v1.3.0>: "DISCLAIMER: a note for downstream package maintainers: as discussed in #333 this release should have been named 2.0 not 1.3. Please don't package this release until the issue is resolved."

I guess it's generally wise to stick to 1.2 for now and ignore 1.3 and 1.4 until there is a true 2.0?

Reply via email to