From: "Kurt Miller" <[EMAIL PROTECTED]>
The error you are having looks like you may have borked a
src upgrade to some older -current. In any case, I would
do the following to clean up the mess you have now.
rm -rf /usr/include/g++
Download and install a snapshot including x*.tgz
Upgrade all your packages from snapshots.
Update your src and ports trees and then try rebuiding
the jdk.
BTW, the above procedure can not be used to get your
system back to 3.7 release. You will still have cruft around
like the somewhat current libstdc++ and who knows what
else.
If your intent is to run 3.7 then you will need to reinstall
from scratch.
-Kurt