There are errors like this: /usr/src/lyx/branch-1.6/src/frontends/qt4/GuiBibtex.cpp: In member function ‘virtual void lyx::frontend::GuiBibtex::updateContents()’: /usr/src/lyx/branch-1.6/src/frontends/qt4/GuiBibtex.cpp:332: error: no match for ‘operator==’ in ‘btprint == "btPrintNotCited"’
If I change the line e.g.
(!bibtopic && btprint == "btPrintAll"))
to
(!bibtopic && to_local8bit(btprint) == "btPrintAll"))
then this compiles ...
...
/usr/src/lyx/branch-1.6/src/frontends/qt4/GuiSpellchecker.cpp: In member
function ‘virtual bool lyx::frontend::GuiSpellchecker::eventFilter(QObject*,
QEvent*)’:
/usr/src/lyx/branch-1.6/src/frontends/qt4/GuiSpellchecker.cpp:95: error:
expected unqualified-id before numeric constant
/usr/src/lyx/branch-1.6/src/frontends/qt4/GuiSpellchecker.cpp:95: error:
expected ‘)’ before numeric constant
...
This is with gcc (Ubuntu 4.4.3-4ubuntu5)
Kornel
signature.asc
Description: This is a digitally signed message part.
