Geoff Hutchison wrote:
Hi,
just adding a little info here, but on Solaris 8, the 3.2.0b (which I
finally got compiled) all the excutables I tried core dump because of an
arithmetic error (I think it's because an array isn't populated). xxgdb
shows the error in:
void Configuration::Defaults(const ConfigDefaults *array)
{
for (int i = 0; array[i].name; i++)
{
--> AddParsed(array[i].name, array[i].value);
}
}
Maybe it can't find the config file. xxgdb says that i and *array don't
exist in this context when I try to display them (while stepping through
the program). I know zero about c++ but if it was c, I'd say that an
array called 'array' might conflict with a reserved word?
I hope this info helps.
Best Regards,
Brian
>
>There are known problems with the 3.2 shared libraries on Solaris and
>other platforms. We suggest grabbing the latest snapshot:
><http://www.htdig.org/files/snapshots/>
>
>--
>-Geoff Hutchison
>Williams Students Online
>http://wso.williams.edu/
>
>
>_______________________________________________
>htdig-general mailing list <[EMAIL PROTECTED]>
>To unsubscribe, send a message to <[EMAIL PROTECTED]> with
>a subject of unsubscribe
>FAQ: http://htdig.sourceforge.net/FAQ.html
>
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html