Okay, some good news. Sablot now builds on BeOS... Almost! When I commented out the
line that popped the last error, the build went through fine.
The problem is in the following (tiny) function. sdom.cpp line 679.
==============
SDOM_Exception SDOM_docToString(SablotSituation s, SDOM_Document d, SDOM_char
**pSerialized)
{
// This next line breaks the build... - Gabe
toTree(d) -> serialize(SIT(s), *pSerialized); // line 679
return SDOM_OK;
}
==============
The error is: "initializing non-const `char *&' with `SDOM_char *' will use a
temporary". Kind of cryptic. Any takers?
Gabe
Give a man a fish and he will eat for a day.
Teach him to eat and he will fish forever.