Gentlemen, When I download the emc2-trunk and compile it works fine. After I make a change to emcmodule.cc I get this error. When I restore the original file I get this same error. Obviously I am doing something wrong. Any ideas?
Compiling emc/usr_intf/axis/extensions/emcmodule.cc emc/usr_intf/axis/extensions/emcmodule.cc: In function 'PyObject* Stat_axis_one(pyStatChannel*, int)': emc/usr_intf/axis/extensions/emcmodule.cc:556: error: 'class EMC_AXIS_STAT' has no member named 'inputScale' emc/usr_intf/axis/extensions/emcmodule.cc:557: error: 'class EMC_AXIS_STAT' has no member named 'inputOffset' emc/usr_intf/axis/extensions/emcmodule.cc:558: error: 'class EMC_AXIS_STAT' has no member named 'outputScale' emc/usr_intf/axis/extensions/emcmodule.cc:559: error: 'class EMC_AXIS_STAT' has no member named 'outputOffset' emc/usr_intf/axis/extensions/emcmodule.cc:562: error: 'class EMC_AXIS_STAT' has no member named 'minOutputLimit' emc/usr_intf/axis/extensions/emcmodule.cc:563: error: 'class EMC_AXIS_STAT' has no member named 'maxOutputLimit' emc/usr_intf/axis/extensions/emcmodule.cc:567: error: 'class EMC_AXIS_STAT' has no member named 'setup_time' emc/usr_intf/axis/extensions/emcmodule.cc:568: error: 'class EMC_AXIS_STAT' has no member named 'hold_time' emc/usr_intf/axis/extensions/emcmodule.cc: At global scope: emc/usr_intf/axis/extensions/emcmodule.cc:1462: warning: 'void rotate_z(double*, double)' defined but not used make: *** [objects/emc/usr_intf/axis/extensions/emcmodule.o] Error 1 thanks Stuart ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
