./ortools/base/commandlineflags.h:17:10: fatal error: 'absl/flags/declare.h' file not found
Also, the third_party make quit after a few errors for src/nlpi/exprinterpret_cppad.cpp
--
You received this message because you are subscribed to the Google Groups "or-tools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to or-tools-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/or-tools-discuss/f7d510a2-29db-47cf-9fa7-801cb446716dn%40googlegroups.com.
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/memory:2368:5: error: aligned deallocation function of type 'void (void *, std::align_val_t) noexcept' is only available on macOS 10.14 or
newer
delete __ptr;
^
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/memory:2623:7: note: in instantiation of member function 'std::__1::default_delete<operations_research::sat::ModelRandomGenerator>::operator()'
requested here
__ptr_.second()(__tmp);
^
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/memory:2577:19: note: in instantiation of member function 'std::__1::unique_ptr<operations_research::sat::ModelRandomGenerator,
std::__1::default_delete<operations_research::sat::ModelRandomGenerator> >::reset' requested here
~unique_ptr() { reset(); }
^
./ortools/sat/model.h:203:14: note: in instantiation of member function 'std::__1::unique_ptr<operations_research::sat::ModelRandomGenerator,
std::__1::default_delete<operations_research::sat::ModelRandomGenerator> >::~unique_ptr' requested here
explicit Delete(T* t) : to_delete_(t) {}
^
./ortools/sat/model.h:148:36: note: in instantiation of member function 'operations_research::sat::Model::Delete<operations_research::sat::ModelRandomGenerator>::Delete' requested here
cleanup_list_.emplace_back(new Delete<T>(t));
^
./ortools/sat/model.h:117:5: note: in instantiation of function template specialization 'operations_research::sat::Model::TakeOwnership<operations_research::sat::ModelRandomGenerator>' requested here
TakeOwnership(new_t);
^
./ortools/sat/clause.h:462:24: note: in instantiation of function template specialization 'operations_research::sat::Model::GetOrCreate<operations_research::sat::ModelRandomGenerator>' requested here
random_(model->GetOrCreate<ModelRandomGenerator>()),
^
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/memory:2368:5: note: if you supply your own aligned allocation functions, use -faligned-allocation to silence this diagnostic
delete __ptr;
^
To view this discussion on the web visit https://groups.google.com/d/msgid/or-tools-discuss/0459db68-c231-4d07-8f05-dc6cc711c390n%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "or-tools-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/or-tools-discuss/kMZe6Su0hC8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to or-tools-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/or-tools-discuss/CABcmEeZb_ZpV_9VQ1K%2B4fWjphf0bg0r1q7-MbfWLn%3DApSeuMiA%40mail.gmail.com.