use make V=1 to print the commands as they are executed.

Hm, in my example program I made sure to include <cmath>, but <cmath>
isn't included in rs274ngc_interp.hh.

I just pushed this change to master branch which may fix it:

commit 18517a3ee9cffe35a27c12d14b314e77794459aa
Author: Jeff Epler <jep...@unpythonic.net>
Date:   Sun Jan 3 13:54:04 2016 -0600

    task: include <cmath> for std::nearbyint
    
    Signed-off-by: Jeff Epler <jep...@unpythonic.net>

diff --git a/src/emc/rs274ngc/interp_internal.hh 
b/src/emc/rs274ngc/interp_internal.hh
index 6df90b1..f2eb3a9 100644
--- a/src/emc/rs274ngc/interp_internal.hh
+++ b/src/emc/rs274ngc/interp_internal.hh
@@ -24,6 +24,7 @@
 #include "emcpos.h"
 #include "libintl.h"
 #include <boost/python/object_fwd.hpp>
+#include <cmath>
 
 
 #define _(s) gettext(s)

------------------------------------------------------------------------------
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to