Guest User

Untitled

a guest
Jul 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. [100%] Building CXX object tutorial/52-eigenvalue-h2p/CMakeFiles/eigenvalue-h2p.dir/forms.cpp.o
  2. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:3: error: ‘Func’ has not been declared
  3. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:3: error: expected ‘,’ or ‘...’ before ‘<’ token
  4. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp: In function ‘Scalar bilinear_form_H(int, double*, int)’:
  5. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:9: error: ‘e’ was not declared in this scope
  6. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:11: error: there are no arguments to ‘wfun’ that depend on a template parameter, so a declaration of ‘wfun’ must be available
  7. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:11: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  8. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:11: error: ‘u’ was not declared in this scope
  9. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:11: error: ‘v’ was not declared in this scope
  10. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:11: error: there are no arguments to ‘pot’ that depend on a template parameter, so a declaration of ‘pot’ must be available
  11. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:11: error: there are no arguments to ‘wfun’ that depend on a template parameter, so a declaration of ‘wfun’ must be available
  12. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp: At global scope:
  13. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:18: error: ‘Ord’ does not name a type
  14. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:32: error: ‘Func’ has not been declared
  15. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:32: error: expected ‘,’ or ‘...’ before ‘<’ token
  16. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp: In function ‘Scalar bilinear_form_U(int, double*, int)’:
  17. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:37: error: ‘e’ was not declared in this scope
  18. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:39: error: there are no arguments to ‘wfun’ that depend on a template parameter, so a declaration of ‘wfun’ must be available
  19. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:39: error: ‘u’ was not declared in this scope
  20. /home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:39: error: ‘v’ was not declared in this scope
  21. make[2]: *** [tutorial/52-eigenvalue-h2p/CMakeFiles/eigenvalue-h2p.dir/forms.cpp.o] Error 1
  22. make[1]: *** [tutorial/52-eigenvalue-h2p/CMakeFiles/eigenvalue-h2p.dir/all] Error 2
  23. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment