On 22/09/2008 11:50, Jean-Marc Lasgouttes wrote:
I get in frontends/qt4:
g++ -DHAVE_CONFIG_H -I. -I../../../../lyx-devel/src/frontends/qt4 -I../../..
-DQT_NO_STL -DQT_NO_KEYWORDS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL
-I../../../../lyx-devel/src -I../../../../lyx-devel/src/frontends
-I../../../../lyx-devel/images -DQT_SHARED -I/usr/lib/qt4/include
-I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include/QtGui
-I../../../../lyx-devel/boost -Wextra -Wall -g -O -MT GuiFloat.lo -MD -MP -MF
.deps/GuiFloat.Tpo -c ../../../../lyx-devel/src/frontends/qt4/GuiFloat.cpp -o
GuiFloat.o
In file included from ../../../../lyx-devel/src/frontends/qt4/GuiFloat.h:16,
from ../../../../lyx-devel/src/frontends/qt4/GuiFloat.cpp:13:
./ui_FloatUi.h:23:33: error: lyx::floatplacement.h: No such file or directory
make[1]: *** [GuiFloat.lo] Error 1
Qt version is 4.2.3.
Does this patch fixes the problem?
Abdel.
Index: FloatUi.ui
===================================================================
--- FloatUi.ui (revision 26483)
+++ FloatUi.ui (working copy)
@@ -96,7 +96,7 @@
</includes>
<customwidgets>
<customwidget>
- <class>FloatPlacement</class>
+ <class>lyx::FloatPlacement</class>
<extends></extends>
<header>FloatPlacement.h</header>
<container>1</container>