On Tue, Oct 03, 2017 at 10:19:52PM +0200, Jean-Marc Lasgouttes wrote: > I get: > > ../../stable/src/Paragraph.cpp: In member function ‘void > lyx::Paragraph::latex(const lyx::BufferParams&, const lyx::Font&, > lyx::otexstream&, const lyx::OutputParams&, int, int, bool) const’: > ../../stable/src/Paragraph.cpp:2378: error: thread-local storage not > supported for this target > > > It seems that the nice ifdef that try to define thread-local types are not > correct for this old os version.
I would be surprised if this is true. The code would be miscompiled in several other places, then. The other possibility is that the error is real, while the info at http://forum.dlang.org/post/[email protected] is wrong. -- Enrico
