How does it work? It is easy: for 1/, we make sure that dummy menu
entries are added at the beginning of each menu containing the
About/Preferences/Quit entries. They are then 'stolen' by Qt/Mac and
go to the LyX menu/ I suspect that the current code does not work in
all cases, but we'll see this later.

It doesn't compile, JMarc... pasting the error below (same as yours I believe)..


nirmal

--

In file included from ../../../boost/boost/type_traits/is_arithmetic.hpp:13,
from ../../../boost/boost/type_traits/is_scalar.hpp:12,
from ../../../boost/boost/type_traits/is_pod.hpp:14,
from ../../../boost/boost/type_traits/has_trivial_assign.hpp:14,
from ../../../boost/boost/type_traits/has_nothrow_assign.hpp:12,
from ../../../boost/boost/type_traits.hpp:19,
from ../../../boost/boost/signals/trackable.hpp:13,
from ../../../src/lyxfunc.h:22,
from lyx_gui.C:23:
../../../boost/boost/type_traits/is_float.hpp:21: warning: use of `long double'
type; its size may change in a future release
../../../boost/boost/type_traits/is_float.hpp:21: warning: (Long double usage
is reported only once for each file.
../../../boost/boost/type_traits/is_float.hpp:21: warning: To disable this
warning, use -Wno-long-double.)
lyx_gui.C: In function `void lyx_gui::start(const std::string&, const
std::vector<std::string, std::allocator<std::string> >&)':
lyx_gui.C:180: error: variable `QTranslator translator' has initializer but
incomplete type
lyx_gui.C:181: error: `QTranslatorMessage' undeclared (first use this function)
lyx_gui.C:181: error: (Each undeclared identifier is reported only once for
each function it appears in.)
lyx_gui.C:182: error: `installTranslator' undeclared (first use this function)
make[5]: *** [lyx_gui.lo] Error 1




Reply via email to