[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compiling-3.21.99 316340a1b


On Fri, 2 Jan 2026 at 22:29, Benoît Minisini <
benoit.minisini@xxxxxxxxxxxxxxxx> wrote:

> Le 02/01/2026 à 22:46, Bruce Steers a écrit :
> > I then tried a full recompile from ./reconf-all and everything except
> > gb.db2.form installed.
> >
> > so i ran 'make clean' and removed the gambas .lock files gb.db2.form/ dir
> >
> > Now everything is okay.
> >
> > BruceS
> >
>
> Does it work better with the last commits?
>
> --
> Benoît Minisini.


I can't really tell now.
I got it to work last time. i fixed it by either doing 'make clean' or
removing the gb.db2.form/gbc.lock / gbc.sderr files. (i did both before
recompiling the previous commit )

My "quick compile" method worked okay this time with last commit.
But quick compile only fails on rare occasions so i expected it to.

quick compile is doing full compile in /main then only make and install in
root dir.
Eg.
cd main
./reconf && ./configure && make -j$(nproc)
sudo make install
cd ../
make -j$(nproc)
sudo make install

Usually that's fine but on occasion it's not enough and ./reconf-all must
be done.

I had 4 failures same as OP with initially using quick compile.
then with a full reconf-all only gb.db2.form failed.
after doing 'make clean' i had no errors and all is okay again :)

Respects
BruceS

Follow-Ups:
Re: compiling-3.21.99 316340a1bBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
References:
compiling-3.21.99 316340a1bKarl Reinl <karl.reinl@xxxxxxxxxx>
Re: compiling-3.21.99 316340a1bBruce Steers <bsteers4@xxxxxxxxx>
Re: compiling-3.21.99 316340a1bBruce Steers <bsteers4@xxxxxxxxx>
Re: compiling-3.21.99 316340a1bBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>