[quoted lines by Edwin Ventevogel on 2007/09/06 at 16:24 +0200] >I have got an error message in async.c line 75: Incomplete type. > >The version of GCC is 2.95.4
Line 75 of async.c says: unsigned char buffer[]; This is okay for the last field of a structure, except that it may be that the older version of gcc that you're using doesn't support it. Please try placing either a 0 (zero) or a * (asterisk) between the brackets to see if that makes a difference. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: [EMAIL PROTECTED] | Canada K2A 1H7 | if you're concerned about Hell. http://FamilyRadio.com/ | http://Mielke.cc/bible/ _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
