hongliang5316 opened a new issue, #12232:
URL: https://github.com/apache/trafficserver/issues/12232

    cmake -B build -DCMAKE_INSTALL_PREFIX=/tmp/ats                              
                                                                                
    
   -- The C compiler identification is GNU 13.3.0
   -- The CXX compiler identification is GNU 13.3.0
   -- Detecting C compiler ABI info
   -- Detecting C compiler ABI info - done
   -- Check for working C compiler: /usr/bin/cc - skipped
   -- Detecting C compile features
   -- Detecting C compile features - done
   -- Detecting CXX compiler ABI info
   -- Detecting CXX compiler ABI info - done
   -- Check for working CXX compiler: /usr/bin/c++ - skipped
   -- Detecting CXX compile features
   -- Detecting CXX compile features - done
   -- Configuring done (0.3s)
   -- Generating done (0.1s)
   -- Build files have been written to: /opt/traffic/trafficserver-9.2.10/build
   
   cmake --build build                                                          
                                                                                
  
   [  1%] Building CXX object 
CMakeFiles/traffic_cache_tool.dir/src/traffic_cache_tool/CacheDefs.cc.o
   In file included from 
/opt/traffic/trafficserver-9.2.10/src/traffic_cache_tool/CacheDefs.h:32,
                    from 
/opt/traffic/trafficserver-9.2.10/src/traffic_cache_tool/CacheDefs.cc:24:
   /opt/traffic/trafficserver-9.2.10/include/tscore/Regex.h:31:10: fatal error: 
tscore/ink_config.h: No such file or directory
      31 | #include "tscore/ink_config.h"
         |          ^~~~~~~~~~~~~~~~~~~~~
   compilation terminated.
   gmake[2]: *** [CMakeFiles/traffic_cache_tool.dir/build.make:76: 
CMakeFiles/traffic_cache_tool.dir/src/traffic_cache_tool/CacheDefs.cc.o] Error 1
   gmake[1]: *** [CMakeFiles/Makefile2:130: 
CMakeFiles/traffic_cache_tool.dir/all] Error 2
   gmake: *** [Makefile:91: all] Error 2


-- 
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: issues-unsubscr...@trafficserver.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to