Hans de Goede wrote:
Hmm, the problem is some auto-generated code, making this not easy
and the
error is rather obscure too.
The error CLAIMS that the problem is that fprintf is being called indirectly
through some function pointer. However, I don't see parsegen.cpp generate
any code which would do that. I searched for "fprintf" and I found only
direct function calls.
It might be some GCC optimization making the calls indirect. (Try -fno-
function-cse maybe?)
Kevin Kofler