Error: attempt to compare iterators from different sequences
Richard Kimberly Heck
rikiheck at gmail.com
Sun May 19 18:11:34 UTC 2024
On 5/19/24 13:55, Scott Kostyshak wrote:
> On Sun, May 19, 2024 at 07:27:42PM GMT, Jean-Marc Lasgouttes wrote:
>> Le 18/05/2024 à 17:28, Scott Kostyshak a écrit :
>>> When I compile LyX with some compiler debug flags and extra checks, I
>>> get the output below when trying to compile a .lyx file to PDF.
>>>
>>> Anything worth fixing here?
>> Definitely. Could you run it under gdb and tell us where the error happened
>> to happen (if I may say)?
> Backtrace attached.
It's choking on:
il.required().find("url") != il.required().end()
and complaining that we are comparing iterators from different
sequences. I'm puzzled why that would be.
Riki
More information about the lyx-devel
mailing list