On Sun, Aug 26, 2007 at 02:11:15PM -0700, Kirk Wallace wrote:
> Now I get:
> 
> [EMAIL PROTECTED]:~$ comp xor2.comp
> xor2.comp:6:1: Trying to find one of "$", "component", "pin", "param",
> "function ", "option"
> >  component xor2 "Two-input XOR (exclusive OR) gate";
> >  ^
> while parsing File():

I am puzzled about why you get the error shown, though there is a
problem with the .comp file you are using.

The problem is that you are using a .comp from the development version,
and it uses features that were added to comp since 2.1 was released.
Namely, the line that reads 'license "GPL";'.  Try with xor2.comp from
the released version of emc:
    
http://cvs.linuxcnc.org/cgi-bin/cvsweb.cgi/emc2/src/hal/components/xor2.comp?rev=1.1;content-type=text%2Fplain

Jeff

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to