Advertisement
Guest User

mame-macos-intel-0244

a guest
May 25th, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. /Applications/Xcode.app/Contents/Developer/usr/bin/make -R --no-print-directory -C build/projects/sdl/mame/gmake-osx-clang config=release64 precompile
  2. Compiling src/lib/netlist/analog/nld_bjt.cpp...
  3. In file included from ../../../../../src/lib/netlist/analog/nld_bjt.cpp:4:
  4. In file included from ../../../../../src/lib/netlist/solver/nld_solver.h:13:
  5. In file included from ../../../../../src/lib/netlist/solver/nld_matrix_solver.h:15:
  6. ../../../../../src/lib/netlist/plib/pmatrix2d.h:166:18: error: exception
  7. specification of explicitly defaulted move assignment operator does not
  8. match the calculated one
  9. pmatrix2d_vrl &operator=(pmatrix2d_vrl &&) noexcept(!com...
  10. ^
  11. In file included from ../../../../../src/lib/netlist/analog/nld_bjt.cpp:4:
  12. In file included from ../../../../../src/lib/netlist/solver/nld_solver.h:13:
  13. ../../../../../src/lib/netlist/solver/nld_matrix_solver.h:329:46: note: in
  14. instantiation of template class 'plib::pmatrix2d_vrl<double,
  15. plib::mempool_arena<plib::aligned_arena, 32> >' requested here
  16. plib::pmatrix2d_vrl<fptype, arena_type> m_gonn;
  17. ^
  18. In file included from ../../../../../src/lib/netlist/analog/nld_bjt.cpp:4:
  19. In file included from ../../../../../src/lib/netlist/solver/nld_solver.h:13:
  20. In file included from ../../../../../src/lib/netlist/solver/nld_matrix_solver.h:15:
  21. ../../../../../src/lib/netlist/plib/pmatrix2d.h:166:18: error: exception
  22. specification of explicitly defaulted move assignment operator does not
  23. match the calculated one
  24. pmatrix2d_vrl &operator=(pmatrix2d_vrl &&) noexcept(!com...
  25. ^
  26. In file included from ../../../../../src/lib/netlist/analog/nld_bjt.cpp:4:
  27. In file included from ../../../../../src/lib/netlist/solver/nld_solver.h:13:
  28. ../../../../../src/lib/netlist/solver/nld_matrix_solver.h:332:46: note: in
  29. instantiation of template class 'plib::pmatrix2d_vrl<double *,
  30. plib::mempool_arena<plib::aligned_arena, 32> >' requested here
  31. plib::pmatrix2d_vrl<fptype *, arena_type> m_connected_net_Vn;
  32. ^
  33. 2 errors generated.
  34. make[2]: *** [../../../../osx_clang/obj/x64/Release/src/lib/netlist/analog/nld_bjt.o] Error 1
  35. make[1]: *** [netlist] Error 2
  36. make: *** [macosx_x64_clang] Error 2
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement