Advertisement
Guest User

Untitled

a guest
Apr 6th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. In file included from ../include/X11/extensions/XInput2.h:33:0,
  2. from XGetCPtr.c:39:
  3. /usr/local/include/X11/extensions/Xfixes.h:259:1: error: unknown type name 'PointerBarrier'
  4. PointerBarrier
  5. ^
  6. /usr/local/include/X11/extensions/Xfixes.h:265:43: error: unknown type name 'PointerBarrier'
  7. XFixesDestroyPointerBarrier(Display *dpy, PointerBarrier b);
  8. ^
  9. In file included from XGetCPtr.c:39:0:
  10. ../include/X11/extensions/XInput2.h:178:5: error: unknown type name 'PointerBarrier'
  11. PointerBarrier barrier;
  12. ^
  13. ../include/X11/extensions/XInput2.h:359:5: error: unknown type name 'PointerBarrier'
  14. PointerBarrier barrier;
  15. ^
  16. ../include/X11/extensions/XInput2.h:649:5: error: unknown type name 'PointerBarrier'
  17. PointerBarrier barrier,
  18. ^
  19. *** [XGetCPtr.lo] Error code 1
  20.  
  21. Stop in /usr/obj/usr/ports/x11/libXi/work/libXi-1.7.1/src.
  22. *** [all] Error code 1
  23.  
  24. Stop in /usr/obj/usr/ports/x11/libXi/work/libXi-1.7.1/src.
  25. *** [all-recursive] Error code 1
  26.  
  27. Stop in /usr/obj/usr/ports/x11/libXi/work/libXi-1.7.1.
  28. *** [do-build] Error code 1
  29.  
  30. Stop in /usr/ports/x11/libXi.
  31.  
  32. ===>>> make failed for x11/libXi
  33. ===>>> Aborting update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement