Re: [Emc-developers] ngcgui patch

2011-07-05 Thread s...@highlab.com
The problem with the current patch is that it prevents the .deb package from building. RIP works fine, but packaging fails. - Reply message - From: "John Thornton" Date: Fri, Jul 1, 2011 07:07 Subject: [Emc-developers] ngcgui patch To: , "EMC developers" I have a

Re: [Emc-developers] ngcgui patch

2011-07-01 Thread John Thornton
I have applied this patch to my local RIP and it works for me, are there any objections to me committing it? John Thornton Sebastian Kuzminsky wrote: The 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

Re: [Emc-developers] ngcgui patch

2011-06-10 Thread Dewey Garrett
> What is the purpose of the three ngcgui*.tcl files you added to the tcl dir? > What is their relationship to each other and to the rest of our code The files tcl/ngcgui_app.tcl and tcl/ngcgui_ttt.tcl provide tcl-packages named "Ngcgui" and "Ngcguittt" respectively. This is done explicitly by t

Re: [Emc-developers] ngcgui patch

2011-06-10 Thread Sebastian Kuzminsky
On 06/09/2011 09:14 AM, Dewey Garrett wrote: > this may be beyond my skill level with Makefiles to fix, > attempt at fixing the package build: > > http://www.panix.com/~dgarrett/stuff/tst2.mbox Thanks for looking at it, but the new patch in that mbox still doesnt fix package building. I want to

Re: [Emc-developers] ngcgui patch

2011-06-09 Thread Dewey Garrett
this may be beyond my skill level with Makefiles to fix, attempt at fixing the package build: http://www.panix.com/~dgarrett/stuff/tst2.mbox thanks for the comments, dewey -- Dewey Garrett -- EditLive Enterprise is

Re: [Emc-developers] ngcgui patch

2011-06-09 Thread Sebastian Kuzminsky
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 t

Re: [Emc-developers] ngcgui patch

2011-06-08 Thread Chris Radek
On Wed, Jun 08, 2011 at 03:04:56PM +, Dewey Garrett wrote: > > I've made a patch for consideration: > >http://www.panix.com/~dgarrett/stuff/0001-ngcgui-for-v2.5.patch Dewey, thanks for making this patch with the demo configuration. By some weird coincidence I pushed that this morning, pr

[Emc-developers] ngcgui patch

2011-06-08 Thread Dewey Garrett
ngcgui is a utility that supports editing, testing, and using emc subroutines. It was originally posted to the emc.user list in January 2010 as a standalone utility. After psha demonstated how to embed new tab pages in axis last fall, I updated it to take advantage of this capability. There ar