Advertisement
Guest User

libxcb error in OI

a guest
Mar 1st, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.70 KB | None | 0 0
  1. cyrus@openindiana:~/tests$ gcc -Wall -g test.c -lxcb -L/opt/csw/X11/lib -I/opt/csw/X11/include
  2. test.c: In function `main':
  3. test.c:29: warning: long int format, xcb_window_t arg (arg 2)
  4. test.c:32: warning: long int format, uint32_t arg (arg 2)
  5. test.c:33: warning: long int format, uint32_t arg (arg 2)
  6. cyrus@openindiana:~/tests$ ./a.out
  7. ld.so.1: a.out: fatal: libxcb.so.1: open failed: No such file or directory
  8. Killed
  9. cyrus@openindiana:~/tests$ ls -al /opt/csw/X11/lib | grep libxcb.so
  10. lrwxrwxrwx 1 root root     15 2012-02-27 18:00 libxcb.so -> libxcb.so.1.1.0
  11. lrwxrwxrwx 1 root root     15 2012-02-27 18:00 libxcb.so.1 -> libxcb.so.1.1.0
  12. -rwxr-xr-x 1 root bin  135280 2010-03-09 16:21 libxcb.so.1.1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement