Hi,

I have:
+++
jfclere@dhcp-144-162 swoc]$ make
  CXX      src/bw_ip_format.lo
In file included from /home/jfclere/trafficserver/lib/swoc/include/swoc/swoc_ip.h:16,
                 from src/bw_ip_format.cc:8:
/home/jfclere/trafficserver/lib/swoc/include/swoc/TextView.h:892:1: error: 'intmax_t' does not name a type; did you mean 'int8_t'? 892 | intmax_t svtoi(TextView src, TextView *parsed = nullptr, int base = 0);
      | ^~~~~~~~
      | int8_t
/home/jfclere/trafficserver/lib/swoc/include/swoc/TextView.h:904:1: error: 'uintmax_t' does not name a type; did you mean 'uint8_t'? 904 | uintmax_t svtou(TextView src, TextView *parsed = nullptr, int base = 0);
      | ^~~~~~~~~
      | uint8_t
/home/jfclere/trafficserver/lib/swoc/include/swoc/TextView.h:922:1: error: 'uintmax_t' does not name a type; did you mean 'uint8_t'?
  922 | uintmax_t
      | ^~~~~~~~~
      | uint8_t
/home/jfclere/trafficserver/lib/swoc/include/swoc/TextView.h:944:1: error: 'uintmax_t' does not name a type; did you mean 'uint8_t'?
  944 | uintmax_t
      | ^~~~~~~~~
      | uint8_t
make: *** [Makefile:783: src/bw_ip_format.lo] Error 1
+++

I am sure I am making something wrong... Any hints?
--
Cheers

Jean-Frederic

Reply via email to