Opened 3 years ago
Closed 3 years ago
#64278 closed defect (fixed)
ixion @0.17.0: fatal error: 'variant' file not found
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | Tatsh (Andrew Udvare) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | Cc: | ||
Port: | ixion |
Description
CXX address.lo CXX address_iterator.lo CXX calc_status.lo CXX cell.lo CXX cell_access.lo CXX compute_engine.lo CXX concrete_formula_tokens.lo CXX config.lo CXX debug.lo CXX dirty_cell_tracker.lo In file included from cell.cpp:16: ../../include/ixion/matrix.hpp:16:10: fatal error: 'variant' file not found #include <variant> ^~~~~~~~~ In file included from cell_access.cpp:10: ../../include/ixion/model_context.hpp:16:10: fatal error: 'variant' file not found #include <variant> ^~~~~~~~~ 1 error generated. make[3]: *** [cell.lo] Error 1 make[3]: *** Waiting for unfinished jobs....
Perhaps it requires a particular recent C++ standard which could be indicated with compiler.cxx_standard
.
Also, silent rules should be disabled.
Change History (2)
comment:1 Changed 3 years ago by Tatsh (Andrew Udvare)
comment:2 Changed 3 years ago by Tatsh (Andrew Udvare)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
https://github.com/macports/macports-ports/pull/13465