> 
> ...
> /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
> 

Should be fixednow: I added

#ifdef KeyPress
#undef KeyPress
#endif

to config.h.cmake

Wonder why it compiles on my Ubuntu.

Peter

Reply via email to