-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
I've tried to build jsquery with 9.4 and 9.5, but it failed with:
jsquery_gram.y:56:5: error: conflicting types for 'jsquery_yyparse'
int jsquery_yyparse(void *result);
^
In file included from jsquery_gram.y:52:0:
jsquery_gram.h:85:5: note: previous declaration of 'jsquery_yyparse' was here
int jsquery_yyparse (void);
^
jsquery_gram.y: In function 'jsquery_yyparse':
jsquery_gram.y:228:29: error: 'result' undeclared (first use in this function)
expr { *((JsQueryParseItem**)result) = $1; }
^
jsquery_gram.y:228:29: note: each undeclared identifier is reported only once for each function it appears in
make: *** [jsquery_gram.o] Error 1
Which version of postgresql || jsquery should i use?
I could help setup travis ci to track build status ( like here https://github.com/fhirbase/fhirbase/blob/master/.travis.yml)
Metadata
Metadata
Assignees
Labels
No labels