Re: [Emc-developers] Branch 2.9 problem

2024-12-08 Thread Bertho Stultiens
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

Re: [Emc-developers] Branch 2.9 problem

2024-12-08 Thread Hans Unzner
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

Re: [Emc-developers] Branch 2.9 problem

2024-12-08 Thread Bertho Stultiens
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

Re: [Emc-developers] Branch 2.9 problem

2024-12-08 Thread Nicklas SB Karlsson
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

Re: [Emc-developers] Branch 2.9 problem

2024-12-08 Thread Bertho Stultiens
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

Re: [Emc-developers] Branch 2.9 problem

2024-12-07 Thread Rod Webster
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

Re: [Emc-developers] Branch 2.9 problem

2024-12-07 Thread Bertho Stultiens
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

Re: [Emc-developers] Branch 2.9 problem

2024-12-07 Thread Rod Webster
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

Re: [Emc-developers] Branch 2.9 problem

2024-12-07 Thread Bertho Stultiens
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.