Jump to content

BoniiKwiiDz

Resident
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello, I'm trying to compile the Alchemy viewer inside Artix linux, All the documentation is confusing, and not clear, so, Compiling this it's a hell, I ran into an error, that says that strtod_l was not found inside CMake this is the full output: 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 how can I fix this, and how should I compile the viewer? I found on forums that I required these dependencies: sudo apt install --install-recommends make cmake curl doxygen gdb git python2 python2-dev python-all python3-virtualenv libalut-dev libapr1-dev libaprutil1-dev libatk1.0-dev libboost-all-dev libcairo2-dev libcollada-dom2.4-dp-dev libcurl4-openssl-dev libgl1-mesa-dev libglu1-mesa-dev libpython-all-dev libstdc++6 libx11-dev libxinerama-dev libxml2-dev libxrender-dev g++ gcc -y which are for debian, and most not available on arch/artix
×
×
  • Create New...