On Mac, with autotools, I get the following compile error with current trunk:
BufferView.cpp: In member function ‘void lyx::BufferView::dispatch(const lyx::FuncRequest&, lyx::DispatchResult&)’: BufferView.cpp:1651: error: ‘countWords’ was not declared in this scope BufferView.cpp:1652: error: ‘countChars’ was not declared in this scope make[4]: *** [BufferView.o] Error 1 Any suggestions? BH