This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| In file included from /usr/include/c++/4.8/bits/hashtable.h:35:0, | |
| from /usr/include/c++/4.8/unordered_map:47, | |
| from lol.cpp:2: | |
| /usr/include/c++/4.8/bits/hashtable_policy.h: In instantiation of ‘struct std::__detail::_Hash_code_base<std::array<int, 2ul>, std::pair<const std::array<int, 2ul>, int>, std::__detail::_Select1st, std::hash<std::array<int, 2ul> >, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, true>’: | |
| /usr/include/c++/4.8/bits/hashtable_policy.h:1402:10: required from ‘struct std::__detail::_Hashtable_base<std::array<int, 2ul>, std::pair<const std::array<int, 2ul>, int>, std::__detail::_Select1st, std::equal_to<std::array<int, 2ul> >, std::hash<std::array<int, 2ul> >, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Hashtable_traits<true, false, true> >’ | |
| /usr/include/c++/4.8/bits/hashtable.h:174:11: required from ‘class std::_Hashtable<std::array<int, 2ul>, std::pair<const std::array<int, 2ul>, int>, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lokeshh:~/workspace/nmatrix (master) $ bundle exec rake clean | |
| lokeshh:~/workspace/nmatrix (master) $ rake compile --trace nmatrix_plugins=lapacke | |
| ** Invoke compile (first_time) | |
| ** Invoke compile:x86_64-linux (first_time) | |
| ** Invoke compile:nmatrix:x86_64-linux (first_time) | |
| ** Invoke copy:nmatrix:x86_64-linux:2.2.1 (first_time) | |
| ** Invoke lib/ (first_time, not_needed) | |
| ** Invoke tmp/x86_64-linux/nmatrix/2.2.1/nmatrix.so (first_time) | |
| ** Invoke tmp/x86_64-linux/nmatrix/2.2.1/Makefile (first_time) | |
| ** Invoke tmp/x86_64-linux/nmatrix/2.2.1 (first_time) |
NewerOlder