Dears,

I tried to compile linphone-desktop using code in 
https://gitlab.linphone.org/BC/public/linphone-desktop on Windows11.

I installed all dependencies and execute with success in PowerShell

------------------------------------------------------------------------------------------
cmake .. -DCMAKE_BUILD_PARALLEL_LEVEL=10 -DCMAKE_BUILD_TYPE=RelWithDebInfo -A 
Win32

Result:

-- Versions : 5.3.0-alpha.1+d44f988d, 5.3.0
-- Configuring done (158.3s)
-- Generating done (2.8s)
-- Build files have been written to: C:/linphone-desktop/build
------------------------------------------------------------------------------------------

cmake --build . --parallel 10 --config RelWithDebInfo

Last lines:

  antlr3tokenstream.c
  antlr3treeparser.c
     Criando biblioteca 
C:/linphone-desktop/build/lib/RelWithDebInfo/belle-sip.lib e objeto 
C:/linphone-desktop/build/lib/RelWithDebInfo/belle-sip.exp
  belle-sip.vcxproj -> 
C:\linphone-desktop\build\bin\RelWithDebInfo\belle-sip.dll

-----------------------------------------------------------------------------------------

But when I try to execute the last command (cmake --install), I always get a 
not found error:

PS C:\linphone-desktop\build> cmake --install . --config RelWithDebInfo
CMake Error at linphone-sdk/external/bv16-floatingpoint/cmake_install.cmake:55 
(file):
  file INSTALL cannot find
  
"C:/linphone-desktop/build/linphone-sdk/external/bv16-floatingpoint/RelWithDebInfo/bv16.dll":
  File exists.
Call Stack (most recent call first):
  linphone-sdk/cmake_install.cmake:37 (include)
  cmake_install.cmake:37 (include)

---------------------------------------------------------------------------------------

May be someone have some ideia about I can fix this error. I edited 
cmake_install.cmake file at line 55, and commented it, but then I get the same 
error with another component. How I can compile all that components?

Thank you in advance!




Atenciosamente, 
                        

Alonso Genis 
Analista de Desenvolvimento 
        
[ mailto:alo...@planetfone.com.br | alo...@planetfone.com.br ] 
        [ mailto:alo...@planetfone.com.br ] 
        
[ https://planetfone.com.br/ | planetfone.com.br ] 
        [ https://planetfone.com.br/ ] 

[ https://wa.me/553121251936 | (31) 2125-1936 ] 
        [ https://wa.me/553121251936 ] 
        
(31) 2125-2800

_______________________________________________
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users

Reply via email to