On Jan 3, 2012, at 8:31 AM, Pavel Sanda wrote: > Olivier Ripoll wrote: >> I reported the very same sysmptoms a few weeks ago but until now it seems I >> was the only person to see it, although I could see it on 2 machines >> (different OS versions of windows, different CPU different graphic cards). >> So I am somehow glad it's happening to you (sorry). > > ticket number? we have similar reports in trac, but very difficult to > reproduce > in other systems. > > are you able to compile lyx on your own? there were done some fixes for > slowness > in recent trunk (targeted on X11 but it may help here as well, cf > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg171540.html ). > > pavel
I tried to compile rev 40563 on OS X 10.6.8 but this happened: docstring.cpp:20:17: error: QFile: No such file or directory docstring.cpp: In function ‘const lyx::docstring lyx::from_local8bit(const std::string&)’: docstring.cpp:114: error: incomplete type ‘QString’ used in nested name specifier docstring.cpp: In function ‘const std::string lyx::to_local8bit(const lyx::docstring&)’: docstring.cpp:135: error: ‘QByteArray’ was not declared in this scope docstring.cpp:135: error: expected `;' before ‘const’ docstring.cpp:136: error: ‘local’ was not declared in this scope docstring.cpp:138: error: ‘local’ was not declared in this scope docstring.cpp: In function ‘const lyx::docstring lyx::from_filesystem8bit(const std::string&)’: docstring.cpp:144: error: ‘QByteArray’ was not declared in this scope docstring.cpp:144: error: expected `;' before ‘const’ docstring.cpp:145: error: ‘QFile’ has not been declared docstring.cpp:145: error: ‘encoded’ was not declared in this scope docstring.cpp: At global scope: docstring.cpp:142: warning: unused parameter ‘s’ docstring.cpp: In function ‘const std::string lyx::to_filesystem8bit(const lyx::docstring&)’: docstring.cpp:151: error: ‘QByteArray’ was not declared in this scope docstring.cpp:151: error: expected `;' before ‘const’ docstring.cpp:152: error: ‘encoded’ was not declared in this scope docstring.cpp: At global scope: docstring.cpp:149: warning: unused parameter ‘s’ docstring.cpp: In function ‘const lyx::docstring lyx::normalize_c(const lyx::docstring&)’: docstring.cpp:174: error: invalid use of incomplete type ‘struct QString’ ./../support/qstring_helpers.h:17: error: forward declaration of ‘struct QString’ docstring.cpp:174: error: incomplete type ‘QString’ used in nested name specifier make[5]: *** [docstring.o] Error 1 make[4]: *** [all] Error 2 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Jerry