Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. dez@test-orel:~/devel/plscheme-master$ ./install.sh
  2. pg_config : /usr/bin/pg_config
  3. module-dir : /usr/lib/postgresql/9.4/lib
  4. max-cache-size: 64
  5. dbname : postgres
  6. safe-r5rs : NO
  7. dbacreate : NO
  8. PSQL : /usr/lib/postgresql/9.4/bin/psql postgres
  9. CPPFLAGS : -std=c99 -g -Wall -fpic -c -I/usr/include/postgresql/9.4/server
  10. LDFLAGS : -shared -lguile -lltdl -lgmp -lcrypt -lm -lltdl
  11.  
  12. Compiling... failed!
  13.  
  14. In file included from /usr/include/postgresql/9.4/server/postgres.h:48:0,
  15. from plscheme.c:30:
  16. /usr/include/postgresql/9.4/server/utils/elog.h:370:1: error: unknown type name ‘sigjmp_buf’
  17. plscheme.c: In function ‘plschemeu_call_handler’:
  18. plscheme.c:596:2: error: unknown type name ‘sigjmp_buf’
  19. plscheme.c:596:2: error: unknown type name ‘sigjmp_buf’
  20. plscheme.c:596:2: warning: implicit declaration of function ‘sigsetjmp’ [-Wimplicit-function-declaration]
  21. plscheme.c: In function ‘_PG_init’:
  22. plscheme.c:647:2: warning: implicit declaration of function ‘DefineCustomStringVariable’ [-Wimplicit-function-declaration]
  23. plscheme.c:650:30: error: ‘PGC_BACKEND’ undeclared (first use in this function)
  24. ...
  25. (See error.log for details.)
  26. dez@test-orel:~/devel/plscheme-master$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement