Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2010
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. from /home/sam/pam-face-authentication-0.3/src/pam_face_authentication.cpp:57:
  2. /home/sam/pam-face-authentication-0.3/include/eyesDetector.h:10: error: âCvPointâ does not name a type
  3. /home/sam/pam-face-authentication-0.3/include/eyesDetector.h:11: error: âCvPointâ does not name a type
  4. /home/sam/pam-face-authentication-0.3/include/eyesDetector.h:36: error: âIplImageâ has not been declared
  5. /home/sam/pam-face-authentication-0.3/include/eyesDetector.h:36: error: âIplImageâ has not been declared
  6. /home/sam/pam-face-authentication-0.3/include/eyesDetector.h:36: error: âCvPointâ has not been declared
  7. /home/sam/pam-face-authentication-0.3/include/eyesDetector.h:50: error: ISO C++ forbids declaration of âCvHaarClassifierCascadeâ with no type
  8. /home/sam/pam-face-authentication-0.3/include/eyesDetector.h:50: error: expected â;â before â*â token
  9. /home/sam/pam-face-authentication-0.3/include/eyesDetector.h:54: error: ISO C++ forbids declaration of âCvHaarClassifierCascadeâ with no type
  10. /home/sam/pam-face-authentication-0.3/include/eyesDetector.h:54: error: expected â;â before â*â token
  11. /home/sam/pam-face-authentication-0.3/include/eyesDetector.h:58: error: ISO C++ forbids declaration of âCvMemStorageâ with no type
  12. /home/sam/pam-face-authentication-0.3/include/eyesDetector.h:58: error: expected â;â before â*â token
  13. In file included from /home/sam/pam-face-authentication-0.3/src/pam_face_authentication.cpp:57:
  14. /home/sam/pam-face-authentication-0.3/include/detector.h:43: error: ISO C++ forbids declaration of âIplImageâ with no type
  15. /home/sam/pam-face-authentication-0.3/include/detector.h:43: error: expected â;â before â*â token
  16. /home/sam/pam-face-authentication-0.3/include/detector.h:52: error: ISO C++ forbids declaration of âIplImageâ with no type
  17. /home/sam/pam-face-authentication-0.3/include/detector.h:52: error: expected â;â before â*â token
  18. In file included from /home/sam/pam-face-authentication-0.3/src/pam_face_authentication.cpp:57:
  19. /home/sam/pam-face-authentication-0.3/include/detector.h:80: error: âIplImageâ has not been declared
  20. /home/sam/pam-face-authentication-0.3/include/detector.h:93: error: ISO C++ forbids declaration of âIplImageâ with no type
  21. /home/sam/pam-face-authentication-0.3/include/detector.h:93: error: expected â;â before â*â token
  22. /home/sam/pam-face-authentication-0.3/include/detector.h:113: error: âCvPointâ does not name a type
  23. /home/sam/pam-face-authentication-0.3/include/detector.h:117: error: âCvPointâ does not name a type
  24. In file included from /home/sam/pam-face-authentication-0.3/src/pam_face_authentication.cpp:58:
  25. /home/sam/pam-face-authentication-0.3/include/verifier.h:20: error: ISO C++ forbids declaration of âIplImageâ with no type
  26. /home/sam/pam-face-authentication-0.3/include/verifier.h:20: error: expected â;â before â*â token
  27. In file included from /home/sam/pam-face-authentication-0.3/src/pam_face_authentication.cpp:58:
  28. /home/sam/pam-face-authentication-0.3/include/verifier.h:65: error: âIplImageâ has not been declared
  29. /home/sam/pam-face-authentication-0.3/include/verifier.h:89: error: âIplImageâ has not been declared
  30. /home/sam/pam-face-authentication-0.3/src/pam_face_authentication.cpp:151: error: variable or field âwriteImageToMemoryâ declared void
  31. /home/sam/pam-face-authentication-0.3/src/pam_face_authentication.cpp:151: error: âIplImageâ was not declared in this scope
  32. /home/sam/pam-face-authentication-0.3/src/pam_face_authentication.cpp:151: error: âimgâ was not declared in this scope
  33. /home/sam/pam-face-authentication-0.3/src/pam_face_authentication.cpp:151: error: expected primary-expression before âcharâ
  34. make[2]: *** [CMakeFiles/pam_face_authentication.dir/src/pam_face_authentication.cpp.o] Error 1
  35. make[1]: *** [CMakeFiles/pam_face_authentication.dir/all] Error 2
  36. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement