I've downloaded the CVS (lyx-devel repository), and tried to compile it.
(So far I've been using the 1.1.5 relase on a Solaris machine).
The system is a RH Linux (I don't know where to find the version),
and the compiler is egcs-2.91.66.
On the very first file it tries to compile, I get the following message:
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../
-I../.. -I../.. -isystem /usr/X11R6/include -g -O -fno-rtti
-fno-exceptions -ansi -W -Wall -Wno-return-type -c formula.C
In file included from ../../src/Timeout.h:5,
from ../../src/LyXView.h:21,
from formula.C:42:
../../sigc++/signal_system.h:28: sigc++/slot.h: No such file or directory
../../sigc++/signal_system.h:29: sigc++/object_slot.h: No such file or
directory
../../sigc++/signal_system.h:30: sigc++/func_slot.h: No such file or
directory
../../sigc++/signal_system.h:31: sigc++/basic_signal.h: No such file or
directory
These files are not present in lyx-devel/sigc++ . Do I need to get them
seperately?
Thanks,
Lior.