Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. wget http://sourceforge.net/projects/gphoto/files/gphoto/2.4.11/gphoto2-2.4.11.tar.gz
  2. tar -xvvf gphoto2-2.4.11.tar.gz
  3. cd gphoto2-2.4.11/
  4. ./configure
  5. sudo make all
  6.  
  7. In file included from /usr/include/gphoto2/gphoto2-port-info-list.h:63:0,
  8. from /usr/include/gphoto2/gphoto2-abilities-list.h:30,
  9. from /usr/include/gphoto2/gphoto2-camera.h:50,
  10. from actions.h:24,
  11. from actions.c:26:
  12. /usr/include/gphoto2/gphoto2-port-log.h:65:6: note: expected ‘GPLogFunc’ but argument is of type ‘void (*)(enum GPLogLevel, const char *, const char *, struct __va_list_tag *, void *)’
  13. int gp_log_add_func (GPLogLevel level, GPLogFunc func, void *data);
  14. make[2]: *** [gphoto2-actions.o] Error 1
  15. make[2]: Leaving directory `/home/lakshya/gphoto2-2.4.11/gphoto2'
  16. make[1]: *** [all-recursive] Error 1
  17. make[1]: Leaving directory `/home/lakshya/gphoto2-2.4.11'
  18. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement