Kiwamu Okabe

Results 38 comments of Kiwamu Okabe
trafficstars

I would like to do that.

はい。なんかそんな感じでテンプレを吐いてくれたらうれしいかなーという提案でした。 緊急度はありません。

あと個人的にunoconvを使った図の自動変換が好きで、このあたりのナレッジもテンプレを吐いてくれれば伝搬するかなぁと妄想していました。

あ。$(BOOKNAME)にする意味はまったくありません。 画像の自動変換はpngepsというよりもドローソフトとの連携という意味でした。 でもたしかにデフォルトで設定されることが良いことではないかもしれません。

すいません、ちょっとたてこんでいました。。 omakeはファイル名の依存を検査します。pdfだと-Pオプションが使えなくなってしまうと思います。pdfファイルが偽のターゲットになるからです。 あと忘れていたのですがomakeには以下のOMakerootファイルもOMakefileとは別に用意してやる必要があります。 ``` DefineCommandVars() .SUBDIRS: . ```

> I'd be happy to accept a pull request if someone is willing to step in to help. Thanks. I'll try to do that. However my build stops with following...

Also, `flrc` needs `flrc-lib`... ``` $ pwd /home/kiwamu/src/flrc $ ./bootstrap.sh --snip-- checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for FLRC_LIB... no configure: error: Package...

Following error occurs: ``` In file included from pillar2c_yacc.yy:18:0: ../../include/pillar2c/pillar2c.ast.h: In member function ‘virtual primary_expression* postfix_expression::is_simple_pe()’: ../../include/pillar2c/pillar2c.ast.h:3039:16: error: cannot convert ‘bool’ to ‘primary_expression*’ in return return false; ^~~~~ ../../include/pillar2c/pillar2c.ast.h: In...

You patch does make sense! However following error occurs on `flrc` side: ``` mlton @MLton -- -verbose 1 -runtime 'use-mmap true' -codegen native -native-split 900000 -mlb-path-map /home/kiwamu/src/flrc/sml-lib/mlb-path-map -const 'Exn.keepHistory true'...