CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] EMC-installation

Posted by bfp
on 2000-04-07 21:57:27 UTC
Use find like so

find / -name errno.h -print

this will list the actual path to the file ,if you followed the install.phil
instructions for rtlinux it may show up in

/usr/src/rtl/rtlinux-2.0/rtl/include/linux
or
/opt/rtl/rtlinux-2.0/rtl/include/linux

while makedepend was looking for it in

/usr/src/rtlinux-2.0/rtl/include/linux

link the file or whole directory into one of the places that makedepend
was looking in with

ln -s /the_actual_path /usr/src/rtlinux-2.0/rtl/include/linux

Brian


> /usr/X11R6/bin/makedepend: warning: emc.cc (reading
> /usr/include/bits/errno.h, line 25): cannot find include file
> "linux/errno.h"
> not in /usr/local/emc/plat/linux_2_2_13/include/linux/errno.h
> not in /usr/local/rcslib/plat/linux_2_2_13/include/linux/errno.h
> not in /usr/local/rcslib/etc/phony/include/linux/errno.h
> not in /usr/src/rtlinux-2.0/rtl/include/linux/errno.h
> not in /usr/src/rtlinux-2.0/rtl/include/linux/errno.h
> not in /usr/local/lib/gcc-include/linux/errno.h
> not in /usr/include/linux/errno.h
> not in
> /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/linux/errno.h
>
> and so on...
>
> Does anybody knows what to do?
>
> Igor

Discussion Thread

bfp 2000-04-07 21:57:27 UTC Re: [CAD_CAM_EDM_DRO] EMC-installation