Pavel Sanda wrote:
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 ?
If you're seeing that problem, your trunk must be out of date:

[EMAIL PROTECTED] src]$ srcgrep lfun_name_
frontends/qt4/GuiCitation.cpp:589: InsetCommandMailer::string2params(lfun_name_, data, params_); frontends/qt4/GuiDialog.h:169: //FIXME It should be possible to eliminate lfun_name_
frontends/qt4/GuiDialog.h:173: std::string const lfun_name_;
frontends/qt4/GuiDialog.cpp:273: : GuiDialog(lv, name), params_(insetCode(name)), lfun_name_(name) frontends/qt4/GuiDialog.cpp:282: InsetCommandMailer::string2params(lfun_name_, data, params_);
frontends/qt4/GuiDialog.cpp:289: if (lfun_name_.empty())
frontends/qt4/GuiDialog.cpp:293: InsetCommandMailer::params2string(lfun_name_, params_);

Richard

--
==================================================================
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==================================================================
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto

Reply via email to