masaori335 opened a new pull request, #10319:
URL: https://github.com/apache/trafficserver/pull/10319

   Fix #10318. We start using c++ compiler and the symbol `log` conflicts with 
`math.h`.
   
   ```
   lua/ts_lua_log.cc:21:24: error: redefinition of 'log' as different kind of 
symbol
   static TSTextLogObject log;
                          ^
   /opt/brew/opt/llvm@16/bin/../include/c++/v1/math.h:827:1: note: previous 
definition is here
   log(_A1 __x) _NOEXCEPT {return __builtin_log((double)__x);}
   ^
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to