I switched from ubuntu 12.04 to debian wheezy for my cnc machine.

I'm trying to rebuild linuxcnc for inplace on my wheezy install. (Branch is
joints_axis7)

I'm getting this error

Compiling rtapi/rtai_ulapi.c
In file included from rtapi/rtai_ulapi.c:68:0:
rtapi/rtapi_rtai_shm_wrap.h:19:22: fatal error: rtai_shm.h: No such file or
directory
compilation terminated.


./configure completes succesfully but make isn't making it.


Now my kernel is '3.8-1-rtai.x86-amd64'

There are all of the rtai headers available at /usr/include/rtai

I've tried to slog through the makefiles to see what is going on but its
tough to discern.

The actual command that gets run by make is when running "make V=1"

x86_64-linux-gnu-gcc -c -I. -Ilibnml/linklist -Ilibnml/cms -Ilibnml/rcs
-Ilibnml/inifile -Ilibnml/os_intf -Ilibnml/nml -Ilibnml/buffer
-Ilibnml/posemath -Irtapi -Ihal -Iemc/nml_intf -Iemc/kinematics -Iemc/tp
-Iemc/motion -Iemc/ini -Iemc/rs274ngc -Iemc/pythonplugin -I/usr/include
-I/usr/include/python2.7 -Os -fwrapv  -g -Wall  -DULAPI -std=gnu99
-fgnu89-inline -fPIC \
        -MP -MD -MF "objects/rtapi/rtai_ulapi.d" -MT
"objects/rtapi/rtai_ulapi.o" \
        rtapi/rtai_ulapi.c -o objects/rtapi/rtai_ulapi.o

I notice that the /usr/include/rtai isn't in the list of includes passed to
gcc.


Any help is appreciated.

Thanks,
    Curt
------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to