All pastes #2522230 Raw Edit

Anonymous

public unlisted text v1 · immutable
#2522230 ·published 2014-01-02 12:46 UTC
rendered paste body
empire@empire-OptiPlex-380:~$ cd linuxcnc-dev/ubc3-7i80/
empire@empire-OptiPlex-380:~/linuxcnc-dev/ubc3-7i80$ cd src
empire@empire-OptiPlex-380:~/linuxcnc-dev/ubc3-7i80/src$ ./autogen.sh 
empire@empire-OptiPlex-380:~/linuxcnc-dev/ubc3-7i80/src$ ./configure --with-rt-preempt --enable-drivers --without-libmodbus 
checking build toplevel... /home/empire/linuxcnc-dev/ubc3-7i80
checking installation prefix... run in place
checking for grep... /bin/grep
checking for egrep... /bin/egrep
checking for arch... /usr/bin/arch
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking platform... using default platform: PC
checking whether to build programming examples... not building example programs
checking whether to use the common shared memory driver... default is no
checking whether to use inb/outb or ppdev ioctl on the x86 for parport I/O... using defaults: no
checking whether to build the emcweb interface... not building the emcweb interface
checking for configured kernel source in /usr/src/linux-headers-3.12.5-rt7mah... found
checking if /usr/src/linux-headers-3.12.5-rt7mah is a xenomai kernel... no
checking if /usr/src/linux-headers-3.12.5-rt7mah is an RTAI kernel... no
checking for configured kernel source in /usr/src/linux-headers-3.2.0-57... not found
checking for configured kernel source in /usr/src/linux-headers-3.2.0-57-generic-pae... found
checking if /usr/src/linux-headers-3.2.0-57-generic-pae is a xenomai kernel... no
checking if /usr/src/linux-headers-3.2.0-57-generic-pae is an RTAI kernel... no
checking for configured kernel source in /usr/src/linux-headers-3.8.0-29... not found
checking for configured kernel source in /usr/src/linux-headers-3.8.0-29-generic... found
checking if /usr/src/linux-headers-3.8.0-29-generic is a xenomai kernel... no
checking if /usr/src/linux-headers-3.8.0-29-generic is an RTAI kernel... no
checking for configured kernel source in /usr/src/linux-headers-3.8.0-34... not found
checking for configured kernel source in /usr/src/linux-headers-3.8.0-34-generic... found
checking if /usr/src/linux-headers-3.8.0-34-generic is a xenomai kernel... no
checking if /usr/src/linux-headers-3.8.0-34-generic is an RTAI kernel... no
checking -lrt for RT_PREEMPT and POSIX... ok
checking whether to build POSIX threads... no
checking whether to build RT_PREEMPT threads... yes
checking whether to build Xenomai userland threads... no
checking whether to build Xenomai kernel threads... no
checking whether to build RTAI threads... no
checking whether to build hardware drivers... yes
checking whether to build usermode PCI hardware drivers... yes
checking for libudev... found version 0.26
checking for udev_new in -ludev... yes
'git branch' says we're not on a branch, pass one in as an argument
fatal: No names found, cannot describe anything.
checking for usability of rdtscll from asm/msr.h... no
checking for usability of linux/hidraw.h... yes
checking for glib... yes - 2.32.4
checking for GTK 2.4.0 or above... yes - 2.24.10
checking for libgnomeprintui-2.2... no -- printing from classicladder will not be possible
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ supports C++11 features by default... no
checking whether g++ supports C++11 features with -std=c++11... no
checking whether g++ supports C++11 features with -std=c++0x... yes
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for install... /usr/bin/install
checking for sed... /bin/sed
checking for ps... /bin/ps
checking for kill... /bin/kill
checking for whoami... /usr/bin/whoami
checking for awk... /usr/bin/awk
checking for insmod... /sbin/insmod
checking for rmmod... /sbin/rmmod
checking for lsmod... /sbin/lsmod
checking for pidof... /bin/pidof
checking for ipcs... /usr/bin/ipcs
checking for fuser... /bin/fuser
checking for mandb... /usr/bin/mandb
checking for python... /usr/bin/python
checking whether to build documentation... no
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/egrep
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for semtimedop... yes
checking for clock_getres... yes
checking for sincos function... yes
checking for __sincos... no
configure: Building rtapi.ini generator script
checking for tcl... /usr/lib/tcl8.5/tclConfig.sh found
checking for tk... /usr/lib/tk8.5/tkConfig.sh found
checking for BWidget using /usr/bin/tclsh8.5... found
checking for BLT using tclsh8.5... found
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking X11/extensions/Xinerama.h usability... yes
checking X11/extensions/Xinerama.h presence... yes
checking for X11/extensions/Xinerama.h... yes
checking for XineramaQueryExtension in -lXinerama... yes
checking for X11/Xaw/XawInit.h... no
checking for XawDialogGetValueString in -lXaw... no
configure: WARNING: Xaw lib missing, you won't be able to build/run xemc. try installing it with 'apt-get install libxaw7-dev'
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
Trying readline without -ltermcap
checking for readline in -lreadline... yes
Trying readline with -ltermcap
checking for readline in -lreadline... yes
Readline does not require -ltermcap
checking ncurses.h usability... no
checking ncurses.h presence... no
checking for ncurses.h... no
checking for initscr in -lncurses... no
configure: WARNING: ncurses lib missing
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for setlocale... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for gettext in -lintl... no
checking for xgettext... /usr/bin/xgettext
checking for xgettext tcl bug... xgettext version 0.18.1 OK
checking for msgfmt... /usr/bin/msgfmt
checking for --tcl support in msgfmt... yes
checking for Python support... yes
checking python version... OK
checking version of python libraries... python2.7
checking match between tk and Tkinter versions... 8.5
checking location of Python header files... /usr/include/python2.7
checking for Python headers... -I/usr/include/python2.7
checking for Python libraries... -lpthread -ldl  -lutil
checking whether the Boost::Python headers are available... yes
checking for boost::python shared library... -lboost_python
checking /usr/include/python2.7/Python.h usability... yes
checking /usr/include/python2.7/Python.h presence... yes
checking for /usr/include/python2.7/Python.h... yes
checking for site-package location... /usr/lib/python2.7/dist-packages
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for glBegin in -lGL... yes
checking for working GLU quadrics... yes
checking for Xmu headers... checking X11/Xmu/Xmu.h usability... yes
checking X11/Xmu/Xmu.h presence... yes
checking for X11/Xmu/Xmu.h... yes
checking libgl1-mesa-dri workaround... not required
configure: creating ./config.status
config.status: creating ../scripts/gen-rtapi.ini.sh
config.status: creating ../docs/src/man/man1/linuxcnc.1
config.status: creating ../scripts/linuxcnc
config.status: creating ../scripts/halrun
config.status: creating ../scripts/rip-environment
config.status: creating ../scripts/haltcl
config.status: creating ../scripts/realtime
config.status: creating ../scripts/latencyplot
config.status: creating ../scripts/latencyhistogram
config.status: creating Makefile.inc
config.status: creating Makefile.modinc
config.status: creating ../tcl/linuxcnc.tcl
config.status: creating ../lib/python/nf.py
config.status: creating ../scripts/linuxcncmkdesktop
config.status: creating ../share/applications/linuxcnc-latency.desktop
config.status: creating ../share/applications/linuxcnc-latencyplot.desktop
config.status: creating ../share/applications/linuxcnc.desktop
config.status: creating ../share/desktop-directories/cnc.directory
config.status: creating ../share/menus/CNC.menu
config.status: creating linuxcncconfig.py-tmp
config.status: creating config.h
config.status: config.h is unchanged
touching up ../lib/python/linuxcncconfig.py
checking usability of ../lib/python/linuxcncconfig.py... done


######################################################################
#                LinuxCNC - Enhanced Machine Controller              #
######################################################################
#                                                                    #
#   LinuxCNC is a software system for computer control of machine    #
#   tools such as milling machines. LinuxCNC is released under the   #
#   GPL.  Check out http://www.linuxcnc.org/ for more details.       #
#                                                                    #
#                                                                    #
#   It seems that ./configure completed successfully.                #
#   If things don't work check config.log for errors & warnings      #
#                                                                    #
#   Next compile by typing                                           #
#         make                                                       #
#         sudo make setuid                                           #
#                                                                    #
#   Before running the software, set the environment:                #
#         . (top dir)/scripts/rip-environment                        #
#                                                                    #
#   To run the software type                                         #
#         linuxcnc                                                   #
#                                                                    #
######################################################################


empire@empire-OptiPlex-380:~/linuxcnc-dev/ubc3-7i80/src$