Guest User

Untitled

a guest
Oct 18th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. bcen@bsd:~/peloton/build % make -j4
  2. [ 0%] Original libpg makefile target
  3. gmake[3]: Entering directory '/usr/home/bcen/peloton/third_party/libpg_query'
  4. [ 2%] Built target peloton-proto
  5. gmake[3]: Nothing to be done for 'all'.
  6. gmake[3]: Leaving directory '/usr/home/bcen/peloton/third_party/libpg_query'
  7. [ 2%] Built target libpg_query
  8. [ 2%] Building CXX object src/CMakeFiles/peloton.dir/storage/abstract_table.cpp.o
  9. /home/bcen/peloton/src/storage/abstract_table.cpp:27:1: error: prototype for 'peloton::storage::AbstractTable::AbstractTable(id_t, peloton::catalog::Schema*, bool)' does not match any in class 'peloton::storage::AbstractTable'
  10. AbstractTable::AbstractTable(id_t table_oid, catalog::Schema *schema,
  11. ^~~~~~~~~~~~~
  12. In file included from /home/bcen/peloton/src/storage/abstract_table.cpp:13:0:
  13. /home/bcen/peloton/src/include/storage/abstract_table.h:53:7: error: candidates are: constexpr peloton::storage::AbstractTable::AbstractTable(const peloton::storage::AbstractTable&)
  14. class AbstractTable : public Printable {
  15. ^~~~~~~~~~~~~
  16. /home/bcen/peloton/src/include/storage/abstract_table.h:59:3: error: peloton::storage::AbstractTable::AbstractTable(peloton::oid_t, peloton::catalog::Schema*, bool)
  17. AbstractTable(oid_t table_oid, catalog::Schema *schema, bool own_schema);
  18. ^~~~~~~~~~~~~
  19. --- src/CMakeFiles/peloton.dir/storage/abstract_table.cpp.o ---
  20. *** [src/CMakeFiles/peloton.dir/storage/abstract_table.cpp.o] Error code 1
  21.  
  22. make[2]: stopped in /usr/home/bcen/peloton/build
  23. 1 error
  24.  
  25. make[2]: stopped in /usr/home/bcen/peloton/build
  26. --- src/CMakeFiles/peloton.dir/all ---
  27. *** [src/CMakeFiles/peloton.dir/all] Error code 2
  28.  
  29. make[1]: stopped in /usr/home/bcen/peloton/build
  30. 1 error
  31.  
  32. make[1]: stopped in /usr/home/bcen/peloton/build
  33. *** [all] Error code 2
  34.  
  35. make: stopped in /usr/home/bcen/peloton/build
  36. 1 error
  37.  
  38. make: stopped in /usr/home/bcen/peloton/build
Add Comment
Please, Sign In to add comment