>> 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. > > rh
there is another one problem: make[6]: Entering directory `/home/paf/mac/ledpar/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 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 GuiPainter.cpp: In member function 'QColor lyx::frontend::GuiPainter::filterColor(const QColor&)': GuiPainter.cpp:140: warning: passing 'qreal' for argument 1 to 'QColor::QColor(int, int, int, int)' GuiPainter.cpp:140: warning: passing 'qreal' for argument 2 to 'QColor::QColor(int, int, int, int)' GuiPainter.cpp:140: warning: passing 'qreal' for argument 3 to 'QColor::QColor(int, int, int, int)' GuiKeySymbol.cpp: At global scope: GuiKeySymbol.cpp:44: warning: 'char lyx::encode(const std::string&, const QString&)' defined but not used make[6]: *** [liblyxqt4.lo] Error 1 pavel