Advertisement
Guest User

Untitled

a guest
Sep 4th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. john@BpMill:~$ cd emc2-dev
  2. john@BpMill:~/emc2-dev$ git pull --rebase
  3. remote: Counting objects: 23, done.
  4. remote: Compressing objects: 100% (15/15), done.
  5. remote: Total 15 (delta 12), reused 0 (delta 0)
  6. Unpacking objects: 100% (15/15), done.
  7. From ssh://git.linuxcnc.org/git/emc2
  8. * [new branch] ubc3-doc-test -> origin/ubc3-doc-test
  9. a5bce14..0d3b24c unified-build-candidate-3 -> origin/unified-build-candidate-3
  10. Current branch master is up to date.
  11. john@BpMill:~/emc2-dev$ cd src
  12. john@BpMill:~/emc2-dev/src$ ./configure
  13. checking libgl1-mesa-dri workaround... required - need to preload /usr/lib/libstdc++.so.6
  14. checking build toplevel... /home/john/emc2-dev
  15. checking installation prefix... run in place
  16. checking for grep... /bin/grep
  17. checking for egrep... /bin/egrep
  18. checking for RT dir... Using /usr/realtime-2.6.32-122-rtai/bin/rtai-config as the RT signature
  19. checking for location of kernel headers... using value from RTS: /usr/src/linux-headers-2.6.32-122-rtai
  20. checking for cc version... found gcc in rtai-config
  21. checking for gcc... gcc
  22. checking whether the C compiler works... yes
  23. checking for C compiler default output file name... a.out
  24. checking for suffix of executables...
  25. checking whether we are cross compiling... no
  26. checking for suffix of object files... o
  27. checking whether we are using the GNU C compiler... yes
  28. checking whether gcc accepts -g... yes
  29. checking for gcc option to accept ISO C89... none needed
  30. checking how to run the C preprocessor... gcc -E
  31. checking for usability of rdtscll from asm/msr.h... no
  32. checking for usability of linux/hidraw.h... yes
  33. checking for libmodbus3... no
  34. configure: error: libmodbus3 not found!
  35. install with "sudo apt-get install libmodbus-dev" or disable with
  36. "configure --without-libmodbus"
  37. john@BpMill:~/emc2-dev/src$ sudo apt-get install libmodbus-dev
  38. Reading package lists... Done
  39. Segmentation faulty tree... 56%
  40. john@BpMill:~/emc2-dev/src$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement