Dear lyx-Users,

I am not sure if this is the correct place to pose my question, but I encountered an error when installing lyx on a linux box running Ximian. Can anybody give me a hint on what might be wrong here? A similar problem in the developers list archives was solved by adding an additional include statement to the code.

Please answer to [EMAIL PROTECTED], as I am not subscribed to the list.

qt 4.3.4 is installed and the correct path for it is given to configure. No further special options are used to configure, which runs without error. When running make, it terminates with the following error message:

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/home/steinbrt/programs/qt-4.3.4/include -I/home/steinbrt/programs/qt-4.3.4/include/QtCore -I/home/steinbrt/programs/qt-4.3.4/include/QtGui -I../../../boost -I../../../src/frontends/controllers -I/usr/X11R6/include -O2 -MT GuiApplication.lo -MD -MP -MF .deps/GuiApplication.Tpo -c GuiApplication.cpp -o GuiApplication.o
../../../boost/boost/checked_delete.hpp: In function `void
   boost::checked_delete(T*) [with T = lyx::frontend::MenuTranslator]':
GuiApplication.cpp:77: instantiated from `void boost::scoped_ptr<T>::scoped_ptr() [with T = lyx::frontend::MenuTranslator]'
GuiApplication.cpp:101:   instantiated from here
../../../boost/boost/checked_delete.hpp:32: `sizeof' applied to incomplete type
   `lyx::frontend::MenuTranslator'
../../../boost/boost/checked_delete.hpp:32: creating array with size zero (`-1
   ')
../../../boost/boost/checked_delete.hpp:33: `sizeof' applied to incomplete type
   `lyx::frontend::MenuTranslator'
../../../boost/boost/checked_delete.hpp:33: creating array with size zero (`-1
   ')
../../../boost/boost/checked_delete.hpp:30: `x' has incomplete type
GuiApplication.h:39: forward declaration of `struct
   lyx::frontend::MenuTranslator'
make[7]: *** [GuiApplication.lo] Error 1
make[7]: Leaving directory `/home/steinbrt/programs/lyx-1.5.3/src/frontends/qt4'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/home/steinbrt/programs/lyx-1.5.3/src/frontends/qt4'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/home/steinbrt/programs/lyx-1.5.3/src/frontends/qt4'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/steinbrt/programs/lyx-1.5.3/src/frontends'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/steinbrt/programs/lyx-1.5.3/src/frontends'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/steinbrt/programs/lyx-1.5.3/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/steinbrt/programs/lyx-1.5.3/src'
make: *** [all-recursive] Error 1

Regards,

Dr. Thomas Steinbrecher
The Scripps Research Institute
10550 N. Torrey Pines Rd.
San Diego CA 92037, USA

Reply via email to