Thank you, Jeff. It seems to be working now.

The difference seems to be:

...
function _ nofp;
license "GPL";   <--
;;
...
doesn't work,

...
;;
MODULE_LICENSE("GPL");   <--
FUNCTION(_) {
...
does work.

I used the first file 
( http://cvs.linuxcnc.org/lxr/source/src/hal/components/xor2.comp )
because it was the first one that I found during a search for a "known
good" comp file. Ops.

Thanks, Kirk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
On Sun, 2007-08-26 at 17:13 -0500, Jeff Epler wrote:
> 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.
... snip


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to