Advertisement
Guest User

tomp

a guest
Dec 2nd, 2010
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. the instructions on http://wiki.linuxcnc.org/emcinfo.pl?GladeVcpSetup yield the following
  2. i've deleted the entire ~/emc2-dev dir created by 'git clone git://git.linuxcnc.org/git/emc2.git emc2-dev'
  3. ( three times now )
  4.  
  5. i avoid 'make menu-install' like the plague, i use make install ( ive tried make menu-install it cause more errs than what follows )
  6.  
  7. tomp@gatewayLucid:~$ cd emc2-dev
  8. tomp@gatewayLucid:~/emc2-dev$ . scripts/emc-environment
  9. tomp@gatewayLucid:~/emc2-dev$ cd lib/python/gladevcp/
  10. tomp@gatewayLucid:~/emc2-dev/lib/python/gladevcp$ /etc/init.d/realtime start
  11. tomp@gatewayLucid:~/emc2-dev/lib/python/gladevcp$ gladevcp gladevcp-test.ui
  12. RTAPI: ERROR: version mismatch 0 vs 1
  13. RTAPI: ERROR: bad module ID: -22
  14. HAL: ERROR: could not open shared memory
  15. RTAPI: ERROR: bad module id
  16. gladevcp: HAL component 'gladevcp-test' already exists: Invalid argument
  17.  
  18. the emc that runs in this dir identifies itselfs as 2.5.0~pre
  19. tomp@gatewayLucid:~/emc2-dev$ emc
  20. EMC2 - 2.5.0~pre
  21.  
  22. what is this version mismatch ?
  23. how to eliminate it?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement