Bo Peng wrote: > So are we going to use MAX_PATH everywhere?
No. > Or just for windows? Yes. PATH_MAX and MAX_PATH should only be used in some deeply burried support code, never in "normal" code. > I actually also have a question about: > > #define BOOST_NO_WREGEX 1 > > which causes problem for msvc. I now remove it for linux, and lyx > compiles fine. Why do we define it in the first place? No idea. Georg
