>>> ui_TextLayoutUi.h: In member function 'void 
>>> Ui_TextLayoutUi::setupUi(QWidget*)':
>>> ui_TextLayoutUi.h:154: error: expected primary-expression before '(' 
>>> token
>>> ui_TextLayoutUi.h:154: error: expected type-specifier
>>> ui_TextLayoutUi.h:154: error: expected `>'
>>> ui_TextLayoutUi.h:154: error: expected `('
>>> ui_TextLayoutUi.h:154: error: expected unqualified-id before numeric 
>>> constant
>>> ui_TextLayoutUi.h:154: error: expected `)' before numeric constant
>>> ../../../src/DispatchResult.h: In constructor 
>>> 'lyx::DispatchResult::DispatchResult()':
>>> ../../../src/DispatchResult.h:24: error: expected unqualified-id before 
>>> numeric constant
>>> GuiRef.cpp: At global scope:
>>> GuiRef.cpp:46: error: redefinition of 'const std::string 
>>> lyx::frontend::lfun_name_'
>>> GuiInclude.cpp:63: error: 'const std::string lyx::frontend::lfun_name_' 
>>> previously declared here
>>> GuiKeySymbol.cpp:44: warning: 'char lyx::encode(const std::string&, const 
>>> QString&)' defined but not used
>>> make[6]: *** [liblyxqt4.lo] Error 1
>>> make[6]: Leaving directory 
>>> `/home/installer/lyx/trunk_disable/src/frontends/qt4'
>>> make[5]: *** [all] Error 2
>>>     
>> Broken by 21149.
>>
>> Richard, we have a restriction of which you might not ave heard yet:
>> static functions/objects need to have different names, even if they
>> are in different .cpp files, otherwise the 'chunked build' will fail.
>>   
> Sorry! I've fixed it.

hmm i still see the same error. maybe its caused by some different problem ?

pavel

Reply via email to