Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linphone Desktop on Windows not Running after following build steps #873

Open
stercomp opened this issue Dec 2, 2024 · 0 comments
Open

Comments

@stercomp
Copy link

stercomp commented Dec 2, 2024

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?

I am testing this with commit: 0b193de

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant