gymnoの自由談

音楽系、プログラミング系の内容 方針はいずれ

x64のwinxpでmsysを使う

窓が立ち上がらなくて焦った
mingwの失敗なのかmsysの失敗なのかわからなかったので

解決策は以下

Fixing MSYS for Windows x64
http://libagar.org/docs/compile-msys-x64.html


msys.batを開いて

Right after the :_WindowsNT label (line 36). Paste the following code:

if not "x%PROCESSOR_ARCHITECTURE%" == "xAMD64" goto _NotX64
set COMSPEC=%WINDIR%\SysWOW64\cmd.exe
%COMSPEC% /c %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
goto EOF
:_NotX64

さあ colinuxをビルドするか

failed: wget, Python interpreter, depmod, unzip, zip, bison, flex, gettext

これを解決したあとで