LinuxCNC 2.6 GUI Error
- fire_lizard
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
24 Apr 2014 00:45 #46263
by fire_lizard
LinuxCNC 2.6 GUI Error was created by fire_lizard
Hi everyone,
I have just built LinuxCNC from source, but, when I work with it, I encounter the following problem:
pncconf and stepconf wizards work without problems, when I run . ./rip-environment and then linuxcnc I get GUI running as well, but when I choose configuration and double-click on it I get this error:
_tkinter.TclError: couldn't load file "/home/test/linuxcnc-master/tcl/linuxcnc.so": /home/test/linuxcnc-master/tcl/linuxcnc.so: undefined symbol: Tk_MainWindow
and the program terminates.
Does anyone know possible workarounds?
Thanks in advance
I have just built LinuxCNC from source, but, when I work with it, I encounter the following problem:
pncconf and stepconf wizards work without problems, when I run . ./rip-environment and then linuxcnc I get GUI running as well, but when I choose configuration and double-click on it I get this error:
_tkinter.TclError: couldn't load file "/home/test/linuxcnc-master/tcl/linuxcnc.so": /home/test/linuxcnc-master/tcl/linuxcnc.so: undefined symbol: Tk_MainWindow
and the program terminates.
Does anyone know possible workarounds?
Thanks in advance
Please Log in or Create an account to join the conversation.
- fire_lizard
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
24 Apr 2014 08:00 #46275
by fire_lizard
Replied by fire_lizard on topic LinuxCNC 2.6 GUI Error
Actually found solution:
I had to reconfigure using this command:
./configure --with-tkConfig=/usr/lib/tk8.6/tkConfig.sh --with-tclConfig=/usr/lib/tcl8.6/tclConfig.sh
I had to reconfigure using this command:
./configure --with-tkConfig=/usr/lib/tk8.6/tkConfig.sh --with-tclConfig=/usr/lib/tcl8.6/tclConfig.sh
Please Log in or Create an account to join the conversation.
Time to create page: 0.054 seconds