On 06/28/2010 12:28 PM, Rob Oakes wrote:
Dear LyX-Developers,
I have spent most of the morning trying to resolve a compiler warning
involving std::vector. After soliciting advice from a couple of
different people, it seemed that the easiest solution would be to use
QVector instead of the standard library implementation.
However, when I tried to include QVector into TocBackend.h, the compiler
simply wasn't able to find it. I tried reconfiguring and even deleting
the build directory to start over. Neither attempt worked.
Is there something that I'm missing? Is there a file that I need to
include in order to use Qt Constructs in the core?
I think it remains LyX policy not to use Qt in the core. This is not
necessarily something that everyone agrees with, but it is still the policy.
What was the compiler warning, etc?
rh