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

Build issue on Windows install step, cannot find bv16 #872

Open
stercomp opened this issue Nov 29, 2024 · 1 comment
Open

Build issue on Windows install step, cannot find bv16 #872

stercomp opened this issue Nov 29, 2024 · 1 comment

Comments

@stercomp
Copy link

stercomp commented Nov 29, 2024

Pulled with --recursive from Gitlab repo today. Was able to successfully build both sdk and linphone targets, however, when attempting to follow one of the final steps:
PS D:\repos\linphone-desktop\build> cmake --install .

Getting following error:

-- Install configuration: "Release" CMake Error at external/linphone-sdk/external/bv16-floatingpoint/cmake_install.cmake:51 (file): file INSTALL cannot find "D:/repos/linphone-desktop/build/external/linphone-sdk/external/bv16-floatingpoint/Release/bv16.dll": File exists. Call Stack (most recent call first): external/linphone-sdk/cmake_install.cmake:37 (include) external/cmake_install.cmake:37 (include) cmake_install.cmake:37 (include)

Navigated to external/linphone-sdk/external/ and have verified indeed bv16-floatingpoint is not present

Please assist with this issue
hash: 0b193de

@stercomp
Copy link
Author

stercomp commented Dec 2, 2024

Solved by using --config RelWithDebInfo on install step.
Note: Documentation on build steps omits this param, suggest updating.

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