Guest User

Untitled

a guest
Dec 12th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. strong -fPIE -I. -I.. -I. -I./.. -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -I/usr/include -I/usr/include/editline -DHAVE_CONFIG_H -c port-aix.c
  2. In file included from ../openbsd-compat/openbsd-compat.h:192,
  3. from ../includes.h:174,
  4. from port-aix.c:27:
  5. ../openbsd-compat/bsd-misc.h:114:39: error: expected identifier or '(' before 'do'
  6. # define krb5_free_error_message(a,b) do { } while(0)
  7. ^~
  8. ../openbsd-compat/bsd-misc.h:114:46: error: expected identifier or '(' before 'while'
  9. # define krb5_free_error_message(a,b) do { } while(0)
  10. ^~~~~
  11. make[1]: *** [Makefile:99: port-aix.o] Error 1
  12. make[1]: Leaving directory '/usr/src/openssh-7.9p1/openbsd-compat'
  13. make: *** [Makefile:164: openbsd-compat/libopenbsd-compat.a] Error 2
Add Comment
Please, Sign In to add comment