2007-07-09
_ [Mozilla]
VC8でseamonkey-1.1.2をビルドするとまたエラー。コンパイラが死んだ。
\mozilla\embedding\browser\activex\src\control\DropTarget.cppの219行目がおかしい。
218: memset(&formatetc, 0, sizeof(formatetc));
219: memset(&stgmedium, 0, sizeof(formatetc));
おいおい、それまずいだろ。てか何でVC8はこの程度で落ちるんだ?
218: memset(&formatetc, 0, sizeof(formatetc));
219: memset(&stgmedium, 0, sizeof(stgmedium));
あとは通った。
Windows上で複数のソースを展開する場合はリパースポイントを使うと便利。
設定はこれで。ただし、ビルド時間は若干長くなる。
http://www.geocities.co.jp/SiliconValley-SanJose/6898/soft_ntfsutils_detailinfo.html