Thanks Jeff, that helped.
Just in case anyone else tries this, a further make error then occurs:

hal/components/boss_plc.c:378: error: ‘NULL’ undeclared (first use in this 
function)

This I cured by (re)defining "#define NULL 0" in hal.h (nasty hack).

Axis now trundles it's virtual cutter happily around my desktop.

Many thanks,

Robert von Knobloch
---------------

Jeff Epler wrote:

A web search indicates this is a bug in Suse's gettext package.  
https://bugzilla.novell.com/show_bug.cgi?id=264110

You can probably work around this problem by making the following change
in src/emc/usr_intf/stepconf/Submakefile:

-PYI18NSRCS += emc/usr_intf/stepconf/stepconf.py 
emc/usr_intf/stepconf/stepconf.glade
+PYI18NSRCS += emc/usr_intf/stepconf/stepconf.py

(remove stepconf.glade from PYI18NSRCS)

The consequence of this is that you cannot work on translating emc2 on
that system, because the translation files won't show strings from the
source file stepconf.glade.

Jeff





------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to