2010-10-01から1ヶ月間の記事一覧

OMake pitfall around multiple targets

Now I made a clearer example. Some bug or confusion around multiple target rules: # Checked by OMake 0.9.8.5 (release 3) build [Sat Nov 7 15:22:19 2009] on rothera from Ubuntu F1(v)= echo $'F1(v)' F1_a(v)= echo $'$(F1_a v)' F2()= echo $'F2…

( ゚∀゚)o彡°O'PyCaml

( ゚∀゚)o彡°O'PyCaml リリースして無いけど公開してるよ ( ゚∀゚)o彡°O'PyCaml は OCaml から Python/C API を使って Python ライブラリを呼び出すインターフェースです。大体出来ました。使いながらチューンしていきます。 Bitbucket で公開してます: http://b…

Softbank の Desire と PhotoVision のプロモに関して

Softbank の Android携帯、Desire と Desire II と、Desire II の販促プロモーションとして安売り(本体0円)されている、デジタルフォトフレーム、PhotoVision について、少なからず不愉快な思いをしましたので、他の人がはまらないよう、ここに書いておきま…

Strange behavior of OMake's 0-ary functions

I've found strange behaviour of 0-ary functions in OMake 0.9.8.5. Maybe a bug. Try the following:Here, arc.tar should contain extract/hoge.txt: Extract()= println(extract tar archive) tar xvf arc.tar Extract2()= println(extract tar archive…