Thanks for the reply, Anand. As I'm looking at my list of errors, the last two show the same error being generated by make working on "alphabetparameters.h", so it looks like this isn't limited to only the "fixedstring.h" file.
I'm guessing that I should put "#include <cassert>" near the beginning of "alphabetparameters.h" file too. Should I put that #include in all of the other .h files or wait to see which other files generate that same error when I run "make" and only edit those? I'm not sure which option would save me more time. :-) I'm guessing that it wouldn't hurt anything to put that #include into header files that don't require it... am I right about that guess? Dave Leonard Tiler8 on ISC and JumbleTime.com --- In [email protected], Anand Buddhdev <[EMAIL PROTECTED]> wrote: > > Open the file fixedstring.h, and insert the following line somewhere close > to the top of the file, for example, between the comments and the first > line of code: > > #include <cassert> > > That'll allow you to compile Quackle successfully. > > Anand >
