[Groonga-commit] groonga/groonga at b44e1af [master] Add missing scorer.h in packaged source

Back to archive index

Hiroshi Hatake null+****@clear*****
Fri Feb 20 22:18:41 JST 2015


Hiroshi Hatake	2015-02-20 22:18:41 +0900 (Fri, 20 Feb 2015)

  New Revision: b44e1afc7d5e67e939f7f68af77de24ed4581b00
  https://github.com/groonga/groonga/commit/b44e1afc7d5e67e939f7f68af77de24ed4581b00

  Merged ac94bb1: Merge pull request #282 from cosmo0920/add-missing-groonga-header

  Message:
    Add missing scorer.h in packaged source
    
    Because following error occcurred in nightly package:
    
    ```log
     c:\jw\workspace\dmbvc2013\powershell\work\source\storage\mroonga\vendor\groonga\lib\grn_db.h(27):
     fatal error C1083: include ファイルを開けません。'groonga/scorer.h':No
     such file or directory
     (C:\jw\workspace\dmbvc2013\powershell\work\source\storage\mroonga\vendor\groonga\lib\command.c)
     [C:\jw\workspace\dmbvc2013\powershell\work\build-vc2013-zip-32\storage\mroonga\vendor\groonga\lib\libgroonga.vcxproj]
    ```

  Modified files:
    include/groonga/Makefile.am

  Modified: include/groonga/Makefile.am (+1 -0)
===================================================================
--- include/groonga/Makefile.am    2015-02-20 19:16:03 +0900 (63dcc1e)
+++ include/groonga/Makefile.am    2015-02-20 22:18:41 +0900 (af3a79b)
@@ -8,6 +8,7 @@ groonga_include_HEADERS =			\
 	output.h				\
 	plugin.h				\
 	request_canceler.h			\
+	scorer.h				\
 	token.h					\
 	tokenizer.h				\
 	token_filter.h				\
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index