0

Hello I'm trying to compile the secondlife Third party viewer Alchemy, but the community seems to be a bit dead on discord, And there is literally no concise updated documentation about the compilation of the program. I tried building it my own but I get an error of missing strtod_l when using CMake to compile the source. This is my output:

autobuild configure --verbose -c RelWithDebInfo
Warning: no --id argument or AUTOBUILD_BUILD_ID environment variable specified;
    using a value from the UTC date and time (230732159), which may not be unique
No linux64 configuration found; inheriting linux
configure command:
  cmake -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DADDRESS_SIZE:STRING=64 -DROOT_PROJECT_NAME:STRING=Alchemy -DINSTALL_PROPRIETARY=TRUE -G Ninja ../indra
 '/usr/bin/cmake' '-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo' '-DADDRESS_SIZE:STRING=64' '-DROOT_PROJECT_NAME:STRING=Alchemy' '-DINSTALL_PROPRIETARY=TRUE' '-G' 'Ninja' '../indra'
-- Found Python3: /usr/bin/python3.10 (found version "3.10.10") found components: Interpreter 
-- Using PKG_CONFIG_LIBDIR=/usr/lib64/pkgconfig:/usr/share/pkgconfig:/usr/local/share/pkgconfig
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0") 
-- Performing Test HAS_DEBUG_OPTIMIZATION
-- Performing Test HAS_DEBUG_OPTIMIZATION - Success
-- Performing Test HAS_STRONG_STACK_PROTECTOR
-- Performing Test HAS_STRONG_STACK_PROTECTOR - Success
-- Performing Test HAS_STACK_PROTECTOR
-- Performing Test HAS_STACK_PROTECTOR - Success
-- Found Git: /usr/bin/git (found version "2.39.2") 
Building 'Alchemy Test' Version 6.3.8.46883
CMake Warning at /home/bonii/.ark/alchemy/build-linux-64/_deps/absl-src/CMakeLists.txt:70 (message):
  A future Abseil release will default ABSL_PROPAGATE_CXX_STD to ON for CMake
  3.8 and up.  We recommend enabling this option to ensure your project still
  builds correctly.


-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Module support is disabled.
-- Version: 8.1.1
-- Build type: RelWithDebInfo
-- CXX_STANDARD: 17
-- Performing Test has_std_17_flag
-- Performing Test has_std_17_flag - Success
-- Performing Test has_std_1z_flag
-- Performing Test has_std_1z_flag - Success
-- Performing Test SUPPORTS_USER_DEFINED_LITERALS
-- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success
-- Performing Test FMT_HAS_VARIANT
-- Performing Test FMT_HAS_VARIANT - Success
-- Required features: cxx_variadic_templates
-- Looking for strtod_l
-- Looking for strtod_l - not found

after this it gets stuck

bonii
  • 71
  • 1
  • 9

0 Answers0