Re: [orbitcpp-list] build issues, work-around
Status: Beta
Brought to you by:
philipd
From: Brian C. <bc...@th...> - 2002-02-26 22:01:08
|
I seem to have the build working on RH 6.x, now. I punted egcs and installed gcc 2.95, as someone suggested. There's still the issue of the stdc++ not supporting ostringstream. Would you accept a patch to fix the ostringstream thing? This could be either a patch to conditionally use ostrstream (which I believe would require an autoconf test to see which is available), or a patch to ditch it entirely and use sprintf to a static buffer. The latter has the disadvantage that it could overflow, but I think it's a safe call that no one will have more than a google or two of skeleton wrappers. So, say, 100 bytes is way more than needed. b.c. |