Build: Mac OS #112
Annotations
1 error and 2 warnings
Cross-building Mac OS binaries
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cross-building Mac OS binaries
In file included from inet/applications/base/ApplicationPacketSerializer.cc:11:
./inet/common/packet/serializer/ChunkSerializerRegistry.h:22:10: error: no template named 'unordered_map' in namespace 'std'; did you mean 'unordered_set'?
std::unordered_map<std::type_index, const ChunkSerializer *> serializers;
~~~~~^~~~~~~~~~~~~
unordered_set
/opt/osxcross/target/bin/../SDK/MacOSX12.3.sdk/usr/include/c++/v1/unordered_set:411:28: note: 'unordered_set' declared here
class _LIBCPP_TEMPLATE_VIS unordered_set
^
1 error generated.
make[1]: *** [Makefile:1894: ../out/x86_64-apple-darwin21.4-clang-release/src/inet/applications/base/ApplicationPacketSerializer.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from inet/applications/dhcp/DhcpMessageSerializer.cc:11:
./inet/common/packet/serializer/ChunkSerializerRegistry.h:22:10: error: no template named 'unordered_map' in namespace 'std'; did you mean 'unordered_set'?
std::unordered_map<std::type_index, const ChunkSerializer *> serializers;
~~~~~^~~~~~~~~~~~~
unordered_set
/opt/osxcross/target/bin/../SDK/MacOSX12.3.sdk/usr/include/c++/v1/unordered_set:411:28: note: 'unordered_set' declared here
class _LIBCPP_TEMPLATE_VIS unordered_set
^
1 error generated.
make[1]: *** [Makefile:1892: ../out/x86_64-apple-darwin21.4-clang-release/src/inet/applications/dhcp/DhcpMessageSerializer.o] Error 1
make: *** [Makefile:8: all] Error 2
|
Loading