On So, 2026-01-25 at 00:20 -0600, Stuart Stevenson wrote: > HI, > > Trixie > LinuxCNC 2.9.8 > git clone https://github.com/LinuxCNC/linuxcnc.git linuxcnc-source- > dir > > configure is now clean except: > > checking for libudev... Package udev was not found in the pkg-config > search > path. > Perhaps you should add the directory containing `udev.pc' > to the PKG_CONFIG_PATH environment variable > Package 'udev', required by 'virtual:world', not found > > How do I solve this? > > I found libudev.pc in several places. I don't want to clutz this.
Check build dependencies. https://www.linuxcnc.org/docs/devel/html/code/building-linuxcnc.html#Satisfying-Build-Dependencies In this case, libudev-dev is probably missing. -- Robert Schöftner <[email protected]> _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
