You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followed build instruction for Windows using VS2022 as per repository page.
Had to make following adjustments in order for all steps to complete:
for cmake --install, had to pass in --config RelWithDebInfo, as otherwise was looking to copy from Release folder which did not contain expected files
Install step was not finding cjpeg.exe, djpeg.exe, or jpegtran.exe in repository build folder so I copied these over from my mingw64 installation. Running cmake --install again no longer ran into this issue afterwards
Was not finding pdb files for libmsqogl or btcoolbox-test. Built the RelWithDebInfo configuration manually from VS2022 and ran cmake --install again. This time everything complete successfully.
Executed the following command: PS D:\repos\linphone-desktop\build> .\OUTPUT\bin\linphone6.exe --verbose
Command line returns, however Linphone application does not open. Not seeing Linphone application in taskbar either.
Not seeing any log files show up in AppData\Local\linphone\logs, which is where I've seen them before when running an installed version of Linphone
Also not seeing any relevant entries under Window Event Viewer, under Windows Logs -> Application
Please help me with this issue - could any of the steps above have affected the result or might there be something else I am missing?
Followed build instruction for Windows using VS2022 as per repository page.
Had to make following adjustments in order for all steps to complete:
Executed the following command:
PS D:\repos\linphone-desktop\build> .\OUTPUT\bin\linphone6.exe --verbose
Command line returns, however Linphone application does not open. Not seeing Linphone application in taskbar either.
Not seeing any log files show up in AppData\Local\linphone\logs, which is where I've seen them before when running an installed version of Linphone
Also not seeing any relevant entries under Window Event Viewer, under Windows Logs -> Application
Please help me with this issue - could any of the steps above have affected the result or might there be something else I am missing?
I am testing this with commit: 0b193de
The text was updated successfully, but these errors were encountered: