On Sat, 17 Nov 2012, vroemm wrote:

> Date: Sat, 17 Nov 2012 21:01:42 +0100
> From: vroemm <vro...@ziggo.nl>
> Reply-To: EMC developers <emc-developers@lists.sourceforge.net>
> To: emc-developers@lists.sourceforge.net
> Subject: [Emc-developers] Compile error: stdio.h not found from homing.c
> 
>
> O Wise Ones...
>
> I have a compile mystery with linuxcnc downloaded with git clone.
> On a computer with the latest ubuntu linuxcnc from linuxcnc.org.
>
> For my own use i changed the src/emc/motion/homing.c file.
> I added the following simple line above the other includes:
>
> #include <stdio.h>
>
> Doing "make" in the linuxcnc-dev/src gives this error:
>
> /home/vroemm/source/git/linuxcnc-dev/src/emc/motion/homing.c:15:19: error:
> stdio.h: No such file or directory
>
> stdio.h is used in several files in linuxcnc source code.
> None of them give this error.
>
> As test, on a fedora 14 computer the same source code compiles without
> problem.
>
> Why is stdio.h in homing.c not found on the ubuntu computer ?
> And how can this be solved ?
>
> Thanks..
>
> Vroemm.


AFAIK stdio can not be used in real time modules (like motion)

Peter Wallace
Mesa Electronics

------------------------------------------------------------------------------
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-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to