Using CFLAGS -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fvisibility=hidden -fno-omit-frame-pointer -Wredundant-decls -Wimplicit-function-declaration
Using CFLAGS_RELEASE -O3 -DNDEBUG
Using CFLAGS_DEBUG -g
Using CFLAGS_MINSIZEREL -Os -DNDEBUG
Using CFLAGS_RELWITHDEBINFO -O2 -g -DNDEBUG
FREERDP_VERSION=3.16.0
using default plugins location
Configured RPATH=$ORIGIN/../lib:$ORIGIN/..
CMake Warning at cmake/JsonDetect.cmake:12 (find_package):
By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "cJSON", but
CMake did not find one.
Could not find a package configuration file provided by "cJSON" with any of
the following names:
cJSONConfig.cmake
cjson-config.cmake
Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set
"cJSON_DIR" to a directory containing one of the above files. If "cJSON"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
winpr/libwinpr/CMakeLists.txt:19 (include)
CMake Warning at winpr/libwinpr/CMakeLists.txt:126 (find_package):
By not providing "Finduriparser.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"uriparser", but CMake did not find one.
Could not find a package configuration file provided by "uriparser" with
any of the following names:
uriparserConfig.cmake
uriparser-config.cmake
Add the installation prefix of "uriparser" to CMAKE_PREFIX_PATH or set
"uriparser_DIR" to a directory containing one of the above files. If
"uriparser" provides a separate development package or SDK, be sure it has
been installed.
CMake Warning at cmake/JsonDetect.cmake:12 (find_package):
By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "cJSON", but
CMake did not find one.
Could not find a package configuration file provided by "cJSON" with any of
the following names:
cJSONConfig.cmake
cjson-config.cmake
Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set
"cJSON_DIR" to a directory containing one of the above files. If "cJSON"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
winpr/libwinpr/utils/CMakeLists.txt:180 (include)
krb5: searching without preference...
using KRB5_FOUND 1
using KRB5_VERSION 1.21.3
using KRB5_FLAVOUR MIT
using KRB5_CFLAGS -I/usr/include
using KRB5_LDFLAGS -L/usr/lib;-lkrb5;-lk5crypto;-lcom_err
using KRB5_INCLUDEDIR /usr/include
using KRB5_INCLUDE_DIRS /usr/include
using KRB5_LIBRARIES krb5;k5crypto;com_err
add_library(winpr) []
add_library(winpr-tools) []
add_executable(winpr-makecert) []
add_executable(winpr-hash) []
Configured RPATH=$ORIGIN/../lib:$ORIGIN/..
Configured RPATH=$ORIGIN/../lib:$ORIGIN/..
add_library(rdtk) []
add_executable(rdtk-sample) []
[SIMD] linking sse3 [-msse3]: sse/rfx_sse2.c;sse/rfx_sse2.h;sse/nsc_sse2.c;sse/nsc_sse2.h
INTRINSIC_TYPE=neon: not supported on target platform, ignoring
[SIMD] linking sse3 [-msse3]: sse/prim_avxsse.h;sse/prim_templates.h;sse/prim_colors_sse2.c;sse/prim_set_sse2.c;sse/prim_add_sse3.c;sse/prim_alphaComp_sse3.c;sse/prim_andor_sse3.c;sse/prim_shift_sse3.c
[SIMD] linking ssse3 [-mssse3]: sse/prim_sign_ssse3.c;sse/prim_YCoCg_ssse3.c
[SIMD] linking sse4.1 [-msse4.1]: sse/prim_copy_sse4_1.c;sse/prim_YUV_sse4.1.c
[SIMD] linking sse4.2 [-msse4.2]:
[SIMD] linking avx2 [-mavx2]: sse/prim_copy_avx2.c
INTRINSIC_TYPE=neon: not supported on target platform, ignoring
add_library(freerdp) []
add_library(freerdp-client) []
project sfreerdp is using version 3.16.0
Configured RPATH=$ORIGIN/../lib:$ORIGIN/..
add_executable(sfreerdp) []
project sdl-freerdp is using version 3.16.0
Configured RPATH=$ORIGIN/../lib:$ORIGIN/..
Using CXXFLAGS -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fvisibility=hidden -fno-omit-frame-pointer -Wredundant-decls
Using CXXFLAGS_RELEASE -O3 -DNDEBUG
Using CXXFLAGS_DEBUG -g
Using CXXFLAGS_MINSIZEREL -Os -DNDEBUG
Using CXXFLAGS_RELWITHDEBINFO -O2 -g -DNDEBUG
Building both, SDL2 and SDL3 clients, forcing WITH_CLIENT_SDL_VERSIONED=ON
add_executable(sdl2-freerdp) []
CMake Error at client/SDL/SDL3/dialogs/CMakeLists.txt:58 (find_package):
By not providing "FindSDL3_ttf.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "SDL3_ttf",
but CMake did not find one.
Could not find a package configuration file provided by "SDL3_ttf" with any
of the following names:
SDL3_ttfConfig.cmake
sdl3_ttf-config.cmake
Add the installation prefix of "SDL3_ttf" to CMAKE_PREFIX_PATH or set
"SDL3_ttf_DIR" to a directory containing one of the above files. If
"SDL3_ttf" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
client/SDL/SDL3/dialogs/CMakeLists.txt:69 (find_sdl_component)
Traceback (most recent call last):
File "/var/pisi/freerdp/actions.py", line 36, in setup
-DCHANNEL_URBDRC_CLIENT=ON")
File "/usr/lib/pisilinux/pisi/actionsapi/cmaketools.py", line 65, in configure
if system(args):
File "/usr/lib/pisilinux/pisi/actionsapi/shelltools.py", line 255, in system
error(_("Command \"%s\" failed, return value was %d.") % (command, retValue))
File "/usr/lib/pisilinux/pisi/actionsapi/__init__.py", line 27, in error
raise Error(msg)
pisi.actionsapi.Error: Command "cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_C_FLAGS="-mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC" -DCMAKE_CXX_FLAGS="-mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC" -DCMAKE_LD_FLAGS="-Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common" -DCMAKE_BUILD_TYPE=RelWithDebInfo -B build -DCMAKE_SKIP_RPATH=ON -DCMAKE_BUILD_TYPE=Release -DWITH_LIBSYSTEMD=OFF -DCMAKE_INSTALL_LIBDIR=lib -DWITH_DSP_FFMPEG=ON -DWITH_FFMPEG=ON -DWITH_PULSE=ON -DWITH_CUPS=ON -DWITH_PCSC=ON -DWITH_JPEG=ON -DWITH_SERVER=ON -DWITH_SWSCALE=ON -DWITH_CHANNELS=ON -D UWAC_FORCE_STATIC_BUILD=ON -D RDTK_FORCE_STATIC_BUILD=ON -DWITH_BINARY_VERSIONING=ON -DWITH_CLIENT_CHANNELS=ON -DWITH_SERVER_CHANNELS=ON -DCHANNEL_URBDRC_CLIENT=ON ." failed, return value was 1.
[01;31mAction script error caught.
[0m[01;33m*** 1 error(s), 0 warning(s)
[0m[01;31mProgram terminated.
[0m