I have trying to wrap a small part of CGAL (Computational Geometry Algorithms Library) using cppyy. I get completely unreadable error messages. Are these messages just being passed through from CGAL?
Here is one of the messages. I have chopped the long lines up into pieces:
Which I have deleted. Some research revealed that these un-readable error messages are a well-known problem which gcc and clang are working on.
Here is a survey paper:
Compiler Error Messages Considered Unhelpful: The Landscape of Text-Based Programming Error Message Research
Brett A. Becker, Paul Denny, Raymond Pettit, Durell Bouchard,
Dennis J. Bouvier, Brian Harrington, Amir Kamil, Amey Karkare,
Chris McDonald, Peter-Michael Osera, Janice L. Pearce,
James Prather
ITiCSE-WGR '19: Proceedings of the Working Group Reports on
Innovation and Technology in Computer Science Education,
December, 2019; Pages 177–210;
https://doi.org/10.1145/3344429.3372508