home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!caen!hellgate.utah.edu!cc.usu.edu!edx
- From: edx@cc.usu.edu
- Newsgroups: comp.sys.next.programmer
- Subject: appkit errors in header files
- Message-ID: <1992Nov11.161902.60706@cc.usu.edu>
- Date: 11 Nov 92 16:19:02 MDT
- Organization: Utah State University
- Lines: 30
-
-
- Has anyone else had trouble with the
- appkit include files that use protocols?
- I've got an application that includes
- /NextDeveloper/Headers/appkit/drag.h and
- it's giving me these errors:
-
- tumbleweed# make tst
- cc tst.c -o tst
- /NextDeveloper/Headers/appkit/drag.h:47: illegal keyword selector, missing `)'
- after `id'
- /NextDeveloper/Headers/appkit/drag.h:48: illegal keyword selector, missing `)'
- after `id'
- /NextDeveloper/Headers/appkit/drag.h:49: illegal keyword selector, missing `)'
- after `id'
- /NextDeveloper/Headers/appkit/drag.h:50: illegal keyword selector, missing `)'
- after `id'
- /NextDeveloper/Headers/appkit/drag.h:51: illegal keyword selector, missing `)'
- after `id'
- /NextDeveloper/Headers/appkit/drag.h:52: illegal keyword selector, missing `)'
- after `id'
- *** Exit 1
- Stop.
-
- Each of these lines in the header file identifies
- a protocol method.
-
- What gives? Any ideas?
-
-
-