Instalar LinuxCNC en Fedora

More
19 Dec 2012 23:26 - 19 Dec 2012 23:26 #27868 by tesla
Hola,

¿Alguien ha instalado LinuxCNC en Fedora?

Es que no lo he conseguido:

sh autogen.sh
./configure --enable-simulator

y esto es lo que dice:
checking libgl1-mesa-dri workaround... not required
assuming current redis-server libhiredis-dev and python-redis packages unusable
checking build toplevel... /usr/src/linuxcnc-dev
checking installation prefix... run in place
checking for grep... /bin/grep
checking for egrep... /bin/egrep
checking for RT dir... configuring for simulator
checking for pth-config... /bin/pth-config
checking for cc version... not specified
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 for usability of rdtscll from asm/msr.h... no
checking for usability of linux/hidraw.h... yes
checking for libmodbus3... no
checking for libmodbus2... no
checking for module installation directory... configuring for run-in-place
/usr/src/linuxcnc-dev/rtlib
checking for glib... yes - 2.32.4
checking for GTK 2.4.0 or above... yes - 2.24.13
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 for g++... /usr/lib64/ccache/g++
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for ar... /bin/ar
checking for install... /bin/install
checking for sed... /bin/sed
checking for ps... /bin/ps
checking for kill... /bin/kill
checking for whoami... /bin/whoami
checking for awk... /bin/awk
checking for insmod... /sbin/insmod
checking for rmmod... /sbin/rmmod
checking for lsmod... /sbin/lsmod
checking for pidof... /sbin/pidof
checking for ipcs... /bin/ipcs
checking for fuser... /sbin/fuser
checking for mandb... /bin/mandb
checking for python... /bin/python
checking whether to build documentation... no
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for semtimedop... yes
checking for sincos function... yes
checking for __sincos... no
checking for tcl... tclConfig.sh not found, trying tcl.h and libs.
		  If it doesn't work try running ./configure --with-tclConfig=<path to tclConfig.sh>
checking tcl.h usability... no
checking tcl.h presence... no
checking for tcl.h... no
checking for library containing Tcl_Init... -ltcl8.5
checking for tk... dirname: missing operand
Try `dirname --help' for more information.
tkConfig.sh not found, trying tk.h and libs.
		  If it doesn't work try running ./configure --with-tkConfig=<path to tkConfig.sh>
checking tk.h usability... no
checking tk.h presence... no
checking for tk.h... no
checking for library containing Tk_Init... no
configure: error: tk lib not found

Gracias y saludos
Last edit: 19 Dec 2012 23:26 by tesla.

Please Log in or Create an account to join the conversation.

More
19 Dec 2012 23:31 - 19 Dec 2012 23:38 #27869 by tesla
Replied by tesla on topic Instalar LinuxCNC en Fedora
Uno de los errores es porque me faltaba instalar tcl-devel, ya está solucionado:

checking for tcl... tclConfig.sh not found, trying tcl.h and libs.


Ahora dice:

checking for tcl... /usr/lib64/tcl8.5/tclConfig.sh found



El otro debe de ser por el tk y el tk-devel. a ver....

Si es por eso solo que ahora no encuentra tkConfig.sh pero nada se lo decimos y ya:
./configure --enable-simulator --with-tkConfig=/usr/lib64/tkConfig.sh

Pero ahora queda otro error:

checking for BWidget using /usr/bin/tclsh8.5... configure: error: not found

Last edit: 19 Dec 2012 23:38 by tesla.

Please Log in or Create an account to join the conversation.

Moderators: dangercraft
Time to create page: 0.094 seconds
Powered by Kunena Forum