home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!agate!ucbvax!ANDREW.CMU.EDU!tpn+
- From: tpn+@ANDREW.CMU.EDU (Tom Neuendorffer)
- Newsgroups: comp.soft-sys.andrew
- Subject: Re: RE ADEW applications
- Message-ID: <YfGQByC00hYS5C7FU0@andrew.cmu.edu>
- Date: 5 Jan 93 17:21:02 GMT
- References: <22845.9301042000@cs.hull.ac.uk>
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: The Internet
- Lines: 24
-
- Excerpts from mail: 4-Jan-93 RE ADEW applications
- "K.K.Akosa"@cs.hull.ac.u (8573)
-
- > ...
- > I decided to use ADEW. I created the layout I required but have been
- > unable to use createcon to produce the controller code
- > . ...
- > Creating a controller for ez2. Please wait...
- > running awk -f /usr/local/other/andrew/lib/arbiters/conpros.awk ez2
- > awk: funcs is not an array
- > record number 354
-
-
- Interesting, apparently you have a version of awk that considers the
- term 'funcs' as a reserved word. Try changing your path to reference
- /bin/awk (or a link to it) before whatever version you are running. If
- you only have the one awk, try editing the file '
- $ANDREWDIR/lib/arbiters/conpros.awk' (installed from the atk/adew
- directory) , replacing all of the instances of the words 'funcs' with
- 'myfuncs', or some other name.
-
- Let me know how it goes, and what version of awk was giving you the problem.
- regards,
- Tom Neuendorffer
-