[beagleboard] BeagleBone Black LinuxCNC No Cape Import Error

2014-04-05 Thread Chris Williamson
Hey guys, I've successfully loaded MachineKit on my BBB (Thanks Charles!). 
Though I have no capes, I am just trying to fiddle around with LinuxCNC as 
I have no real experience with it. Trying to load the BeBoPr-Bridge, or any 
simulator (AXIS) gives me the same error:

Starting LinuxCNC...
io started
halcmd loadusr io started
emcTaskInit: using builtin interpreter
Traceback (most recent call last):
File /home/linuxcnc/linuxcnc/bin/axis, line 3254, in module
from rs274.icon import icon
ImportError: No module named icon
Shutting down and cleaning up LinuxCNC...
Cleanup done

My linuxcnc_debug.txt file includes:
Can not find -sec MOT -var MOT -num 1
Can not find -sec IO -var IO -num 1
Can not find -sec LINUXCNC -var NML_FILE -num 1
Can not find -sec EMC -var NML_FILE -num 1
4333
PID TTY STAT TIME COMMAND
4401
PID TTY STAT TIME COMMAND
4401 pts/0 S 0:04 milltask -ini 
/home/linuxcnc/linuxcnc/configs/sim/axis/axis.ini
PID TTY STAT TIME COMMAND
Stopping realtime threads
Unloading hal components

Seems to be nothing out of the ordinary in my linuxcnc_print.txt either. 
Seems I'm just missing a module somehow. 

I've tried to also update everything. 

git pull origin downloads all files, but when I make, I get the following 
error:
Done reading dependencies
make: Entering directory '/home/linuxcnc/linuxcnc/src'
*** configure.in has changed ***
Not rnning autoconf to avoid tainting universal build
Please investigate or start from scratch:
./autogen.sh  ./configure --your-configure-args...
make: *** [configure] Error 1
make: Leaving directory

At this point, I'm pretty confused and I'm not sure where to go next. Any 
help would greatly be appreciated so I can start tinkering with settings.

Thanks to all those involved so far to get this far!

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: BeagleBone Black LinuxCNC No Cape Import Error

2014-04-05 Thread Chris Williamson
I managed to get make to work by running autogen and it is currently 
compiling. Hopefully this will get me through the errors on loading.

On Saturday, April 5, 2014 10:58:10 AM UTC-4, Chris Williamson wrote:

 Hey guys, I've successfully loaded MachineKit on my BBB (Thanks Charles!). 
 Though I have no capes, I am just trying to fiddle around with LinuxCNC as 
 I have no real experience with it. Trying to load the BeBoPr-Bridge, or any 
 simulator (AXIS) gives me the same error:

 Starting LinuxCNC...
 io started
 halcmd loadusr io started
 emcTaskInit: using builtin interpreter
 Traceback (most recent call last):
 File /home/linuxcnc/linuxcnc/bin/axis, line 3254, in module
 from rs274.icon import icon
 ImportError: No module named icon
 Shutting down and cleaning up LinuxCNC...
 Cleanup done

 My linuxcnc_debug.txt file includes:
 Can not find -sec MOT -var MOT -num 1
 Can not find -sec IO -var IO -num 1
 Can not find -sec LINUXCNC -var NML_FILE -num 1
 Can not find -sec EMC -var NML_FILE -num 1
 4333
 PID TTY STAT TIME COMMAND
 4401
 PID TTY STAT TIME COMMAND
 4401 pts/0 S 0:04 milltask -ini 
 /home/linuxcnc/linuxcnc/configs/sim/axis/axis.ini
 PID TTY STAT TIME COMMAND
 Stopping realtime threads
 Unloading hal components

 Seems to be nothing out of the ordinary in my linuxcnc_print.txt either. 
 Seems I'm just missing a module somehow. 

 I've tried to also update everything. 

 git pull origin downloads all files, but when I make, I get the following 
 error:
 Done reading dependencies
 make: Entering directory '/home/linuxcnc/linuxcnc/src'
 *** configure.in has changed ***
 Not rnning autoconf to avoid tainting universal build
 Please investigate or start from scratch:
 ./autogen.sh  ./configure --your-configure-args...
 make: *** [configure] Error 1
 make: Leaving directory

 At this point, I'm pretty confused and I'm not sure where to go next. Any 
 help would greatly be appreciated so I can start tinkering with settings.

 Thanks to all those involved so far to get this far!


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.