Jürgen Spitzmüller wrote: > Jürgen Spitzmüller wrote: > > Jürgen Spitzmüller wrote: > > > Currently, the features required by unicodesymbols entries (such as > > > "textcomp", "tipa") are not loaded. > > > > > > > > > > > > Try for instance to view the UG. I get errors such as > > > ! LaTeX Error: Command \texttimes unavailable in encoding T1. > > > > > > > > > > > > Since the problem is also in Encoding, this might be related to the > > > cause > > > of the compilation problem I just reported. > > > > > > > > Seems so, since the problem disappears after (even broken) make distclean > > and recompilation. > > And it reappears after running "make install", even when starting lyx from > the build tree! > > Looks like something is severely rotten.
The problem is that TEX2LYX is true when running LyX (not tex2lyx). So in cases such as in Encodings::validate (#ifdef TEX2LYX ... #else ... #endif), the wrong code is executed! The same problem seems to occur vice versa, hence tex2lyx compilaion fails in the #else part of this code. Jürgen