You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask some support on the instalation.
After starting the install with cmake -DDEBUG=YES -DQTGUI=YES -DNATT=YES -DLDAP=YES ,I'm getting the following errors.
CMake Warning:
Nosourceor binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.
CMake Deprecation Warning at CMakeLists.txt:12 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> valueor use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Using installprefix /usr/local ...
-- Using etc installpath /usr/local/etc ...
-- Using bin installpath /usr/local/bin ...
-- Using sbin installpath /usr/local/sbin ...
-- Using lib installpath /usr/local/lib ...
-- Using man installpath /usr/local/man ...
-- Using library
CMake Error at CMakeLists.txt:329 (check_library_exists):
check_library_exists Macro invoked with incorrect arguments for macro
named: CHECK_LIBRARY_EXISTS
-- Using binary /usr/bin/flex ...
-- Using binary /usr/bin/bison ...
-- Enabled NAT Traversal support ...
-- Enabled LDAP Authentication support ...
-- Enabled Client QT GUI support ...
CMake Warning (dev) at source/iked/CMakeLists.txt:111 (add_custom_command):
Policy CMP0050 is not set: Disallow add_custom_command SOURCE signatures.
Run "cmake --help-policy CMP0050" for policy details. Use the cmake_policy
command to set the policyand suppress this warning.
The SOURCE signatures of add_custom_command are no longer supported.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at source/iked/CMakeLists.txt:120 (add_custom_command):
Policy CMP0050 is not set: Disallow add_custom_command SOURCE signatures.
Run "cmake --help-policy CMP0050" for policy details. Use the cmake_policy
command to set the policyand suppress this warning.
The SOURCE signatures of add_custom_command are no longer supported.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
See also "/home/rodrigo/mk/shrew-qt5/CMakeFiles/CMakeOutput.log".
I'm using a Linux Manjaro: Linux pc 5.17.9-1-MANJARO #1 SMP PREEMPT Wed May 18 09:20:53 UTC 2022 x86_64 GNU/Linux
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I would like to ask some support on the instalation.
After starting the install with cmake -DDEBUG=YES -DQTGUI=YES -DNATT=YES -DLDAP=YES ,I'm getting the following errors.
I'm using a Linux Manjaro: Linux pc 5.17.9-1-MANJARO #1 SMP PREEMPT Wed May 18 09:20:53 UTC 2022 x86_64 GNU/Linux
Thanks in advance
The text was updated successfully, but these errors were encountered: