[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling-3.21.99 316340a1b
[Thread Prev] | [Thread Next]
- Subject: Re: compiling-3.21.99 316340a1b
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Fri, 2 Jan 2026 23:22:07 +0000
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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
| Re: compiling-3.21.99 316340a1b | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
| compiling-3.21.99 316340a1b | Karl Reinl <karl.reinl@xxxxxxxxxx> |
| Re: compiling-3.21.99 316340a1b | Bruce Steers <bsteers4@xxxxxxxxx> |
| Re: compiling-3.21.99 316340a1b | Bruce Steers <bsteers4@xxxxxxxxx> |
| Re: compiling-3.21.99 316340a1b | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |