Le 13/04/2016 08:29, Scott Kostyshak a écrit :
$ insets/InsetListingsParams.cpp: In constructor
‘lyx::{anonymous}::ParValidator::ParValidator()’:
insets/InsetListingsParams.cpp:298:1: note: variable tracking size limit
exceeded with -fvar-tracking-assignments, retrying without
ParValidator::ParValidator()
I don't know much about this, but it seems to me to be a compiler issue.
Your compiler wants to track variables and it reached a limit regarding
an internal (with respect to the compiler) limit.
Hopefully someone who knows more about this can confirm that it is not
an issue with LyX's code but rather with the compiler.
Well, the LyX code in question would benefit from an auxiliary array,
IMO. Anyway, I do not think that the note (not even a warnng) is a
problem on our side.
I guess it only appears here because rc is compiled with -O2.
JMarc