>> Jean-Marc Lasgouttes writes:
JL> Lars,
JL> it seems that with your latest changes, lyx needs gtk--sig.h to
JL> compile. Is it intended, or should the currentl commented out
JL> code in lsignal.h be restored?
JL> #ifdef COMPILING_FOR_GTKMM #include "gtk--sig.h" #else #define
JL> GTKMM_SIGNALS_WITHOUT_GTK //#ifndef USE_GTK_SIGNALS //#include
JL> "lsigcommon.h" //#include "lsigcpp.h" //#else // compiling for
JL> gtk/gnome //#include "gtk--sig.h" //#endif #include "gtk--sig.h"
JL> #undef GTKMM_SIGNALS_WITHOUT_GTK #endif
Yes it is intended, and the commented out section should be deleted.
It is only that I forgot to add the needed files to the repository...
I'll do that right away.
Lgb