Georg Baum wrote:
> First I get a warning:
> 
> ../../src/lyxfunc.C: In member function `void lyx::LyXFunc::dispatch(const
> lyx::FuncRequest&)':
> ../../src/lyxfunc.C:1671: warning: the address of
> `lyx::frontend::Application* lyx::theApp()', will always be `true'
> 
> and then an error:
> 
> ../../src/lyxserver.C: In member function `int lyx::LyXComm::startPipe(const
> std::string&, bool)':
> ../../src/lyxserver.C:200: error: request for member
> `registerSocketCallback' in `lyx::theApp', which is of non-aggregate type
> `lyx::frontend::Application*()()'
> ../../src/lyxserver.C: In member function `void lyx::LyXComm::endPipe(int&,
> const std::string&, bool)':
> ../../src/lyxserver.C:213: error: request for member
> `unregisterSocketCallback' in `lyx::theApp', which is of non-aggregate type
> `lyx::frontend::Application*()()'
> 
> 
> 
> Georg
> 

Fixed, search and replace is better than compiling when using msvc.


-- 
Peter Kümmel

Reply via email to