vagrantでインストールしたubuntu12.04にqtbindingsインストール
Post date: 2013/02/06 14:59:48
apt-get install cmake
apt-get install で、libgl1-mesa-devとlibglu1-mesa-devをインストール
gem install qtbindings --no-ri --no-rdoc
ubuntu10.04にklayoutを入れたときと同様
以下のエラーが出るので、missing.hの定義をコメントした
/home/anagix/anagix_tools/lib/ruby/1.8/i686-linux/missing.h:43: error: declaration of eaccess(const char*, int) throws different exceptions /usr/include/unistd.h:297: error: from previous declaration eaccess(const char*, int) throw ()
gem install zip --no-ri --no-rdoc が必要だった