Advertisement
Guest User

Untitled

a guest
Dec 11th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.16 KB | None | 0 0
  1. linuxcnc@linuxcnc:~/linuxcnc-dev/src$ ./configure --with-real
  2. --with-realtime=
  3. linuxcnc@linuxcnc:~/linuxcnc-dev/src$ ./configure --with-realtime=/usr/real*
  4. checking build toplevel... /home/linuxcnc/linuxcnc-dev
  5. checking installation prefix... run in place
  6. checking for grep... /bin/grep
  7. checking for egrep... /bin/egrep
  8. checking for pkg-config... /usr/bin/pkg-config
  9. checking for RT dir... Using /usr/realtime-3.16.0-9-rtai-amd64/bin/rtai-config as the RT signature
  10. checking for location of kernel headers... using value from RTS: /usr/src/linux-headers-3.16.0-9-rtai-amd64
  11. checking for cc version... found x86_64-linux-gnu-gcc in rtai-config
  12. checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether x86_64-linux-gnu-gcc accepts -g... yes
  20. checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed
  21. checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E
  22. checking for usability of linux/hidraw.h... yes
  23. checking for libmodbus3... yes - version 3.0.6
  24. checking for libusb-1.0... yes
  25. checking for kernel version string... 3.16.0-9-rtai-amd64
  26. checking for kernel module extension... .ko
  27. checking kernel build system... kbuild
  28. checking for module installation directory... configuring for run-in-place
  29. /home/linuxcnc/linuxcnc-dev/rtlib
  30. checking for glib... yes - 2.42.1
  31. checking for GTK 2.4.0 or above... yes - 2.24.25
  32. checking for libgnomeprintui-2.2... no -- printing from classicladder will not be possible
  33. checking for g++... g++
  34. checking whether we are using the GNU C++ compiler... yes
  35. checking whether g++ accepts -g... yes
  36. checking whether g++ supports C++11 features by default... no
  37. checking whether g++ supports C++11 features with -std=c++11... yes
  38. checking whether make sets $(MAKE)... yes
  39. checking for ranlib... ranlib
  40. checking for ar... /usr/bin/ar
  41. checking for install... /usr/bin/install
  42. checking for sed... /bin/sed
  43. checking for ps... /bin/ps
  44. checking for kill... /bin/kill
  45. checking for whoami... /usr/bin/whoami
  46. checking for awk... /usr/bin/awk
  47. checking for insmod... /sbin/insmod
  48. checking for rmmod... /sbin/rmmod
  49. checking for lsmod... /bin/lsmod
  50. checking for pidof... /bin/pidof
  51. checking for ipcs... /usr/bin/ipcs
  52. checking for fuser... /bin/fuser
  53. checking for mandb... /usr/bin/mandb
  54. checking for python... /usr/bin/python
  55. checking whether to build documentation... no
  56. checking for adeos... not found
  57. checking for rtai_hal... /usr/realtime-3.16.0-9-rtai-amd64/modules/rtai_hal.ko
  58. checking for rtai_ksched... not found
  59. checking for rtai_fifos... not found
  60. checking for rtai_shm... not found
  61. checking for rtai_sem... not found
  62. checking for rtai_math... /usr/realtime-3.16.0-9-rtai-amd64/modules/rtai_math.ko
  63. checking for grep that handles long lines and -e... (cached) /bin/grep
  64. checking for egrep... (cached) /bin/egrep
  65. checking for ANSI C header files... yes
  66. checking for sys/types.h... yes
  67. checking for sys/stat.h... yes
  68. checking for stdlib.h... yes
  69. checking for string.h... yes
  70. checking for memory.h... yes
  71. checking for strings.h... yes
  72. checking for inttypes.h... yes
  73. checking for stdint.h... yes
  74. checking for unistd.h... yes
  75. checking sys/io.h usability... yes
  76. checking sys/io.h presence... yes
  77. checking for sys/io.h... yes
  78. checking for ANSI C header files... (cached) yes
  79. checking for sys/wait.h that is POSIX.1 compatible... yes
  80. checking for semtimedop... yes
  81. checking for sincos function... yes
  82. checking for __sincos... no
  83. checking for tcl... /usr/lib/x86_64-linux-gnu/tclConfig.sh found
  84. checking for tk... /usr/lib/x86_64-linux-gnu/tkConfig.sh found
  85. checking whether to check for runtime dependencies... yes
  86. checking for BWidget using /usr/bin/tclsh8.6... found
  87. checking for BLT using tclsh8.5... not found
  88. checking for img::png using /usr/bin/tclsh8.6... found
  89. checking for tclX using /usr/bin/tclsh8.6... found
  90. checking for X... libraries , headers
  91. checking for gethostbyname... yes
  92. checking for connect... yes
  93. checking for remove... yes
  94. checking for shmat... yes
  95. checking for IceConnectionNumber in -lICE... yes
  96. checking X11/extensions/Xinerama.h usability... yes
  97. checking X11/extensions/Xinerama.h presence... yes
  98. checking for X11/extensions/Xinerama.h... yes
  99. checking for XineramaQueryExtension in -lXinerama... yes
  100. checking for X11/Xaw/XawInit.h... no
  101. checking for XawDialogGetValueString in -lXaw... no
  102. configure: WARNING: Xaw lib missing, you won't be able to build/run xemc. try installing it with 'apt-get install libxaw7-dev'
  103. checking readline/readline.h usability... yes
  104. checking readline/readline.h presence... yes
  105. checking for readline/readline.h... yes
  106. checking readline/history.h usability... yes
  107. checking readline/history.h presence... yes
  108. checking for readline/history.h... yes
  109. Trying readline without -ltermcap
  110. checking for readline in -lreadline... yes
  111. Trying readline with -ltermcap
  112. checking for readline in -lreadline... yes
  113. Readline does not require -ltermcap
  114. checking ncurses.h usability... no
  115. checking ncurses.h presence... no
  116. checking for ncurses.h... no
  117. checking for initscr in -lncurses... no
  118. configure: WARNING: ncurses lib missing
  119. checking locale.h usability... yes
  120. checking locale.h presence... yes
  121. checking for locale.h... yes
  122. checking for setlocale... yes
  123. checking libintl.h usability... yes
  124. checking libintl.h presence... yes
  125. checking for libintl.h... yes
  126. checking for gettext in -lintl... no
  127. checking for xgettext... /usr/bin/xgettext
  128. checking for xgettext tcl bug... xgettext version 0.19.3 OK
  129. checking for msgfmt... /usr/bin/msgfmt
  130. checking for --tcl support in msgfmt... yes
  131. checking python version... OK
  132. checking version of python libraries... python2.7
  133. checking match between tk and Tkinter versions... 8.6
  134. checking location of Python header files... /usr/include/python2.7
  135. checking for Python headers... -I/usr/include/python2.7
  136. checking for Python libraries... -lpthread -ldl -lutil
  137. checking whether the Boost::Python headers are available... yes
  138. checking for boost::python shared library... -lboost_python
  139. checking /usr/include/python2.7/Python.h usability... yes
  140. checking /usr/include/python2.7/Python.h presence... yes
  141. checking for /usr/include/python2.7/Python.h... yes
  142. checking for site-package location... /usr/lib/python2.7/dist-packages
  143. checking GL/gl.h usability... yes
  144. checking GL/gl.h presence... yes
  145. checking for GL/gl.h... yes
  146. checking GL/glu.h usability... yes
  147. checking GL/glu.h presence... yes
  148. checking for GL/glu.h... yes
  149. checking for glBegin in -lGL... yes
  150. checking for working GLU quadrics... yes
  151. checking for Xmu headers... checking X11/Xmu/Xmu.h usability... yes
  152. checking X11/Xmu/Xmu.h presence... yes
  153. checking for X11/Xmu/Xmu.h... yes
  154. configure: creating ./config.status
  155. config.status: creating ../scripts/rtapi.conf
  156. config.status: creating ../scripts/linuxcnc
  157. config.status: creating ../scripts/halrun
  158. config.status: creating ../scripts/rip-environment
  159. config.status: creating ../scripts/haltcl
  160. config.status: creating ../scripts/realtime
  161. config.status: creating ../scripts/linuxcnc_var
  162. config.status: creating Makefile.inc
  163. config.status: creating Makefile.modinc
  164. config.status: creating ../tcl/linuxcnc.tcl
  165. config.status: creating ../lib/python/nf.py
  166. config.status: creating ../scripts/linuxcncmkdesktop
  167. config.status: creating ../share/applications/linuxcnc-latency.desktop
  168. config.status: creating ../share/applications/linuxcnc.desktop
  169. config.status: creating ../share/desktop-directories/cnc.directory
  170. config.status: creating ../share/menus/CNC.menu
  171. config.status: creating config.h
  172. config.status: config.h is unchanged
  173.  
  174.  
  175. ######################################################################
  176. # LinuxCNC - Enhanced Machine Controller #
  177. ######################################################################
  178. # #
  179. # LinuxCNC is a software system for computer control of machine #
  180. # tools such as milling machines. LinuxCNC is released under the #
  181. # GPL. Check out http://www.linuxcnc.org/ for more details. #
  182. # #
  183. # #
  184. # It seems that ./configure completed successfully. #
  185. # This means that RT is properly installed #
  186. # If things don't work check config.log for errors & warnings #
  187. # #
  188. # Next compile by typing #
  189. # make #
  190. # sudo make setuid #
  191. # #
  192. # Before running the software, set the environment: #
  193. # . (top dir)/scripts/rip-environment #
  194. # #
  195. # To run the software type #
  196. # linuxcnc #
  197. # #
  198. ######################################################################
  199.  
  200.  
  201. linuxcnc@linuxcnc:~/linuxcnc-dev/src$ make -j3
  202. Reading 0/183 dependency files
  203. Done reading dependencies
  204. Creating pluto_servo.mak
  205. Creating serport.mak
  206. Creating pluto_step.mak
  207. Creating pcl720.mak
  208. Creating mesa_7i65.mak
  209. Creating mesa_uart.mak
  210. Creating xor2.mak
  211. Creating xhc_hb04_util.mak
  212. Creating wcomp.mak
  213. Creating updown.mak
  214. Creating tristate_float.mak
  215. Creating tristate_bit.mak
  216. Creating toggle2nist.mak
  217. Creating toggle.mak
  218. Creating timedelta.mak
  219. Creating timedelay.mak
  220. Creating time.mak
  221. Creating threadtest.mak
  222. Creating thcud.mak
  223. Creating thc.mak
  224. Creating sum2.mak
  225. Creating steptest.mak
  226. Creating sphereprobe.mak
  227. Creating simple_tp.mak
  228. Creating sim_spindle.mak
  229. Creating sim_parport.mak
  230. Creating sim_home_switch.mak
  231. Creating sim_axis_hardware.mak
  232. Creating select8.mak
  233. Creating scale.mak
  234. Creating sample_hold.mak
  235. Creating orient.mak
  236. Creating or2.mak
  237. Creating oneshot.mak
  238. Creating offset.mak
  239. Creating not.mak
  240. Creating near.mak
  241. Creating mux8.mak
  242. Creating mux4.mak
  243. Creating mux2.mak
  244. Creating mux16.mak
  245. Creating multiswitch.mak
  246. Creating multiclick.mak
  247. Creating mult2.mak
  248. Creating moveoff.mak
  249. Creating minmax.mak
  250. Creating message.mak
  251. Creating match8.mak
  252. Creating maj3.mak
  253. Creating lowpass.mak
  254. Creating lut5.mak
  255. Creating logic.mak
  256. Creating lincurve.mak
  257. Creating limit3.mak
  258. Creating limit2.mak
  259. Creating limit1.mak
  260. Creating latencybins.mak
  261. Creating knob2float.mak
  262. Creating joyhandle.mak
  263. Creating invert.mak
  264. Creating integ.mak
  265. Creating ilowpass.mak
  266. Creating hypot.mak
  267. Creating histobins.mak
  268. Creating gray2bin.mak
  269. Creating gearchange.mak
  270. Creating flipflop.mak
  271. Creating feedcomp.mak
  272. Creating estop_latch.mak
  273. Creating deadzone.mak
  274. Creating edge.mak
  275. Creating ddt.mak
  276. converting conv for conv_u32_s32.comp
  277. converting conv for conv_u32_float.comp
  278. converting conv for conv_u32_bit.comp
  279. converting conv for conv_s32_u32.comp
  280. converting conv for conv_s32_float.comp
  281. converting conv for conv_s32_bit.comp
  282. converting conv for conv_float_u32.comp
  283. converting conv for conv_float_s32.comp
  284. converting conv for conv_bit_u32.comp
  285. converting conv for conv_bit_s32.comp
  286. Creating constant.mak
  287. Creating comp.mak
  288. Creating clarkeinv.mak
  289. Creating clarke3.mak
  290. Creating clarke2.mak
  291. Creating charge_pump.mak
  292. Creating carousel.mak
  293. Creating bldc_hall3.mak
  294. Creating blend.mak
  295. Creating bldc.mak
  296. Creating bitwise.mak
  297. Creating bitslice.mak
  298. Creating biquad.mak
  299. Creating bin2gray.mak
  300. Creating axistest.mak
  301. Creating and2.mak
  302. Creating abs_s32.mak
  303. Creating abs.mak
  304. Creating conv_u32_s32.mak
  305. Creating conv_u32_float.mak
  306. Creating conv_u32_bit.mak
  307. Creating conv_s32_u32.mak
  308. Creating conv_s32_float.mak
  309. Creating conv_s32_bit.mak
  310. Creating conv_float_u32.mak
  311. Creating conv_float_s32.mak
  312. Creating conv_bit_u32.mak
  313. Creating conv_bit_s32.mak
  314. Reading 0/183 dependency files
  315. Done reading dependencies
  316. Compiling libnml/inifile/inifile.cc
  317. Compiling libnml/inifile/inivar.cc
  318. Compiling libnml/posemath/_posemath.c
  319. Compiling libnml/posemath/posemath.cc
  320. Compiling libnml/posemath/gomath.c
  321. Compiling libnml/posemath/sincos.c
  322. Compiling libnml/rcs/rcs_print.cc
  323. Compiling libnml/rcs/rcs_exit.cc
  324. Compiling libnml/os_intf/_sem.c
  325. Compiling libnml/os_intf/_shm.c
  326. Compiling libnml/os_intf/_timer.c
  327. Compiling libnml/os_intf/sem.cc
  328. Compiling libnml/os_intf/shm.cc
  329. Compiling libnml/os_intf/timer.cc
  330. Compiling libnml/buffer/locmem.cc
  331. Compiling libnml/buffer/memsem.cc
  332. Compiling libnml/buffer/phantom.cc
  333. Compiling libnml/buffer/physmem.cc
  334. Compiling libnml/buffer/recvn.c
  335. Compiling libnml/buffer/sendn.c
  336. Compiling libnml/buffer/shmem.cc
  337. Compiling libnml/buffer/tcpmem.cc
  338. Compiling libnml/cms/cms.cc
  339. Compiling libnml/cms/cms_aup.cc
  340. Compiling libnml/cms/cms_cfg.cc
  341. Compiling libnml/cms/cms_in.cc
  342. Compiling libnml/cms/cms_dup.cc
  343. Compiling libnml/cms/cms_pm.cc
  344. Compiling libnml/cms/cms_srv.cc
  345. Compiling libnml/cms/cms_up.cc
  346. Compiling libnml/cms/cms_xup.cc
  347. Compiling libnml/cms/cmsdiag.cc
  348. Compiling libnml/cms/tcp_opts.cc
  349. Compiling libnml/cms/tcp_srv.cc
  350. Compiling libnml/nml/cmd_msg.cc
  351. Compiling libnml/nml/nml_mod.cc
  352. Compiling libnml/nml/nml_oi.cc
  353. Compiling libnml/nml/nml_srv.cc
  354. Compiling libnml/nml/nml.cc
  355. Compiling libnml/nml/nmldiag.cc
  356. Compiling libnml/nml/nmlmsg.cc
  357. Compiling libnml/nml/stat_msg.cc
  358. Compiling libnml/linklist/linklist.cc
  359. Compiling rtapi/test_rtapi_vsnprintf.c
  360. Compiling hal/components/streamer_usr.c
  361. Compiling hal/hal_lib.c
  362. Compiling rtapi/rtai_ulapi.c
  363. In file included from rtapi/rtai_ulapi.c:68:0:
  364. rtapi/rtapi_rtai_shm_wrap.h:19:22: fatal error: rtai_shm.h: No such file or directory
  365. #include <rtai_shm.h>
  366. ^
  367. compilation terminated.
  368. Makefile:204: recipe for target 'objects/rtapi/rtai_ulapi.o' failed
  369. make: *** [objects/rtapi/rtai_ulapi.o] Error 1
  370. make: *** Waiting for unfinished jobs....
  371. linuxcnc@linuxcnc:~/linuxcnc-dev/src$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement