Re: Missing includes

2024-11-17 Thread Pavel Sanda
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

Missing includes

2024-11-17 Thread Lorenzo Bertini
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

Re: Build script to help bisecting by cherry-picking compiler fixes

2024-11-17 Thread Scott Kostyshak
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