Hello!

I am trying to build LinuxCNC from source on Ubuntu 12.04
Since I need it just for testing purposes, I am configuring it with
--enable-simulator flag.
I had installed 2.5.1 simulator package from buildbot installed, but I
have it uninstalled at the moment.

I took following steps:
1) got the source from git
2) in Makefile changed the line 55 from this:
include Makefile.inc
to this:
include Makefile.inc.in
3) in terminal I ran these commands:
cd /home/vie/linuxcnc-dev/src/
./autogen.sh
./configure --enable-simulator
make

The problem is that last command terminates with error and this is
what I have in terminal for this command:
vie@vie:~/linuxcnc-dev/src$ make
make: Entering directory `/home/vie/linuxcnc-dev/src'
Depending rtapi/test_rtapi_vsnprintf.c
/bin/sh: 1: CC@: not found
Depending redis/examples/c/redis-example.c
/bin/sh: 1: CC@: not found
Depending module_helper/module_helper.c
/bin/sh: 1: CC@: not found
Depending libnml/rcs/rcs_print.cc
/bin/sh: 1: CXX@: not found
Depending libnml/rcs/rcs_exit.cc
/bin/sh: 1: CXX@: not found
Depending libnml/posemath/sincos.c
/bin/sh: 1: CC@: not found
Depending libnml/posemath/posemath.cc
/bin/sh: 1: CXX@: not found
Depending libnml/posemath/gomath.c
/bin/sh: 1: CC@: not found
Depending libnml/posemath/_posemath.c
/bin/sh: 1: CC@: not found
Depending libnml/os_intf/timer.cc
/bin/sh: 1: CXX@: not found
Depending libnml/os_intf/shm.cc
/bin/sh: 1: CXX@: not found
Depending libnml/os_intf/sem.cc
/bin/sh: 1: CXX@: not found
Depending libnml/os_intf/_timer.c
/bin/sh: 1: CC@: not found
Depending libnml/os_intf/_shm.c
/bin/sh: 1: CC@: not found
Depending libnml/os_intf/_sem.c
/bin/sh: 1: CC@: not found
Depending libnml/nml/stat_msg.cc
/bin/sh: 1: CXX@: not found
Depending libnml/nml/nmlmsg.cc
/bin/sh: 1: CXX@: not found
Depending libnml/nml/nmldiag.cc
/bin/sh: 1: CXX@: not found
Depending libnml/nml/nml_srv.cc
/bin/sh: 1: CXX@: not found
Depending libnml/nml/nml_oi.cc
/bin/sh: 1: CXX@: not found
Depending libnml/nml/nml_mod.cc
/bin/sh: 1: CXX@: not found
Depending libnml/nml/nml.cc
/bin/sh: 1: CXX@: not found
Depending libnml/nml/cmd_msg.cc
/bin/sh: 1: CXX@: not found
Depending libnml/linklist/linklist.cc
/bin/sh: 1: CXX@: not found
Depending libnml/inifile/inivar.cc
/bin/sh: 1: CXX@: not found
Depending libnml/inifile/inifile.cc
/bin/sh: 1: CXX@: not found
Depending libnml/cms/tcp_srv.cc
/bin/sh: 1: CXX@: not found
Depending libnml/cms/tcp_opts.cc
/bin/sh: 1: CXX@: not found
Depending libnml/cms/cmsdiag.cc
/bin/sh: 1: CXX@: not found
Depending libnml/cms/cms_xup.cc
/bin/sh: 1: CXX@: not found
Depending libnml/cms/cms_up.cc
/bin/sh: 1: CXX@: not found
Depending libnml/cms/cms_srv.cc
/bin/sh: 1: CXX@: not found
Depending libnml/cms/cms_pm.cc
/bin/sh: 1: CXX@: not found
Depending libnml/cms/cms_in.cc
/bin/sh: 1: CXX@: not found
Depending libnml/cms/cms_dup.cc
/bin/sh: 1: CXX@: not found
Depending libnml/cms/cms_cfg.cc
/bin/sh: 1: CXX@: not found
Depending libnml/cms/cms_aup.cc
/bin/sh: 1: CXX@: not found
Depending libnml/cms/cms.cc
/bin/sh: 1: CXX@: not found
Depending libnml/buffer/tcpmem.cc
/bin/sh: 1: CXX@: not found
Depending libnml/buffer/shmem.cc
/bin/sh: 1: CXX@: not found
Depending libnml/buffer/sendn.c
/bin/sh: 1: CC@: not found
Depending libnml/buffer/recvn.c
/bin/sh: 1: CC@: not found
Depending libnml/buffer/physmem.cc
/bin/sh: 1: CXX@: not found
Depending libnml/buffer/phantom.cc
/bin/sh: 1: CXX@: not found
Depending libnml/buffer/memsem.cc
/bin/sh: 1: CXX@: not found
Depending libnml/buffer/locmem.cc
/bin/sh: 1: CXX@: not found
Depending hal/utils/upci.c
/bin/sh: 1: CC@: not found
Depending hal/utils/scope_vert.c
/bin/sh: 1: CC@: not found
Depending hal/utils/scope_trig.c
/bin/sh: 1: CC@: not found
Depending hal/utils/scope_horiz.c
/bin/sh: 1: CC@: not found
Depending hal/utils/scope_files.c
/bin/sh: 1: CC@: not found
Depending hal/utils/scope_disp.c
/bin/sh: 1: CC@: not found
Depending hal/utils/scope.c
/bin/sh: 1: CC@: not found
Depending hal/utils/pci_write.c
/bin/sh: 1: CC@: not found
Depending hal/utils/pci_read.c
/bin/sh: 1: CC@: not found
Depending hal/utils/miscgtk.c
/bin/sh: 1: CC@: not found
Depending hal/utils/meter.c
/bin/sh: 1: CC@: not found
Depending hal/utils/halsh.c
/bin/sh: 1: CC@: not found
Depending hal/utils/halrmt.c
/bin/sh: 1: CC@: not found
Depending hal/utils/halcmd_main.c
/bin/sh: 1: CC@: not found
Depending hal/utils/halcmd_completion.c
/bin/sh: 1: CC@: not found
Depending hal/utils/halcmd_commands.c
/bin/sh: 1: CC@: not found
Depending hal/utils/halcmd.c
/bin/sh: 1: CC@: not found
Depending hal/user_comps/modbus.c
/bin/sh: 1: CC@: not found
Depending hal/user_comps/gs2_vfd.c
/bin/sh: 1: CC@: not found
Depending hal/hal_lib.c
/bin/sh: 1: CC@: not found
Depending hal/components/streamer_usr.c
/bin/sh: 1: CC@: not found
Depending hal/components/sampler_usr.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/vars_names.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/vars_access.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/symbols_gtk.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/symbols.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/spy_vars_gtk.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/socket_server.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/socket_modbus_master.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/serial_linux.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/protocol_modbus_slave.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/protocol_modbus_master.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/manager_gtk.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/manager.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/files_sequential.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/files_project.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/files.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/emc_mods.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/editproperties_gtk.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/edit_sequential.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/edit_gtk.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/edit.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/drawing_sequential.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/drawing.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/config_gtk.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/config.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/classicladder_gtk.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/classicladder.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/calc_sequential.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/calc.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/arrays.c
/bin/sh: 1: CC@: not found
Depending hal/classicladder/arithm_eval.c
/bin/sh: 1: CC@: not found
Depending emc/usr_intf/sockets.c
/bin/sh: 1: CC@: not found
Depending emc/usr_intf/shcom.cc
/bin/sh: 1: CXX@: not found
Depending emc/usr_intf/schedrmt.cc
/bin/sh: 1: CXX@: not found
Depending emc/usr_intf/halui.cc
/bin/sh: 1: CXX@: not found
Depending emc/usr_intf/emcsh.cc
/bin/sh: 1: CXX@: not found
Depending emc/usr_intf/emcsched.cc
/bin/sh: 1: CXX@: not found
Depending emc/usr_intf/emcrsh.cc
/bin/sh: 1: CXX@: not found
Depending emc/usr_intf/emclcd.cc
/bin/sh: 1: CXX@: not found
Depending emc/task/taskmodule.cc
/bin/sh: 1: CXX@: not found
Depending emc/task/taskintf.cc
/bin/sh: 1: CXX@: not found
Depending emc/task/taskclass.cc
/bin/sh: 1: CXX@: not found
Depending emc/task/emctaskmain.cc
/bin/sh: 1: CXX@: not found
Depending emc/task/emctask.cc
/bin/sh: 1: CXX@: not found
Depending emc/task/emcsvr.cc
/bin/sh: 1: CXX@: not found
Depending emc/task/emccanon.cc
/bin/sh: 1: CXX@: not found
Depending emc/task/backtrace.cc
/bin/sh: 1: CXX@: not found
Depending emc/sai/saicanon.cc
/bin/sh: 1: CXX@: not found
Depending emc/sai/dummyemcstat.cc
/bin/sh: 1: CXX@: not found
Depending emc/sai/driver.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/tool_parse.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/rs274ngc_pre.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/nurbs_additional_functions.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interpmodule.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_write.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_remap.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_read.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_queue.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_python.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_o_word.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_namedparams.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_inverse.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_internal.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_find.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_execute.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_cycles.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_convert.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_check.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_base.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_array.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/interp_arc.cc
/bin/sh: 1: CXX@: not found
Depending emc/rs274ngc/canonmodule.cc
/bin/sh: 1: CXX@: not found
Depending emc/pythonplugin/python_plugin.cc
/bin/sh: 1: CXX@: not found
Depending emc/nml_intf/interpl.cc
/bin/sh: 1: CXX@: not found
Depending emc/nml_intf/emcops.cc
/bin/sh: 1: CXX@: not found
Depending emc/nml_intf/emcglb.c
/bin/sh: 1: CC@: not found
Depending emc/nml_intf/emcargs.cc
/bin/sh: 1: CXX@: not found
Depending emc/nml_intf/emc.cc
/bin/sh: 1: CXX@: not found
Depending emc/motion/usrmotintf.cc
/bin/sh: 1: CXX@: not found
Depending emc/motion/stashf.c
/bin/sh: 1: CC@: not found
Depending emc/motion/emcmotutil.c
/bin/sh: 1: CC@: not found
Depending emc/motion/emcmotglb.c
/bin/sh: 1: CC@: not found
Depending emc/motion/dbuf.c
/bin/sh: 1: CC@: not found
Depending emc/kinematics/genserkins.c
/bin/sh: 1: CC@: not found
Depending emc/iotask/ioControl_v2.cc
/bin/sh: 1: CXX@: not found
Depending emc/iotask/ioControl.cc
/bin/sh: 1: CXX@: not found
Depending emc/ini/initraj.cc
/bin/sh: 1: CXX@: not found
Depending emc/ini/initool.cc
/bin/sh: 1: CXX@: not found
Depending emc/ini/iniaxis.cc
/bin/sh: 1: CXX@: not found
Depending emc/ini/emcIniFile.cc
/bin/sh: 1: CXX@: not found
Depending emc/canterp/canterp.cc
/bin/sh: 1: CXX@: not found
Syntax checking python script yapps
make: PYTHON@: Command not found
if [ -f config.status ]; then ./config.status --recheck; else \
            echo 1>&2 "*** linuxcnc is not configured.  Run './configure' with
appropriate flags."; \
            exit 1; \
        fi
*** linuxcnc is not configured. Run './configure' with appropriate flags.
make: Failed to remake makefile `Makefile'.
copying shared configs
Compiling libnml/inifile/inifile.cc
make: CXX@: Command not found
make: *** [objects/libnml/inifile/inifile.o] Error 127
make: Leaving directory `/home/vie/linuxcnc-dev/src'
vie@vie:~/linuxcnc-dev/src$



I do not know about those CC@ and CXX@ that are not found, it seems
that those are warnings that can be ignored, but what I do not
understand is that complaint about LinuxCNC not being configured and
running "./configure" with appropriate flags.
How can I find out more, what additional flags do I need there?

-- 
Viesturs

If you can't fix it, you don't own it.
http://www.ifixit.com/Manifesto

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to