Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.73 KB | None | 0 0
  1. [i3] CC src/ipc.c
  2. In file included from ../i3-gaps/src/ipc.c:13:0:
  3. ../i3-gaps/src/ipc.c: In function ‘handle_get_version’:
  4. include/yajl_utils.h:17:53: error: expected expression before ‘)’ token
  5.  #define y(x, ...) yajl_gen_ ## x (gen, ##__VA_ARGS__)
  6.                                                      ^
  7. ../i3-gaps/src/ipc.c:736:5: note: in expansion of macro ‘y’
  8.      y(integer, MAJOR_VERSION);
  9.      ^
  10. include/yajl_utils.h:17:53: error: expected expression before ‘)’ token
  11.  #define y(x, ...) yajl_gen_ ## x (gen, ##__VA_ARGS__)
  12.                                                      ^
  13. ../i3-gaps/src/ipc.c:739:5: note: in expansion of macro ‘y’
  14.      y(integer, MINOR_VERSION);
  15.      ^
  16. make: *** [src/ipc.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement