linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-users] build issue (Fedora)


From: René Schmidt
Subject: [Linphone-users] build issue (Fedora)
Date: Fri, 21 Oct 2022 01:44:47 +0200
User-agent: Evolution 3.46.0 (3.46.0-2.fc37)

Hello,

when trying to build linphone-desktop with the instructions provided in
the README.md I get as far as this:

[ 84%] Completed 'EP_bellesip'
[ 87%] Built target EP_bellesip
gmake[6]: *** [Makefile:91: all] Error 2
gmake[5]: *** [CMakeFiles/sdk.dir/build.make:88: sdk-prefix/src/sdk-
stamp/sdk-build] Error 2
gmake[4]: *** [CMakeFiles/Makefile2:83: CMakeFiles/sdk.dir/all] Error 2
gmake[3]: *** [Makefile:91: all] Error 2
gmake[2]: *** [CMakeFiles/sdk.dir/build.make:88: WORK/stamp/sdk-build]
Error 2
gmake[1]: *** [CMakeFiles/Makefile2:89: CMakeFiles/sdk.dir/all] Error 2
gmake: *** [Makefile:136: all] Error 2


Does anyone have an idea what could be wrong?


What I did:

Installed all tools listed (cmake python pip yasm nasm doxygen Perl
pystache six git)

Set environment like so

eval "$(qtchooser -print-env)"
export Qt5_DIR=${QTLIBDIR}/cmake/Qt5
export PATH=${QTTOOLDIR}:$PATH


Proceeded with building:

git clone https://gitlab.linphone.org/BC/public/linphone-desktop.git --
recursive
cd linphone-desktop
mkdir build
cd build
cmake .. -DCMAKE_BUILD_PARALLEL_LEVEL=10 -
DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build . --target install --parallel 10 --config RelWithDebInfo



Thanks and best regards



reply via email to

[Prev in Thread] Current Thread [Next in Thread]