Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build failed #6

Open
zer0-1s opened this issue Apr 10, 2024 · 0 comments
Open

Docker build failed #6

zer0-1s opened this issue Apr 10, 2024 · 0 comments

Comments

@zer0-1s
Copy link

zer0-1s commented Apr 10, 2024

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})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant