On 06/08/2011 09:04 AM, Dewey Garrett wrote:
ngcgui is a utility that supports editing, testing, and using emc subroutines.
...
I've made a patch for consideration:http://www.panix.com/~dgarrett/stuff/0001-ngcgui-for-v2.5.patch
I really like ngcgui, but unfortunately there is a bug in the version that was just committed to 2.5.
There are two problematic parts to the commit. The first is here, and is just totally bogus:
http://git.linuxcnc.org/gitweb?p=emc2.git;a=commitdiff;h=614fd572754eaf70d89fdd49d0f3f98640a98177#patch42The other part of the commit that fails is adding a subdirectory to /nc_files, but that's easy to fix (patch attached).
The failure on the buildbot is here (scroll down to the bottom of the page): http://buildbot.linuxcnc.org/buildbot/builders/deb-hardy-sim-binary-i386/builds/714/steps/shell_4/logs/stdio -- Sebastian Kuzminsky
>From 968c6f5f65fe0f0f32a6ba5e0aafd2b9c8a7e5c8 Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky <[email protected]> Date: Thu, 9 Jun 2011 01:02:19 -0600 Subject: [PATCH] install the ngcgui subdir of nc_files --- src/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile b/src/Makefile index 061f8ab..f76789a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -509,7 +509,7 @@ install-kernel-indep: install-dirs $(FILE) $(filter %.h %.hh,$(TARGETS)) $(DESTDIR)$(includedir)/emc2/ $(FILE) $(addprefix ../docs/,$(DOCS)) $(DESTDIR)$(docsdir) $(FILE) $(DOCS_HELP) $(DESTDIR)$(docsdir) - $(FILE) $(NC_FILES) $(DESTDIR)$(ncfilesdir) + $(TREE) $(NC_FILES) $(DESTDIR)$(ncfilesdir) $(EXE) ../nc_files/M101 $(DESTDIR)$(ncfilesdir) $(FILE) ../tcl/TkEmc $(DESTDIR)/etc/X11/app-defaults $(FILE) ../app-defaults/XEmc $(DESTDIR)/etc/X11/app-defaults -- 1.7.0.4
------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
