Jean-Marc Lasgouttes wrote: >>>>>> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> Building lyx and trying to run it from the lyx build directory > Kayvan> does not seem to work now. > > Kayvan> ./src/lyx gives the dialog box: "Error while reading the > Kayvan> configuration file lyxrc.defaults" > > Kayvan> Hit OK, lyx execution ends. > > Kayvan> Copying lyxrc.defaults into ~/.lyx is a workaround. > > Angus, it seems that you have removed all support for build_lyxdir in > path_defines.C.in. Before I reintroduce this, can you tell me what the > rationale was? My memory is fuzzy on that (too much beer?).
I think we must have misread the code and decided it was no longer needed. I seem to remember just such a conversation. Looking in src/support/Makefile.am, I see that ABS_BUILDDIR is defined. I also see (in path_defines.C.in) that function build_lyxdir() will return the correct value. What has been removed is any code that actually uses it :-( -- Angus