-
Notifications
You must be signed in to change notification settings - Fork 1
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 Failed: Makefile:126: recipe for target 'cmTC_ce5c1/fast' failed #4
Comments
Hi developers, I build Fraxinus using the following commend. mkdir dev But it failed when configure CustusX.----Below is commend output----==================== configure CustusX =============================== 4665.1s = [shell cmd] cd /home/shu/dev/fx/CX/build_Release
is already used to build a source directory. It cannot be used to build
Specify a unique binary directory name. -- Performing Test SUPPORTS_STD_CXX11
is already used to build a source directory. It cannot be used to build
Specify a unique binary directory name. CMake Error at /home/shu/dev/fx/CTK/CTK/CMake/ctkMacroSetupPlugins.cmake:211 (add_subdirectory):
is already used to build a source directory. It cannot be used to build
Specify a unique binary directory name. -- Generating master Catch exe.
|
Hi developers, Can someone tell me how to solve it? thanks, shu |
Hi Shu, You get some errors saying that some of the Fraxinus plugin directories have been used for another build. I just tried running the same command in a fresh folder, and it seems to run ok for me. I'm currently using Ubuntu 20.04, but it should work for Ubuntu 16.04 as well. PS: If the build time is very long you could try to install ninja before running the script in a fresh folder. Best, |
No description provided.
The text was updated successfully, but these errors were encountered: