Mantalog

~ blog of the Mantarou, by the Mantarou, for the Mantarou ~

2015-01-01から1年間の記事一覧

WinMergeの設定ファイルのパス

日本語版しか見てないが、設定はレジストリに書かれていた。 HKEY_CURRENT_USER\Software\Thingamahoochie\WinMerge\ソースコードのOptionsInit.cppのCMergeApp::OptionsInit()を参照 void CMergeApp::OptionsInit() { // Copy some values from HKLM to HKC…

OpenFOAMのmakeでエラー

VirtualBox上のUbuntu14.04でOpenFOAM2.4.0をmakeした。 手順は以下の手順に従った。 https://openfoamwiki.net/index.php/Installation/Linux/OpenFOAM-2.4.0/Ubuntu#Ubuntu_14.04makeしたところ以下のようなエラーが出た。 g++: internal compiler error: …