darkmacheken / wasmati

A Generic and Efficient Code Property Graph Infrastructure forScanning Vulnerabilities in WebAssembly Code
Apache License 2.0
25 stars 4 forks source link

Docker build failed #6

Open zer0-1s opened 7 months ago

zer0-1s commented 7 months ago
20.57 -- Configuring done (20.4s)
20.58 CMake Error at CMakeLists.txt:238 (add_library):
20.58   Cannot find source file:
20.58 
20.58     FL_LIBRARY-NOTFOUND
20.58 
20.58   Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
20.58   .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
20.58   .f95 .f03 .hip .ispc
20.58 
20.58 
20.58 CMake Warning (dev) at CMakeLists.txt:243 (add_library):
20.58   Policy CMP0115 is not set: Source file extensions must be explicit.  Run
20.58   "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
20.58   command to set the policy and suppress this warning.
20.58 
20.58   File:
20.58 
20.58     /build/src/config/config.h.in
20.58 This warning is for project developers.  Use -Wno-dev to suppress it.
20.58 
20.58 CMake Warning (dev) at build/_deps/wabt-src/CMakeLists.txt:328 (add_library):
20.58   Policy CMP0115 is not set: Source file extensions must be explicit.  Run
20.58   "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
20.58   command to set the policy and suppress this warning.
20.58 
20.58   File:
20.58 
20.58     /build/build/_deps/wabt-src/src/config.h.in
20.58 This warning is for project developers.  Use -Wno-dev to suppress it.
20.58 
20.59 CMake Error at CMakeLists.txt:238 (add_library):
20.59   No SOURCES given to target: interp
20.59 
20.59 
20.59 CMake Generate step failed.  Build files cannot be regenerated correctly.

the error show CMakeList.txt 238 line

add_library(interp STATIC
     ${FLEX_DSLScanner_OUTPUTS}
     ${BISON_DSLParser_OUTPUTS}  
     ${FLEX_LIBRARIES})