home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / programm / 7165 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.1 KB

  1. Path: sparky!uunet!caen!hellgate.utah.edu!cc.usu.edu!edx
  2. From: edx@cc.usu.edu
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: appkit errors in header files
  5. Message-ID: <1992Nov11.161902.60706@cc.usu.edu>
  6. Date: 11 Nov 92 16:19:02 MDT
  7. Organization: Utah State University
  8. Lines: 30
  9.  
  10.  
  11. Has anyone else had trouble with the
  12. appkit include files that use protocols?
  13. I've got an application that includes
  14. /NextDeveloper/Headers/appkit/drag.h and
  15. it's giving me these errors:
  16.  
  17. tumbleweed# make tst
  18. cc   tst.c  -o tst
  19. /NextDeveloper/Headers/appkit/drag.h:47: illegal keyword selector, missing `)'
  20. after `id'
  21. /NextDeveloper/Headers/appkit/drag.h:48: illegal keyword selector, missing `)'
  22. after `id'
  23. /NextDeveloper/Headers/appkit/drag.h:49: illegal keyword selector, missing `)'
  24. after `id'
  25. /NextDeveloper/Headers/appkit/drag.h:50: illegal keyword selector, missing `)'
  26. after `id'
  27. /NextDeveloper/Headers/appkit/drag.h:51: illegal keyword selector, missing `)'
  28. after `id'
  29. /NextDeveloper/Headers/appkit/drag.h:52: illegal keyword selector, missing `)'
  30. after `id'
  31. *** Exit 1
  32. Stop.
  33.  
  34. Each of these lines in the header file identifies
  35. a protocol method.
  36.  
  37. What gives?  Any ideas?
  38.  
  39.  
  40.