When I build the latest update of linphone-desktop
project on windows 10,
It builds in the VS2017 without any issues, but after that i get the error message:
unable to start program. build\RelWithDebInfo\ALL_BUILD the system can not find the file specified.
and when I open the exe in output\bin myself, I get an error:
Linphone will crash. Unable to open main window
What am I doing wrong? I tried to build in Debug and Release mode too, but no success.
I was unable to rebuild the project after updating to latest commit.
Updated QT from 5.9.8 to 5.12.1
Reset all the path environment variables after the QT update
Reinstalled the latest perl
Rebuilt the project step by step (I tried Release mode) and finally, it works :)