morit****@razil*****
morit****@razil*****
2009年 10月 5日 (月) 20:18:47 JST
ご指摘ありがとうございます!! 取り込ませていただきました! >>> Ryo Onodera さんは書きました: > はじめまして。小野寺といいます。 > > Ubuntu 8.04上でgroongaをビルドしようとしたところ、エラーが発生しました。 > 原因を調べてみたら、どうやらMakefile.amの変更漏れらしく、書き足したとこ > ろ、正常にビルドできるようになりました。それと一緒に関連しているコードの > whitespaceの変更も行いました。 > > 僕のgithubのブランチにパッチはpushしてありますが、一応このメールにも記載 > しておきます。 > > http://github.com/ryoqun/groonga/tree/master > http://github.com/ryoqun/groonga/commit/c48b2cbf3c6253f324976b74e9fc01bb7ee43baa > > diff --git a/test/unit/core/Makefile.am b/test/unit/core/Makefile.am > index 71a9fd3..9d493ad 100644 > --- a/test/unit/core/Makefile.am > +++ b/test/unit/core/Makefile.am > @@ -16,7 +16,7 @@ noinst_LTLIBRARIES = \ > test-column.la \ > test-database.la \ > test-table-cursor.la \ > - test-expr.la \ > + test-expr.la \ > test-text.la > endif > > @@ -55,3 +55,4 @@ test_column_la_SOURCES = test-column.c > test_database_la_SOURCES = test-database.c > test_table_cursor_la_SOURCES = test-table-cursor.c > test_expr_la_SOURCES = test-expr.c > +test_text_la_SOURCES = test-text.c > > -- > 小野寺 諒 <onode****@clear*****> > 株式会社クリアコード (http://www.clear-code.com/) > > _______________________________________________ > groonga-dev mailing list > groon****@lists***** > http://lists.sourceforge.jp/mailman/listinfo/groonga-dev > -- morita