On 12/8/24 11:26, Hans Unzner wrote:
Sometimes, especially when switching between different branches,
"make clean" is not sufficient. "git clean -dxf " cleans it like
a fresh clone and is sometimes the better approach.
Thanks! That does the trick very well.
--
Greetings Bertho
(disclaimers ar
Sometimes, especially when switching between different branches, "make
clean" is not sufficient. "git clean -dxf " cleans it like a fresh
clone and is sometimes the better approach.
Hans
Am 08.12.24 um 11:00 schrieb Nicklas SB Karlsson:
Have also had similar problems. Maybe I used make clean
On 12/8/24 11:00, Nicklas SB Karlsson wrote:
Have also had similar problems. Maybe I used make clean after switch
before rebuilding to solve it but can't remember for sure.
I actually did a 'make distclean'. However, it was probably /after/ I
switched branches. But by that time, it is too late a
Have also had similar problems. Maybe I used make clean after switch before
rebuilding to solve it but can't remember
for sure.
Nicklas Karlsson
sön 2024-12-08 klockan 08:55 +1000 skrev Rod Webster:
> I just tried this on Debian Bookworm. It had been a while since I cloned
> the source so I use
On 12/7/24 23:55, Rod Webster wrote:
I just tried this on Debian Bookworm. It had been a while since I
cloned
[snip]
It compiles fine. There was one new dependency I had to install and
it told me exactly the command to use. I don't think you can assume
it will compile out of the box on other pl
I just tried this on Debian Bookworm. It had been a while since I cloned
the source so I used these commands
git checkout 2.9
git pull
cd linuxcnc_dev/src
./autogen.sh
./configure --with-realtime=uspace
make
It compiles fine. There was one new dependency I had to install and it
told me exactly th
On 12/7/24 20:34, Rod Webster wrote:
What happens when you checkout the tag v2.9.3?
This is the currently released code. It should compile OK.
Version tagged v2.9.3 fails in configure with:
checking for python pango module... Traceback (most recent call last):
File "", line 1, in
ImportErro
What happens when you checkout the tag v2.9.3?
This is the currently released code. It should compile OK.
Rod Webster
*1300 896 832*
+61 435 765 611
Vehicle Modifications Network
www.vehiclemods.net.au
On Sun, 8 Dec 2024 at 04:56, Bertho Stultiens wrote:
> Hi,
>
> It is my understanding that t
On 12/7/24 19:55, Bertho Stultiens wrote:
It is my understanding that the 2.9 branch is the correct branch for
current stable releases.
However, when I checkout that branch, it doesn't compile. There are
problems with 'halcompile' and hal/hal.h and hal/hal_lib.c is missing
s64 and u64 support.