lucilleコンパイルしてみた

http://d.hatena.ne.jp/tueda_wolf/20090214/p1
でちょうどgitのリポジトリが紹介されていたので
それならば早いということでやってみた。
環境はGentoo Linux


scons0.97だと AddOption is not defined とかエラーがでるので1.00に
sconsをアップグレード


gcc-4.3だとerror: 'memset' was not declared in this scope
とエラーが出るので(他のソフトでもよくある。OpenEXRとか)
src/testrbed/GLView.cppに
#include
を追加する。


以上でビルド完了。

$ ./bin/testbed 
[0][0] = 1.000000
[0][1] = 1.000000
[0][2] = 2.000000
[0][3] = 3.000000
[1][0] = 4.000000
[1][1] = 4.000000
[1][2] = 2.000000
[1][3] = 4.000000
[2][0] = 6.000000
[2][1] = 6.000000
[2][2] = 8.000000
[2][3] = 3.000000
[3][0] = 6.000000
[3][1] = 6.000000
[3][2] = 9.000000
[3][3] = 12.000000
can't open file [ conf.dat ]

今はここまで。