"Claus Hentschel" <[EMAIL PROTECTED]> writes: | Trying to compile release 1.2.1 on both Win32/Cygwin and SuSE 8.0 I do get | errors, because | #include FORMS_H_LOCATION | can't be resolved by the C-preprocessor. A diff with 1.2.0 shows that | src/config.h does not include any xforms stuff in particular that #define | FORMS_H_LOCATION needed above. > | Grepping the sources I've detected that indeed there is no hit when looking | for FORMS_H_LOCATION in no script (.sh, .m4 ...) at all. > | What am I doing wrong? Does lyx's configuration don't check for xforms | anymore? Or am I missing anything? Autogen.sh refers to xforms.m4 which isn't | available in config/. If that is missing: Can anybody mail me a copy? > | Claus > | N.B.: Please cc directly to me because I've not described to this list!
I think I know what this problem is. It is undefined behaviour with how some AM_CONDITIONAL is used now. The result is that the XPM loaders is alwas turned on... -- Lgb