On Saturday 08 September 2007 20:30:51 mightyjackservo4000 wrote:

Hi Dave,

> 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?

If I remember correctly, I only had to edit the file "fixedstring.h". Just 
edit it, and try to compile. If the compile fails, then look for the last 
file that it failed on, and add the include macro to it as well. There 
aren't that many header files, so it'll cost you the same amount of time 
either way.

Anand

Reply via email to