Core Dll is missing
Unsolved
General and Desktop
-
wrote on 5 Nov 2018, 07:15 last edited by
I have a project that has been building for a while, but recently I accidentally did a clean on it and now it won't build anymore. I'm getting an error message that a Qt Dll cannot be found. How do I fix this?
CMake Error at mscore/cmake_install.cmake:46 (file): file INSTALL cannot find "C:/Qt/Tools/mingw530_32/bin/libgcc_s_seh-1.dll". Call Stack (most recent call first): cmake_install.cmake:38 (include)
-
Hi
But was the DLL deleted?
I mean, do you have
C:/Qt/Tools/mingw530_32/bin/libgcc_s_seh-1.dll -
wrote on 5 Nov 2018, 07:34 last edited by kitfox 11 May 2018, 07:36
No, it's not there. The closest dll is
libgcc_s_dw2-1.dll
I also ran the add/update tool recently. That might have something to do with it.
-
No, it's not there. The closest dll is
libgcc_s_dw2-1.dll
I also ran the add/update tool recently. That might have something to do with it.
@kitfox Did you tryto delete build folder and rebuild completely?
-
wrote on 6 Nov 2018, 09:08 last edited by
Turns out this was due to a change in the makefile. It was mixing 32 and 64 bit libraries.
1/5