On Sat, Nov 10, 2007 at 10:43:47PM +0100, Pavel Sanda wrote:
> > If you're seeing that problem, your trunk must be out of date:
> >
> > [EMAIL PROTECTED] src]$ srcgrep lfun_name_
> 
> sorry, i didnt recognized that the error message is slightly different.
> 
> make[6]: Entering directory `/home/installer/lyx/trunkaa/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  -Wextra -Wall     -g -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 -Wextra -Wall -g -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:152: error: expected primary-expression before '(' token
> ui_TextLayoutUi.h:152: error: expected type-specifier
> ui_TextLayoutUi.h:152: error: expected `>'
> ui_TextLayoutUi.h:152: error: expected `('
> ui_TextLayoutUi.h:152: error: expected unqualified-id before numeric constant
> ui_TextLayoutUi.h:152: error: expected `)' before numeric constant

Hm... shot into the dark:

What happens if you add

#undef CursorShape

around line 14 in GuiDocument.h (i.e. before the #include "ui_*.h" lines)

Andre'

Reply via email to