home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / softsys / andrew / 1477 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.3 KB

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