On Sun, Nov 17, 2024 at 12:12:11PM +0100, Lorenzo Bertini wrote:
> Dear devs,
> when trying to port LyX to yet another build system I found that
> src/frontends/GuiClipboard.h is missing and "support/docstring.h",
> and GuiSearch.h only "support/docstring.h". I don't exactly know how
> autotools m
Dear devs,
when trying to port LyX to yet another build system I found that
src/frontends/GuiClipboard.h is missing and "support/docstring.h",
and GuiSearch.h only "support/docstring.h". I don't exactly know how
autotools manages to build anyway, but the files use std::string and
docstring without
On Wed, Nov 13, 2024 at 05:12:48PM +0100, Pavel Sanda wrote:
> On Sun, Nov 10, 2024 at 05:00:04PM +0100, Scott Kostyshak wrote:
> > I have been working on a build script that helps during a bisect by
> > backporting compiler fixes. Is anyone interested in this? Let me know if
> > so and we can figu