On Thu, Oct 25, 2007 at 04:17:27PM +0200, Pavel Sanda wrote:
> hi,
> dont know whether this is according to last changesets or the fact i tried to 
> use monolithic compilation.
> 
> make[6]: Entering directory 
> `/home/installer/lyx/trunk_disable/src/frontends/qt4'
> /bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
> -I../../../src  -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL 
> -DQT_NO_KEYWORDS -I../../../src -I../../../src/frontends -I../../../images 
> -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore 
> -I/usr/include/qt4/QtGui   -I../../../boost 
> -I../../../src/frontends/controllers  -Wextra -Wall     -O -MT liblyxqt4.lo 
> -MD -MP -MF .deps/liblyxqt4.Tpo -c -o liblyxqt4.lo liblyxqt4.cpp
>  g++ -DHAVE_CONFIG_H -I. -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR 
> -DQT_NO_STL -DQT_NO_KEYWORDS -I../../../src -I../../../src/frontends 
> -I../../../images -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore 
> -I/usr/include/qt4/QtGui -I../../../boost 
> -I../../../src/frontends/controllers -Wextra -Wall -O -MT liblyxqt4.lo -MD 
> -MP -MF .deps/liblyxqt4.Tpo -c liblyxqt4.cpp -o liblyxqt4.o
> CustomizedWidgets.cpp:89: warning: unused parameter 'e'
> CustomizedWidgets.cpp:96: warning: unused parameter 'e'
> 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.

Andre'

Reply via email to