-
Notifications
You must be signed in to change notification settings - Fork 158
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
After compilation, only the library file has no header file #324
Comments
@ZhangXiChang what are you building atm? Is it one of the examples or your own project? If you can provide more details this can be explored further - for completeness the headers are in the include folder |
Having a similar issue on Ubuntu 22.04 with install to /usr/local/lib
just using basic options for building |
I have met same issue too on windows with MSVC and clang, and on archlinux with gcc and clang. There's some thing wrong with its cmake script, I will try to fix it. |
…ct#324 Signed-off-by: ToKiNoBug <tokinobug@163.com>
…ct#324 Signed-off-by: ToKiNoBug <tokinobug@163.com>
execute:
cmake -Bbuild -G "MinGW Makefiles" -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON -DKOMPUTE_OPT_BUILD_AS_SHARED_LIB=OFF
cd build
mingw32-make.exe -j14
result:
There are library files, but no header files. Execute 'mingw32 make. exe install' prompt:
CMake Error at src/cmake_install.cmake:45 (file):
file INSTALL cannot find
"C:/Project/GCC/AI/pack/kompute/build/kompute/komputeConfigVersion.cmake":
File exists.
Call Stack (most recent call first):
cmake_install.cmake:52 (include)
mingw32-make: *** [Makefile:99: install] Error 1
The text was updated successfully, but these errors were encountered: