BelledonneCommunications / linphone-sdk

Mirror for linphone-sdk (https://gitlab.linphone.org/BC/public/linphone-sdk.git)
GNU Affero General Public License v3.0
104 stars 80 forks source link

Compilation error #225

Open fengqz627 opened 2 years ago

fengqz627 commented 2 years ago

Hi,

When I compile linphone-desktop, the following error occurs. I use the command "pip3 list" or "pip list" to see pystache in it. Why is this error prompted. please help.

fqz@fqz-virtual-machine:~/linphoneD/linphone-desktop/build$ cmake .. -DCMAKE_BUILD_PARALLEL_LEVEL=10 -DCMAKE_BUILD_TYPE=RelWithDebInfo -- No plugins found for the application to build Projects are set as External projects. You can start building them by using for example : cmake --build . --target install -- Configuring done -- Generating done -- Build files have been written to: /home/fqz/linphoneD/linphone-desktop/build fqz@fqz-virtual-machine:~/linphoneD/linphone-desktop/build$ cmake --build . --target install [ 5%] Performing configure step for 'sdk' -- Enabled features:

-- Disabled features:

CMake Error at cmake/LinphoneSdkUtils.cmake:254 (message): 'pystache' python module not found Call Stack (most recent call first): cmake/LinphoneSdkCheckBuildToolsCommon.cmake:29 (linphone_sdk_check_python_module_is_installed) cmake/LinphoneSdkCheckBuildToolsDesktop.cmake:24 (include) cmake/LinphoneSdkPlatformDesktop.cmake:21 (include) CMakeLists.txt:93 (include)

-- Configuring incomplete, errors occurred! See also "/home/fqz/linphoneD/linphone-desktop/build/WORK/CMakeFiles/CMakeOutput.log". make[2]: [CMakeFiles/sdk.dir/build.make:94:WORK/stamp/sdk-configure] 错误 1 make[1]: [CMakeFiles/Makefile2:89:CMakeFiles/sdk.dir/all] 错误 2 make: *** [Makefile:136:all] 错误 2 fqz@fqz-virtual-machine:~/linphoneD/linphone-desktop/build$

thanks, Best Regards.

fengqz627 commented 2 years ago

cmake version 3.23.1 Python 3.8.10 pip 20.0.2 QT 5.12.9

fengqz627 commented 2 years ago

root@fqz-virtual-machine:~# pip install pystache six Requirement already satisfied: pystache in ./.local/lib/python3.8/site-packages (0.6.0) Requirement already satisfied: six in /usr/lib/python3/dist-packages (1.14.0)