Dennis wrote: > Thanks for your tip, John!! I'm applying everything you suggested. > > I followed your directions and created a directory for emc2-trunk, then > used the CVS repository to download the source. I then recompiled > everything per your example. The only change I made was to append > "--enable-simulator" in the ./configure line. Everything went smoothly. > > Your tips relieve the hassle I used to feel every time I had to download > a TAR, etc. in order to end up with a working simulator! > > I have two concerns about differences between the simulation compile and > 2.2.8 non-simulation pre-compiled package. It may be nothing but I'd > just like confirmation. First, the simulation still recognizes ";" as > the start of a remark, whereas 2.2.8 does not (it recognizes "(" only). > Second, on 2.2.8, I get "2.2.8" on the header line of AXIS, whereas on > the simulator, I do not. Instead, I get "pre-2.3 CVS HEAD" on the > header line. > > The reason I bring these two (insignificant) differences up is that they > make me wonder whether my simulation is the same release as my actual > milling program. > > Am I worried over nothing?? Thanks!
You got bit by the fine print. The default cvs checkout gets you "trunk", which is the development version. That is why it shows up as "pre-2.3" - it is the version that will eventually become version 2.3. (The ';' comment delimiter is only one of many new features in 2.3) I should have pointed you at this wiki page: http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?CVS It tells you how to tell cvs to check out a specific version or branch. I think the command you want is: cvs -z5 -d:ext:a...@cvs.linuxcnc.org:/cvs co -rRELEASE_2_2_8 -demc2.2.8 emc2 The -d option sets the directory that the checkout will be placed in, you can make it anything you want. The -r option tells CVS what version to get. Regards, John Kasunich ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users