Re: Compiling nearly every file now compiles sqlbison.cxx and/or sqlflex.cxx

2024-05-20 Thread Patrick Luby
> On May 20, 2024, at 1:52 PM, Noel Grandin wrote: > > > So I saw the same thing on my ARM macbook, and I chased it for a while, > resetting/clearing ccache, rebooting, etc, but it just kept coming back, so I > gave up and updated to a newer version of ccache for my mac, which seems to > hav

Re: Compiling nearly every file now compiles sqlbison.cxx and/or sqlflex.cxx

2024-05-20 Thread Noel Grandin
So I saw the same thing on my ARM macbook, and I chased it for a while, resetting/clearing ccache, rebooting, etc, but it just kept coming back, so I gave up and updated to a newer version of ccache for my mac, which seems to have fixed it (and as a bonus, is much newer and supports nice compressio

Re: Compiling nearly every file now compiles sqlbison.cxx and/or sqlflex.cxx

2024-05-20 Thread Caolán McNamara
On Sun, 2024-05-19 at 20:26 -0400, Patrick Luby wrote: > Any ideas? I’d like to just wrap a push/pop —implicit-fallthrough > around whatever code compiles these sql* files. Are you using ccache? Does blowing away that cache with ccache -C resolve it? otherwise touch some file in vcl and what's t

Re: Compiling nearly every file now compiles sqlbison.cxx and/or sqlflex.cxx

2024-05-19 Thread Patrick Luby
> On May 19, 2024, at 4:37 PM, Caolán McNamara > wrote: > > On Sun, 2024-05-19 at 16:30 -0400, Patrick Luby wrote: >> cd vcl && touch skia/gdiimpl.cxx && make > > maybe adding -d to the end of the make might give a hint as to what > could be going on I did a make -d and no sql* files were li

Re: Compiling nearly every file now compiles sqlbison.cxx and/or sqlflex.cxx

2024-05-19 Thread Caolán McNamara
On Sun, 2024-05-19 at 16:30 -0400, Patrick Luby wrote: > cd vcl && touch skia/gdiimpl.cxx && make maybe adding -d to the end of the make might give a hint as to what could be going on

Re: Compiling nearly every file now compiles sqlbison.cxx and/or sqlflex.cxx

2024-05-19 Thread Patrick Luby
> On May 19, 2024, at 3:33 PM, Caolán McNamara > wrote: > > On Sun, 2024-05-19 at 13:22 -0400, Patrick Luby wrote: >> A couple of weeks ago I started seeing my builds slow down and my >> build log filled with compiler warnings in sqlbison.cxx and >> sqlflex.cxx on macOS. >> >> Is anyone else

Re: Compiling nearly every file now compiles sqlbison.cxx and/or sqlflex.cxx

2024-05-19 Thread Caolán McNamara
On Sun, 2024-05-19 at 13:22 -0400, Patrick Luby wrote: > A couple of weeks ago I started seeing my builds slow down and my > build log filled with compiler warnings in sqlbison.cxx and > sqlflex.cxx on macOS. > > Is anyone else seeing this? I see these warnings even when compiling > files in vcl.