Tommaso, can you clarify? I don't think ns-3.33 is too old to
install in Ubuntu 22.04.
--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/a2cd80e5-51ee-46e3-964f-0487f73cabc9n%40googlegroups.com.
../src/core/helper/csv-reader.cc: In member function ‘bool ns3::CsvReader::GetValueAs(std::string, signed char&) const’:
../src/core/helper/csv-reader.cc:182:26: error: ‘numeric_limits’ is not a member of ‘std’
182 | if (tempOutput >= std::numeric_limits<byte_type>::min ()
Probably installing and using g++-9 will suffice. This page may help:
If g++-9 is installed, one doesn't necessarily need to use
update-alternatives; one can do:
CXX=g++-9 ./waf configure --disable-werror (... rest of
configuration options)
CXX=g++-9 ./waf build
See this page:
https://www.nsnam.org/wiki/HOWTO_build_old_versions_of_ns-3_on_newer_compilers
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/db92251b-1164-4b8a-9e8b-173f01b778a2n%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/72b99bfa-bd43-4634-a722-e5733bbbe2b4n%40googlegroups.com.