Re: [Emc-developers] Marc / classicladder

2007-05-07 Thread Alex Joni
Then you need to send a patch so we can look at it, and if you're still interested you can sign up as a developer and commit the changes yourself. Regards, Alex - Original Message - From: "Chris Morley" <[EMAIL PROTECTED]> To: Sent: Monday, May 07, 2007 7:03 PM Subject: [Emc-developers

[Emc-developers] Marc / classicladder

2007-05-07 Thread Chris Morley
Greetings. I have contacted Marc of classicladder fame. While he is interested in my patches, he seems less interested in working together (I may be wrong its just my feeling from him). It seems he is working on a new classicladder-but I'm not sure if that means a completely new one or next up

Re: [Emc-developers] modify submakefile

2007-05-07 Thread Jeff Epler
"Submakefile" is just a Makefile. The format is described extensively in "info make". The file src/Submakefile.skel gives some specific examples, including how to add a new userspace binary. You can also look at the lines for existing GUIs in src/emc/usr_intf/Submakefile Jeff -

Re: [Emc-developers] modify submakefile

2007-05-07 Thread Eric H. Johnson
Fengli, Look for each instance of "EMCSHSRCS" for example. You will want to create a variable for your gui, and then add an entry corresponding to each existing instance of EMCSHSRC. For example, you will want to add something like the following: MYGUISRCS := emc/usr_intf/mydir/mygui.cc \

[Emc-developers] modify submakefile

2007-05-07 Thread 张凤丽
hi, all Having make my own gui by qt, I was told that I should modify the Submakefile located in emc2\src\emc\usr_intf directory after adding my own gui source code into emc2. I have placed my own gui source coed in emc2\src\emc\usr_intf directory, named zflgui(it's a folder in fact, in which a fe