We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
find_executable: checking for pg_config... -------------------- yes
" -o conftest -I/include/universal-java1.8 -I/usr/local/Cellar/rbenv/1.1.0/versions/jruby-9.1.6.0/lib/ruby/include/ruby/backward -I/usr/local/Cellar/rbenv/1.1.0/versions/jruby-9.1.6.0/lib/ruby/include -I. -I/usr/local/Cellar/postgresql/9.6.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fPIC -DTARGET_RT_MAC_CFM=0 -fno-omit-frame-pointer -fno-strict-aliasing -fexceptions conftest.c -L. -L/usr/local/Cellar/rbenv/1.1.0/versions/jruby-9.1.6.0/lib -L/usr/local/lib -arch x86_64 " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <ruby.h> 4: int main(int argc, char *argv) 5: { 6: return 0; 7: } / end */
The text was updated successfully, but these errors were encountered:
Closing as duplicate of #15 I'll reopen that issue as a possible enhancement.
Sorry, something went wrong.
No branches or pull requests
find_executable: checking for pg_config... -------------------- yes
" -o conftest -I/include/universal-java1.8 -I/usr/local/Cellar/rbenv/1.1.0/versions/jruby-9.1.6.0/lib/ruby/include/ruby/backward -I/usr/local/Cellar/rbenv/1.1.0/versions/jruby-9.1.6.0/lib/ruby/include -I. -I/usr/local/Cellar/postgresql/9.6.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fPIC -DTARGET_RT_MAC_CFM=0 -fno-omit-frame-pointer -fno-strict-aliasing -fexceptions conftest.c -L. -L/usr/local/Cellar/rbenv/1.1.0/versions/jruby-9.1.6.0/lib -L/usr/local/lib -arch x86_64 "
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: #include <ruby.h>
4: int main(int argc, char *argv)
5: {
6: return 0;
7: }
/ end */
The text was updated successfully, but these errors were encountered: