"No rule to make target...." build error
-
Hello,
I recently merged some changes into a repository I am working on and since doing so I am getting the following error when building the project.
":-1: error: No rule to make target 'C:/Users/alexander.williams/Documents/GitHub/AerOpt-gui/../vcpkg/packages/libssh_x64-windows/lib/ssh.lib', needed by 'build/debug-gcc/AerOptGui.exe'. Stop."
I have had a look online and am seeing many different reasons for this error being caused. Any help or suggestions of the problem would be much appreciated!
-
Hello,
I recently merged some changes into a repository I am working on and since doing so I am getting the following error when building the project.
":-1: error: No rule to make target 'C:/Users/alexander.williams/Documents/GitHub/AerOpt-gui/../vcpkg/packages/libssh_x64-windows/lib/ssh.lib', needed by 'build/debug-gcc/AerOptGui.exe'. Stop."
I have had a look online and am seeing many different reasons for this error being caused. Any help or suggestions of the problem would be much appreciated!
I'd start with completely purging the build folder and then run qmake and do a full build.
Regards
-
Thanks I've tried that now but am getting the same error. What would you suggest next?
-
Thanks I've tried that now but am getting the same error. What would you suggest next?
- Make sure there are no invalid Makefiles in your source and build folders
- Check the .pro files, especially the new and modified ones that they are sane.
Regards