Skip to content

Instantly share code, notes, and snippets.

@certik
Created December 20, 2010 10:51
Show Gist options
  • Save certik/748251 to your computer and use it in GitHub Desktop.
Save certik/748251 to your computer and use it in GitHub Desktop.
[100%] Building CXX object tutorial/52-eigenvalue-h2p/CMakeFiles/eigenvalue-h2p.dir/forms.cpp.o
/home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:3: error: ‘Func’ has not been declared
/home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:3: error: expected ‘,’ or ‘...’ before ‘<’ token
/home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp: In function ‘Scalar bilinear_form_H(int, double*, int)’:
/home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:9: error: ‘e’ was not declared in this scope
/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
/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)
/home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:11: error: ‘u’ was not declared in this scope
/home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:11: error: ‘v’ was not declared in this scope
/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
/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
/home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp: At global scope:
/home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:18: error: ‘Ord’ does not name a type
/home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:32: error: ‘Func’ has not been declared
/home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:32: error: expected ‘,’ or ‘...’ before ‘<’ token
/home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp: In function ‘Scalar bilinear_form_U(int, double*, int)’:
/home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:37: error: ‘e’ was not declared in this scope
/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
/home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:39: error: ‘u’ was not declared in this scope
/home/ondrej/repos/hermes/hermes2d/tutorial/52-eigenvalue-h2p/forms.cpp:39: error: ‘v’ was not declared in this scope
make[2]: *** [tutorial/52-eigenvalue-h2p/CMakeFiles/eigenvalue-h2p.dir/forms.cpp.o] Error 1
make[1]: *** [tutorial/52-eigenvalue-h2p/CMakeFiles/eigenvalue-h2p.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment