c++windowsvisual-studiolinphone

Linphone Desktop on windows 10


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.


Solution

  • I was unable to rebuild the project after updating to latest commit.

    1. Updated QT from 5.9.8 to 5.12.1

    2. Reset all the path environment variables after the QT update

    3. Reinstalled the latest perl

    4. Rebuilt the project step by step (I tried Release mode) and finally, it works :)