[comp.sys.next] appkit.h

tsui@silver.bacs.indiana.edu (Yufeng Tsui) (11/17/89)

   I have some trouble recompile my program under 1.0.  The program
uses appkit and the problem is I got a message like the following:

parse error at line 541 in /usr/include/appkit/Listener.h
parse error at line 381 in /usr/include/appkit/Speaker.h

Since I am not using speaker and listener in my program, I can get rid
the message by importing interface files I need instead of doing
import <appkit/appkit.h>.  Has anyone seen similar messages?  I
realize there must be some changes in the appkit, but is there a summary
of the changes on line?  Thanks!

tsui@silver.bacs.indiana.edu