That wiki page is not accurate in several respects, and is out of date in others. I have added a cautionary note and a pointer to the official (and hopefully more accurate) instructions that are part of the documentation package: http://linuxcnc.org/docs/master/html/code/building-linuxcnc.html
LinuxMint 19, which is reportedly based on Ubuntu 16.04, is a bit too new for linuxcnc to work properly in all respects. Unless your interest is developing linuxcnc to better work with this OS, you should instead start by choosing an OS that LinuxCNC supports properly. (For instance, on Ubuntu 16.04 due to an incompatible change in either Tcl or Python that we haven't fully diagnosed yet, let alone fixed, the AXIS UI has trouble selecting the Y axis for homing. This is just about certain to carry over into LinuxMint 19 and also affect Debian Stretch) Anyway, it looks llke the problem you show below is that you have installed several different versions of Tcl -- the log you posted mentions both 8.4 and 8.5, while current Linux distributions use 8.6 as the default version. Remove all other versions and install only the 8.6 version tcl and tk. Jeff ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
