On 24-Dec-2001 John Kennison wrote:
> It's me again, I'm probably becoming a royal pain in the ass...
> 
> I download pre8, and when trying to make recieved the folowing error:
> 
>    In file included from Basemenu.33::
>    blackbox.hh:182: parse error before '*'
> 
> I took a look at the code between the two, and while I haven't taken the
> time to understand why but the following difference was noted between
> pre7 & pre8:
>   void restart(const char * = 0);  //pre7
> 
>   void restart(const string * = 0);  //pre8
> 
> changing the code to reflect what was in pre7, allowed pre8 to compile
> without any problems.
> 

dammit dammit dammit!!!  Was editing the 0.70 branch and must have accidently
edited the wrong file tree.  dammit.

Yeah, s/string/char/g should fix it.  Will put up pre9 in moments.

Reply via email to