Abdelrazak Younes wrote:
> "-dbg package" doesn't display anything for me... Here is the beginning
> of the "-dbg any" output:
Sorry, that was from memory, what I meant was -dbg init.
> So it seems the installed version is used here. I have verified that it
> is the last version.
But it should run the version in the source dir. It looks like scons does
not do the equivalent of
build_package: package.C.in
@rm -f tmp_package ;\
sed "s,%LYX_DIR%,$(LYX_ABS_INSTALLED_DATADIR),;\
s,%LOCALEDIR%,$(LYX_ABS_INSTALLED_LOCALEDIR),;\
s,%TOP_SRCDIR%,$(LYX_ABS_TOP_SRCDIR),;\
s,%PROGRAM_SUFFIX%,$(program_suffix)," \
$(srcdir)/package.C.in > tmp_package ;\
if cmp -s tmp_package package.C ; then \
rm -f tmp_package ;\
else \
rm -f package.C ;\
mv tmp_package package.C ;\
fi
(from src/support/Makefile.am).
> log continued:
That does not tell me much. Try to export to text. If the main text
(excluding toc and any inset) is readable as utf8 then we know that
reading .lyx files work and that your problem is likely in the frontend.
Georg