Bo Peng wrote: Angus Leeming wrote: >> These three config.h files have different >> #ifdef guards, right?
> Not for the scons patch (but should be safer > to do so). Now, I have > intl/config.h --- gettext specific > boost/libs/config.h --- boost specific > src/config.h -- lyx specific Not sure that we're talking about the same thing, but while we're at it, src/config.h should probably #include boost/libs/config.h because most of boost is header files... In fact, I wouldn't be surprised if src/config.h didn't need to #include intl/config.h also... What I meant in my original question was: do the three config.h files have the same #ifndef CONFIG_H #define CONFIG_H ... #endif guards. 'Cos if they do, then you won't make any progress #including one config.h file in another... Angus