Advertisement
Guest User

Untitled

a guest
Jan 11th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. /usr/include/x86_64-linux-gnu/bits/fcntl2.h: In function ‘open.constprop’:
  2. /usr/include/x86_64-linux-gnu/bits/fcntl2.h:43:7: error: invalid use of ‘__builtin_va_arg_pack_len ()’
  3. if (__va_arg_pack_len () > 1)
  4. ^
  5. /usr/include/x86_64-linux-gnu/bits/fcntl2.h:44:5: error: call to ‘__open_too_many_args’ declared with attribute error: open can be called either with 2 or 3 arguments, not more
  6. __open_too_many_args ();
  7. ^
  8. In function ‘open.constprop’,
  9. inlined from ‘open.constprop’ at /usr/include/x86_64-linux-gnu/bits/fcntl2.h:53:14:
  10. /usr/include/x86_64-linux-gnu/bits/fcntl2.h:43:7: error: invalid use of ‘__builtin_va_arg_pack_len ()’
  11. if (__va_arg_pack_len () > 1)
  12. ^
  13. /usr/include/x86_64-linux-gnu/bits/fcntl2.h:44:5: error: call to ‘__open_too_many_args’ declared with attribute error: open can be called either with 2 or 3 arguments, not more
  14. __open_too_many_args ();
  15. ^
  16. /usr/include/x86_64-linux-gnu/bits/fcntl2.h: In function ‘open.constprop’:
  17. lto1: error: invalid use of ‘__builtin_va_arg_pack_len ()’
  18. In function ‘open.constprop’,
  19. inlined from ‘open.constprop’ at /usr/include/x86_64-linux-gnu/bits/fcntl2.h:53:14,
  20. inlined from ‘open.constprop’ at /usr/include/x86_64-linux-gnu/bits/fcntl2.h:53:14:
  21. /usr/include/x86_64-linux-gnu/bits/fcntl2.h:44:5: error: call to ‘__open_too_many_args’ declared with attribute error: open can be called either with 2 or 3 arguments, not more
  22. __open_too_many_args ();
  23. ^
  24. /usr/include/x86_64-linux-gnu/bits/fcntl2.h:53:14: error: invalid use of ‘__builtin_va_arg_pack ()’
  25. return __open_alias (__path, __oflag, __va_arg_pack ());
  26. ^
  27. lto-wrapper: fatal error: gcc returned 1 exit status
  28. compilation terminated.
  29. /usr/bin/ld: error: lto-wrapper failed
  30. collect2: error: ld returned 1 exit status
  31. Makefile:107: recipe for target 'ffplay_g' failed
  32. make: *** [ffplay_g] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement