You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2021/06/08 00:08:16 UTC

[GitHub] [incubator-age] emotionbug commented on pull request #82: fix to allow compilation on mac os x

emotionbug commented on pull request #82:
URL: https://github.com/apache/incubator-age/pull/82#issuecomment-856342516


   This would not be the perfect solution.
   because, `cypher_gram.y` generate `cypher_gram_def.h`, `cypher_gram.c` that defined  `cypher_yyparse` function.
   
   maybe, it is build order problem.
   so, `make src/backend/parser/cypher_gram.c` command will be generate that files. after than, it can be buildable.
   https://github.com/apache/incubator-age/blob/a389bbcf1979cb0c991441dad4faced81f7a2923/Makefile#L91
   
   bug, there is also a problem with the "cypher_gram.c" file that generated in my environment, which is looking for an invalid header location like behind.
   ```c
   // actual
   #include "cypher_gram_def.h"
   
   // except
   #include "parser/cypher_gram_def.h
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org