carla icon indicating copy to clipboard operation
carla copied to clipboard

BUILD_PYTHON_API fix

Open MarcelPiNacy opened this issue 10 months ago • 2 comments

This PR fixes build errors when BUILD_PYTHON_API=OFF.

MarcelPiNacy avatar Apr 17 '24 16:04 MarcelPiNacy

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update our CHANGELOG.md based on your changes.

update-docs[bot] avatar Apr 17 '24 16:04 update-docs[bot]

I tested the build in Linux and throws the next error:

xsole@xsole:~/programing/carlaUE5_cmake$ cmake -G Ninja -S . -B Build --toolchain=$PWD/CMake/LinuxToolchain.cmake -DLAUNCH_ARGS="-prefernvidia" -DCMAKE_BUILD_TYPE=Release -DENABLE_ROS2=ON -DBUILD_CARLA_UNREAL=ON -DCARLA_UNREAL_ENGINE_PATH=$CARLA_UNREAL_ENGINE_PATH
-- The C compiler identification is Clang 16.0.6
-- The CXX compiler identification is Clang 16.0.6
-- The ASM compiler identification is Clang with GNU-like command-line
-- Found assembler: /home/xsole/programing/UnrealEngine5_carla/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v22_clang-16.0.6-centos7/x86_64-unknown-linux-gnu/bin/clang
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/xsole/programing/UnrealEngine5_carla/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v22_clang-16.0.6-centos7/x86_64-unknown-linux-gnu/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/xsole/programing/UnrealEngine5_carla/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v22_clang-16.0.6-centos7/x86_64-unknown-linux-gnu/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CARLA: (option) BUILD_CARLA_CLIENT : ON
-- CARLA: (option) BUILD_CARLA_SERVER : ON
-- CARLA: (option) BUILD_EXAMPLES : ON
-- CARLA: (option) BUILD_LIBCARLA_TESTS : ON
-- CARLA: (option) ENABLE_PYTORCH : OFF
-- CARLA: (option) BUILD_PYTHON_API : ON
-- CARLA: (option) ENABLE_ROS2 : OFF
-- CARLA: (option) ENABLE_OSM2ODR : OFF
-- CARLA: (option) ENABLE_RSS : OFF
-- CARLA: (option) INSTALL_LIBCARLA : ON
-- CARLA: (option) BUILD_OSM_WORLD_RENDERER : OFF
-- CARLA: (option) ENABLE_RTTI : OFF
-- CARLA: (option) ENABLE_EXCEPTIONS : OFF
-- CARLA: (option) PREFER_CLONE : OFF
-- CARLA: (option) BUILD_PYTHON_API_WHEEL_PACKAGE : ON
-- CARLA: (option) ENABLE_PEP517 : ON
-- CARLA: (option) ENABLE_ALL_WARNINGS : OFF
-- CARLA: (option) ENABLE_WARNINGS_TO_ERRORS : OFF
-- CARLA: (option) LIBCARLA_IMAGE_SUPPORTED_FORMATS : "png"
-- CARLA: (option) GCC_COMPILER : "/usr/bin/gcc-7"
-- CARLA: (option) CARLA_UNREAL_CONTENT_PREFER_CLONE : OFF
-- CARLA: (option) CARLA_UNREAL_ENGINE_PATH : "/home/xsole/programing/UnrealEngine5_carla"
-- CARLA: Using /home/xsole/programing/UnrealEngine5_carla as Unreal Engine root path.
-- CARLA: (option) BUILD_CARLA_UNREAL : ON
-- CARLA: (option) CARLA_UNREAL_RHI : "vulkan"
-- CARLA: Carla UE project successfully added to build. (UE path: /home/xsole/programing/UnrealEngine5_carla)
-- CARLA: (option) CARLA_LAUNCH_ARGS : ""
-- CARLA: (option) CARLA_UNREAL_BUILD_TYPE : "Development"
-- CARLA: (option) CARLA_BOOST_VERSION : "1.84.0"
-- CARLA: (option) CARLA_BOOST_TAG : "boost-1.84.0"
-- CARLA: (option) CARLA_EIGEN_VERSION : "3.4.0"
-- CARLA: (option) CARLA_EIGEN_TAG : "3.4.0"
-- CARLA: (option) CARLA_GTEST_VERSION : "1.14.0"
-- CARLA: (option) CARLA_GTEST_TAG : "v1.14.0"
-- CARLA: (option) CARLA_LIBPNG_VERSION : "1.6.40"
-- CARLA: (option) CARLA_LIBPNG_TAG : "v1.6.40"
-- CARLA: (option) CARLA_PROJ_VERSION : "7.2.1"
-- CARLA: (option) CARLA_PROJ_TAG : "7.2.1"
-- CARLA: (option) CARLA_RECAST_TAG : "carla"
-- CARLA: (option) CARLA_RPCLIB_TAG : "carla"
-- CARLA: (option) CARLA_SQLITE_VERSION : "3.45.01.00"
-- CARLA: (option) CARLA_XERCESC_VERSION : "3.2.4"
-- CARLA: (option) CARLA_XERCESC_TAG : "v3.2.4"
-- CARLA: (option) CARLA_ZLIB_VERSION : "1.3.1"
-- CARLA: (option) CARLA_ZLIB_TAG : "v1.3.1"
-- CARLA: (option) CARLA_LUNASVG_VERSION : "master"
-- CARLA: (option) CARLA_LUNASVG_TAG : "master"
-- CARLA: (option) CARLA_LIBOSMSCOUT_VERSION : "master"
-- CARLA: (option) CARLA_LIBOSMSCOUT_TAG : "master"
-- CARLA: (option) CARLA_STREETMAP_VERSION : "ue5.3"
-- CARLA: (option) CARLA_STREETMAP_TAG : "ue5.3"
-- Performing Test HAS_PTHREAD
-- Performing Test HAS_PTHREAD - Success
-- CARLA: Enabling CARLA image support for "png".
-- Performing Test HAS_macro_redefined
-- Performing Test HAS_macro_redefined - Success
-- Performing Test HAS__4005
-- Performing Test HAS__4005 - Failed
-- Performing Test HAS_incompatible_pointer_types
-- Performing Test HAS_incompatible_pointer_types - Success
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- CARLA: Downloading sqlite3...
-- CARLA: Downloading zlib...
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of off64_t
-- Check size of off64_t - done
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Renaming
--     /home/xsole/programing/carlaUE5_cmake/Build/_deps/zlib-src/zconf.h
-- to 'zconf.h.included' because this file is included with zlib
-- but CMake generates it automatically in the build directory.
-- CARLA: Downloading libpng...
CMake Deprecation Warning at Build/_deps/libpng-src/CMakeLists.txt:33 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at Build/_deps/libpng-src/CMakeLists.txt:34 (cmake_policy):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Performing Test HAVE_LD_VERSION_SCRIPT
-- Performing Test HAVE_LD_VERSION_SCRIPT - Success
-- Symbol prefix: 
-- CARLA: Downloading boost...
-- CARLA: Downloading eigen...
-- CARLA: Downloading rpclib...
-- CARLA: Downloading recastnavigation...
-- CARLA: Downloading StreetMap...
-- Boost: Release build, static libraries, MPI OFF, Python ON, testing OFF
-- Boost: libraries included: asio;iterator;python;date_time;geometry;gil;container;variant2
-- Performing Test BOOST_ATOMIC_TARGET_X86
-- Performing Test BOOST_ATOMIC_TARGET_X86 - Success
-- Performing Test BOOST_ATOMIC_COMPILER_HAS_SSE2
-- Performing Test BOOST_ATOMIC_COMPILER_HAS_SSE2 - Success
-- Performing Test BOOST_ATOMIC_COMPILER_HAS_SSE41
-- Performing Test BOOST_ATOMIC_COMPILER_HAS_SSE41 - Success
-- Boost.Context: architecture x86_64, binary format elf, ABI sysv, assembler gas, suffix .S, implementation fcontext
-- Performing Test BOOST_FILESYSTEM_HAS_INIT_PRIORITY
-- Performing Test BOOST_FILESYSTEM_HAS_INIT_PRIORITY - Success
-- Performing Test BOOST_FILESYSTEM_HAS_CXX20_ATOMIC_REF
-- Performing Test BOOST_FILESYSTEM_HAS_CXX20_ATOMIC_REF - Failed
-- Performing Test BOOST_FILESYSTEM_HAS_STAT_ST_BLKSIZE
-- Performing Test BOOST_FILESYSTEM_HAS_STAT_ST_BLKSIZE - Success
-- Performing Test BOOST_FILESYSTEM_HAS_STAT_ST_MTIM
-- Performing Test BOOST_FILESYSTEM_HAS_STAT_ST_MTIM - Success
-- Performing Test BOOST_FILESYSTEM_HAS_STAT_ST_MTIMENSEC
-- Performing Test BOOST_FILESYSTEM_HAS_STAT_ST_MTIMENSEC - Failed
-- Performing Test BOOST_FILESYSTEM_HAS_STAT_ST_MTIMESPEC
-- Performing Test BOOST_FILESYSTEM_HAS_STAT_ST_MTIMESPEC - Failed
-- Performing Test BOOST_FILESYSTEM_HAS_STAT_ST_BIRTHTIMENSEC
-- Performing Test BOOST_FILESYSTEM_HAS_STAT_ST_BIRTHTIMENSEC - Failed
-- Performing Test BOOST_FILESYSTEM_HAS_STAT_ST_BIRTHTIMESPEC
-- Performing Test BOOST_FILESYSTEM_HAS_STAT_ST_BIRTHTIMESPEC - Failed
-- Performing Test BOOST_FILESYSTEM_HAS_STATX
-- Performing Test BOOST_FILESYSTEM_HAS_STATX - Success
-- Performing Test BOOST_FILESYSTEM_HAS_FDOPENDIR_NOFOLLOW
-- Performing Test BOOST_FILESYSTEM_HAS_FDOPENDIR_NOFOLLOW - Success
-- Performing Test BOOST_FILESYSTEM_HAS_DIRENT_D_TYPE
-- Performing Test BOOST_FILESYSTEM_HAS_DIRENT_D_TYPE - Success
-- Performing Test BOOST_FILESYSTEM_HAS_POSIX_AT_APIS
-- Performing Test BOOST_FILESYSTEM_HAS_POSIX_AT_APIS - Success
-- Boost.Math: standalone mode OFF
-- Boost.Multiprecision: standalone mode OFF
-- Found Python: /usr/include/python3.10 (found version "3.10.12") found components: Development NumPy Interpreter Development.Module Development.Embed 
-- Boost.Python: using Python 3.10.12 with NumPy at /home/xsole/.local/lib/python3.10/site-packages/numpy/core/include
-- Found the following ICU libraries:
--   data (required): /usr/lib/x86_64-linux-gnu/libicudata.so
--   i18n (required): /usr/lib/x86_64-linux-gnu/libicui18n.so
--   uc (required): /usr/lib/x86_64-linux-gnu/libicuuc.so
-- Found ICU: /usr/include (found version "70.1") 
-- Boost.Thread: threading API is pthread
-- Performing Test EIGEN_COMPILER_SUPPORT_CPP11
-- Performing Test EIGEN_COMPILER_SUPPORT_CPP11 - Success
-- Performing Test COMPILER_SUPPORT_std=cpp03
-- Performing Test COMPILER_SUPPORT_std=cpp03 - Success
-- Performing Test standard_math_library_linked_to_automatically
-- Performing Test standard_math_library_linked_to_automatically - Success
-- Standard libraries to link to explicitly: none
-- Performing Test COMPILER_SUPPORT_WERROR
-- Performing Test COMPILER_SUPPORT_WERROR - Success
-- Performing Test COMPILER_SUPPORT_pedantic
-- Performing Test COMPILER_SUPPORT_pedantic - Success
-- Performing Test COMPILER_SUPPORT_Wall
-- Performing Test COMPILER_SUPPORT_Wall - Success
-- Performing Test COMPILER_SUPPORT_Wextra
-- Performing Test COMPILER_SUPPORT_Wextra - Success
-- Performing Test COMPILER_SUPPORT_Wundef
-- Performing Test COMPILER_SUPPORT_Wundef - Success
-- Performing Test COMPILER_SUPPORT_Wcastalign
-- Performing Test COMPILER_SUPPORT_Wcastalign - Success
-- Performing Test COMPILER_SUPPORT_Wcharsubscripts
-- Performing Test COMPILER_SUPPORT_Wcharsubscripts - Success
-- Performing Test COMPILER_SUPPORT_Wnonvirtualdtor
-- Performing Test COMPILER_SUPPORT_Wnonvirtualdtor - Success
-- Performing Test COMPILER_SUPPORT_Wunusedlocaltypedefs
-- Performing Test COMPILER_SUPPORT_Wunusedlocaltypedefs - Success
-- Performing Test COMPILER_SUPPORT_Wpointerarith
-- Performing Test COMPILER_SUPPORT_Wpointerarith - Success
-- Performing Test COMPILER_SUPPORT_Wwritestrings
-- Performing Test COMPILER_SUPPORT_Wwritestrings - Success
-- Performing Test COMPILER_SUPPORT_Wformatsecurity
-- Performing Test COMPILER_SUPPORT_Wformatsecurity - Success
-- Performing Test COMPILER_SUPPORT_Wshorten64to32
-- Performing Test COMPILER_SUPPORT_Wshorten64to32 - Success
-- Performing Test COMPILER_SUPPORT_Wlogicalop
-- Performing Test COMPILER_SUPPORT_Wlogicalop - Failed
-- Performing Test COMPILER_SUPPORT_Wenumconversion
-- Performing Test COMPILER_SUPPORT_Wenumconversion - Success
-- Performing Test COMPILER_SUPPORT_Wcpp11extensions
-- Performing Test COMPILER_SUPPORT_Wcpp11extensions - Success
-- Performing Test COMPILER_SUPPORT_Wdoublepromotion
-- Performing Test COMPILER_SUPPORT_Wdoublepromotion - Success
-- Performing Test COMPILER_SUPPORT_Wshadow
-- Performing Test COMPILER_SUPPORT_Wshadow - Success
-- Performing Test COMPILER_SUPPORT_Wnopsabi
-- Performing Test COMPILER_SUPPORT_Wnopsabi - Success
-- Performing Test COMPILER_SUPPORT_Wnovariadicmacros
-- Performing Test COMPILER_SUPPORT_Wnovariadicmacros - Success
-- Performing Test COMPILER_SUPPORT_Wnolonglong
-- Performing Test COMPILER_SUPPORT_Wnolonglong - Success
-- Performing Test COMPILER_SUPPORT_fnochecknew
-- Performing Test COMPILER_SUPPORT_fnochecknew - Success
-- Performing Test COMPILER_SUPPORT_fnocommon
-- Performing Test COMPILER_SUPPORT_fnocommon - Success
-- Performing Test COMPILER_SUPPORT_fstrictaliasing
-- Performing Test COMPILER_SUPPORT_fstrictaliasing - Success
-- Performing Test COMPILER_SUPPORT_wd981
-- Performing Test COMPILER_SUPPORT_wd981 - Failed
-- Performing Test COMPILER_SUPPORT_wd2304
-- Performing Test COMPILER_SUPPORT_wd2304 - Failed
-- Performing Test COMPILER_SUPPORT_STRICTANSI
-- Performing Test COMPILER_SUPPORT_STRICTANSI - Failed
-- Performing Test COMPILER_SUPPORT_Qunusedarguments
-- Performing Test COMPILER_SUPPORT_Qunusedarguments - Success
-- Performing Test COMPILER_SUPPORT_ansi
-- Performing Test COMPILER_SUPPORT_ansi - Success
-- Performing Test COMPILER_SUPPORT_OPENMP
-- Performing Test COMPILER_SUPPORT_OPENMP - Success
-- Looking for a Fortran compiler
-- Looking for a Fortran compiler - NOTFOUND
-- Found unsuitable Qt version "" from NOTFOUND
-- Qt4 not found, so disabling the mandelbrot and opengl demos
-- Could NOT find CHOLMOD (missing: CHOLMOD_INCLUDES CHOLMOD_LIBRARIES) 
-- Could NOT find UMFPACK (missing: UMFPACK_INCLUDES UMFPACK_LIBRARIES) 
-- Could NOT find KLU (missing: KLU_INCLUDES KLU_LIBRARIES) 
-- Could NOT find SuperLU (missing: SUPERLU_INCLUDES SUPERLU_LIBRARIES SUPERLU_VERSION_OK) (Required is at least version "4.0")
-- Checking for one of the modules 'hwloc'
-- A version of Pastix has been found but pastix_nompi.h does not exist in the include directory. Because Eigen tests require a version without MPI, we disable the Pastix backend.
-- 
-- Configured Eigen 3.4.0
-- 
-- Available targets (use: cmake --build . --target TARGET):
-- ---------+--------------------------------------------------------------
-- Target   |   Description
-- ---------+--------------------------------------------------------------
-- install  | Install Eigen. Headers will be installed to:
--          |     <CMAKE_INSTALL_PREFIX>/<INCLUDE_INSTALL_DIR>
--          |   Using the following values:
--          |     CMAKE_INSTALL_PREFIX: /usr/local
--          |     INCLUDE_INSTALL_DIR:  include/eigen3
--          |   Change the install location of Eigen headers using:
--          |     cmake . -DCMAKE_INSTALL_PREFIX=yourprefix
--          |   Or:
--          |     cmake . -DINCLUDE_INSTALL_DIR=yourdir
-- doc      | Generate the API documentation, requires Doxygen & LaTeX
-- blas     | Build BLAS library (not the same thing as Eigen)
-- uninstall| Remove files installed by the install target
-- ---------+--------------------------------------------------------------
-- 
-- Performing Test UNUSED_LAMBDA_CAPTURE_WARN_SUPPORTED
-- Performing Test UNUSED_LAMBDA_CAPTURE_WARN_SUPPORTED - Success
-- Performing Test ZERO_AS_NULL_POINTER_CONSTANT_WARN_SUPPORTED
-- Performing Test ZERO_AS_NULL_POINTER_CONSTANT_WARN_SUPPORTED - Success
CMake Deprecation Warning at Build/_deps/recastnavigation-src/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CARLA: Configuring file /home/xsole/programing/carlaUE5_cmake/LibCarla/source/carla/Version.h
-- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter Development.Module Development.Embed Development.SABIModule 
-- CARLA: Configuring file /home/xsole/programing/carlaUE5_cmake/PythonAPI/carla/pyproject.toml
-- CARLA: Configuring file /home/xsole/programing/carlaUE5_cmake/PythonAPI/carla/CMakeLists.txt
-- CARLA: CARLA Unreal Content - FOUND
-- Configuring done (22.9s)
-- Generating done (0.1s)
-- Build files have been written to: /home/xsole/programing/carlaUE5_cmake/Build
xsole@xsole:~/programing/carlaUE5_cmake$ cmake --build Build --target launch
[113/372] Building CXX object _deps/rpclib-build/CMakeFiles/rpc.dir/lib/rpc/nonstd/optional.cc.o
In file included from /home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/lib/rpc/nonstd/optional.cc:1:
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/include/rpc/nonstd/optional.hpp:567:15: warning: 'what' overrides a member function but is not marked 'override' [-Wsuggest-override]
  const char* what() const noexcept;
              ^
/home/xsole/programing/UnrealEngine5_carla/Engine/Source/ThirdParty/Unix/LibCxx/include/c++/v1/stdexcept:92:25: note: overridden virtual function is here
    virtual const char* what() const _NOEXCEPT;
                        ^
1 warning generated.
[145/372] Building CXX object _deps/rpclib-build/CMakeFiles/rpc.dir/dependencies/src/posix.cc.o
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/posix.cc:223:7: warning: 'fds' is an unsafe buffer that does not perform bounds checks [-Wunsafe-buffer-usage]
  int fds[2] = {};
  ~~~~^~~~~~~~~~~
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/posix.cc:238:20: note: used in buffer access here
  write_end = File(fds[1]);
                   ^~~
1 warning generated.
[152/372] Building CXX object _deps/rpclib-build/CMakeFiles/rpc.dir/lib/rpc/detail/client_error.cc.o
In file included from /home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/lib/rpc/detail/client_error.cc:3:
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/include/rpc/detail/client_error.h:31:17: warning: 'what' overrides a member function but is not marked 'override' [-Wsuggest-override]
    const char *what() const noexcept;
                ^
/home/xsole/programing/UnrealEngine5_carla/Engine/Source/ThirdParty/Unix/LibCxx/include/c++/v1/exception:107:25: note: overridden virtual function is here
    virtual const char* what() const _NOEXCEPT;
                        ^
1 warning generated.
[155/372] Building CXX object _deps/rpclib-build/CMakeFiles/rpc.dir/lib/rpc/rpc_error.cc.o
In file included from /home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/lib/rpc/rpc_error.cc:1:
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/include/rpc/rpc_error.h:56:17: warning: 'what' overrides a member function but is not marked 'override' [-Wsuggest-override]
    const char* what() const noexcept;
                ^
/home/xsole/programing/UnrealEngine5_carla/Engine/Source/ThirdParty/Unix/LibCxx/include/c++/v1/stdexcept:115:25: note: overridden virtual function is here
    virtual const char* what() const _NOEXCEPT;
                        ^
1 warning generated.
[162/372] Building CXX object _deps/rpclib-build/CMakeFiles/rpc.dir/dependencies/src/format.cc.o
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:1334:8: warning: 'escape' is an unsafe buffer that does not perform bounds checks [-Wunsafe-buffer-usage]
  char escape[] = "\x1b[30m";
  ~~~~~^~~~~~~~~~~~~~~~~~~~~
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:1335:3: note: used in buffer access here
  escape[3] = static_cast<char>('0' + c);
  ^~~~~~
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:302:30: warning: 's' is an unsafe buffer that does not perform bounds checks [-Wunsafe-buffer-usage]
void check_sign(const Char *&s, const Arg &arg) {
                ~~~~~~~~~~~~~^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:1161:9: note: in instantiation of function template specialization 'clmdep_fmt::(anonymous namespace)::check_sign<char>' requested here
        check_sign(s, arg);
        ^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:309:5: note: used in pointer arithmetic here
  ++s;
    ^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:271:40: warning: 's' is an unsafe buffer that does not perform bounds checks [-Wunsafe-buffer-usage]
int parse_nonnegative_int(const Char *&s) {
                          ~~~~~~~~~~~~~^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:1190:21: note: in instantiation of function template specialization 'clmdep_fmt::(anonymous namespace)::parse_nonnegative_int<char>' requested here
      spec.width_ = parse_nonnegative_int(s);
                    ^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:275:41: note: used in pointer arithmetic here
    unsigned new_value = value * 10 + (*s++ - '0');
                                        ^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:477:13: warning: 'out' is an unsafe pointer used for buffer access [-Wunsafe-buffer-usage]
    CharPtr out = CharPtr();
    ~~~~~~~~^~~~~~~~~~~~~~~
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/include/format.h:1286:27: note: in instantiation of member function 'clmdep_fmt::internal::BasicArgFormatter<clmdep_fmt::internal::ArgFormatter<char>, char>::visit_char' requested here
      return FMT_DISPATCH(visit_char(arg.int_value));
                          ^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:1278:52: note: in instantiation of member function 'clmdep_fmt::internal::ArgVisitor<clmdep_fmt::internal::ArgFormatter<char>, void>::visit' requested here
  internal::ArgFormatter<Char>(*this, spec, s - 1).visit(arg);
                                                   ^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:483:9: note: used in pointer arithmetic here
        out += spec_.width_ - FMT_CHAR_WIDTH;
        ^~~
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:488:21: note: used in pointer arithmetic here
        std::fill_n(out + FMT_CHAR_WIDTH, spec_.width_ - FMT_CHAR_WIDTH, fill);
                    ^~~
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:565:13: warning: 'out' is an unsafe pointer used for buffer access [-Wunsafe-buffer-usage]
    CharPtr out = CharPtr();
    ~~~~~~~~^~~~~~~~~~~~~~~
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/include/format.h:1286:27: note: in instantiation of member function 'clmdep_fmt::internal::PrintfArgFormatter<char>::visit_char' requested here
      return FMT_DISPATCH(visit_char(arg.int_value));
                          ^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:1108:54: note: in instantiation of member function 'clmdep_fmt::internal::ArgVisitor<clmdep_fmt::internal::PrintfArgFormatter<char>, void>::visit' requested here
    internal::PrintfArgFormatter<Char>(writer, spec).visit(arg);
                                                     ^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:571:9: note: used in pointer arithmetic here
        out += fmt_spec.width_ - 1;
        ^~~
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:573:21: note: used in pointer arithmetic here
        std::fill_n(out + 1, fmt_spec.width_ - 1, fill);
                    ^~~
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:302:30: warning: 's' is an unsafe buffer that does not perform bounds checks [-Wunsafe-buffer-usage]
void check_sign(const Char *&s, const Arg &arg) {
                ~~~~~~~~~~~~~^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:1161:9: note: in instantiation of function template specialization 'clmdep_fmt::(anonymous namespace)::check_sign<wchar_t>' requested here
        check_sign(s, arg);
        ^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:309:5: note: used in pointer arithmetic here
  ++s;
    ^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:271:40: warning: 's' is an unsafe buffer that does not perform bounds checks [-Wunsafe-buffer-usage]
int parse_nonnegative_int(const Char *&s) {
                          ~~~~~~~~~~~~~^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:1190:21: note: in instantiation of function template specialization 'clmdep_fmt::(anonymous namespace)::parse_nonnegative_int<wchar_t>' requested here
      spec.width_ = parse_nonnegative_int(s);
                    ^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:275:41: note: used in pointer arithmetic here
    unsigned new_value = value * 10 + (*s++ - '0');
                                        ^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:477:13: warning: 'out' is an unsafe pointer used for buffer access [-Wunsafe-buffer-usage]
    CharPtr out = CharPtr();
    ~~~~~~~~^~~~~~~~~~~~~~~
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/include/format.h:1286:27: note: in instantiation of member function 'clmdep_fmt::internal::BasicArgFormatter<clmdep_fmt::internal::ArgFormatter<wchar_t>, wchar_t>::visit_char' requested here
      return FMT_DISPATCH(visit_char(arg.int_value));
                          ^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:1278:52: note: in instantiation of member function 'clmdep_fmt::internal::ArgVisitor<clmdep_fmt::internal::ArgFormatter<wchar_t>, void>::visit' requested here
  internal::ArgFormatter<Char>(*this, spec, s - 1).visit(arg);
                                                   ^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:488:21: note: used in pointer arithmetic here
        std::fill_n(out + FMT_CHAR_WIDTH, spec_.width_ - FMT_CHAR_WIDTH, fill);
                    ^~~
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:483:9: note: used in pointer arithmetic here
        out += spec_.width_ - FMT_CHAR_WIDTH;
        ^~~
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:565:13: warning: 'out' is an unsafe pointer used for buffer access [-Wunsafe-buffer-usage]
    CharPtr out = CharPtr();
    ~~~~~~~~^~~~~~~~~~~~~~~
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/include/format.h:1286:27: note: in instantiation of member function 'clmdep_fmt::internal::PrintfArgFormatter<wchar_t>::visit_char' requested here
      return FMT_DISPATCH(visit_char(arg.int_value));
                          ^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:1108:54: note: in instantiation of member function 'clmdep_fmt::internal::ArgVisitor<clmdep_fmt::internal::PrintfArgFormatter<wchar_t>, void>::visit' requested here
    internal::PrintfArgFormatter<Char>(writer, spec).visit(arg);
                                                     ^
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:573:21: note: used in pointer arithmetic here
        std::fill_n(out + 1, fmt_spec.width_ - 1, fill);
                    ^~~
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/dependencies/src/format.cc:571:9: note: used in pointer arithmetic here
        out += fmt_spec.width_ - 1;
        ^~~
9 warnings generated.
[165/372] Building CXX object _deps/rpclib-build/CMakeFiles/rpc.dir/lib/rpc/server.cc.o
In file included from /home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/lib/rpc/server.cc:1:
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/include/rpc/server.h:109:16: warning: parameter 'name' not found in the function declaration [-Wdocumentation]
    //! \param name The name of the functor.
               ^~~~
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/lib/rpc/server.cc:58:22: warning: unused variable 'ep' [-Wunused-variable]
                auto ep = socket_.remote_endpoint();
                     ^
2 warnings generated.
[167/372] Building CXX object _deps/rpclib-build/CMakeFiles/rpc.dir/lib/rpc/dispatcher.cc.o
In file included from /home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/lib/rpc/dispatcher.cc:3:
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/include/rpc/detail/client_error.h:31:17: warning: 'what' overrides a member function but is not marked 'override' [-Wsuggest-override]
    const char *what() const noexcept;
                ^
/home/xsole/programing/UnrealEngine5_carla/Engine/Source/ThirdParty/Unix/LibCxx/include/c++/v1/exception:107:25: note: overridden virtual function is here
    virtual const char* what() const _NOEXCEPT;
                        ^
1 warning generated.
[170/372] Building CXX object _deps/rpclib-build/CMakeFiles/rpc.dir/lib/rpc/detail/server_session.cc.o
In file included from /home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/lib/rpc/detail/server_session.cc:4:
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/include/rpc/server.h:109:16: warning: parameter 'name' not found in the function declaration [-Wdocumentation]
    //! \param name The name of the functor.
               ^~~~
1 warning generated.
[179/372] Building CXX object _deps/rpclib-build/CMakeFiles/rpc.dir/lib/rpc/client.cc.o
In file included from /home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/lib/rpc/client.cc:1:
In file included from /home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/include/rpc/client.h:6:
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/include/rpc/nonstd/optional.hpp:567:15: warning: 'what' overrides a member function but is not marked 'override' [-Wsuggest-override]
  const char* what() const noexcept;
              ^
/home/xsole/programing/UnrealEngine5_carla/Engine/Source/ThirdParty/Unix/LibCxx/include/c++/v1/stdexcept:92:25: note: overridden virtual function is here
    virtual const char* what() const _NOEXCEPT;
                        ^
In file included from /home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/lib/rpc/client.cc:3:
/home/xsole/programing/carlaUE5_cmake/Build/_deps/rpclib-src/include/rpc/rpc_error.h:56:17: warning: 'what' overrides a member function but is not marked 'override' [-Wsuggest-override]
    const char* what() const noexcept;
                ^
/home/xsole/programing/UnrealEngine5_carla/Engine/Source/ThirdParty/Unix/LibCxx/include/c++/v1/stdexcept:115:25: note: overridden virtual function is here
    virtual const char* what() const _NOEXCEPT;
                        ^
2 warnings generated.
[186/372] Building CXX object LibCarla/CMakeFiles/carla-client.dir/source/carla/geom/Simplification.cpp.o
In file included from /home/xsole/programing/carlaUE5_cmake/LibCarla/source/carla/geom/Simplification.cpp:8:
/home/xsole/programing/carlaUE5_cmake/LibCarla/source/third-party/simplify/Simplify.h:1006:13: warning: add explicit braces to avoid dangling else [-Wdangling-else]
            else if (sscanf(line, "vt %lf %lf %lf",
            ^
1 warning generated.
[255/372] Generating Includes.inc, /home/xsole/programing/carlaUE5_cmake/Unreal/CarlaUnreal/...def, /home/xsole/programing/carlaUE5_cmake/Unreal/CarlaUnreal/Plugins/CarlaTools/Options.def
[256/372] Performing prelaunch check for CARLA Content presence.
[268/372] Performing download step (download, verify and extract) for 'foonathan_memory'
-- Downloading...
   dst='/home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/master.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://github.com/eProsima/foonathan_memory_vendor/archive/refs/heads/master.zip'
-- Downloading... done
-- extracting...
     src='/home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/master.zip'
     dst='/home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[271/372] Performing download step (download, verify and extract) for 'fastcdr'
-- Downloading...
   dst='/home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/fastcdr-prefix/src/1.1.x.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://github.com/eProsima/Fast-CDR/archive/refs/heads/1.1.x.zip'
-- Downloading... done
-- extracting...
     src='/home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/fastcdr-prefix/src/1.1.x.zip'
     dst='/home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/fastcdr-prefix/src/fastcdr'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[274/372] Performing configure step for 'foonathan_memory'
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (0.2s)
-- Generating done (0.0s)
-- Build files have been written to: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build
[276/372] Performing configure step for 'fastcdr'
-- The CXX compiler identification is GNU 11.4.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring Fast CDR
-- Version: 1.1.1
-- To change the version modify the file configure.ac
-- Performing Test SUPPORTS_NOTFOUND
-- Performing Test SUPPORTS_NOTFOUND - Success
-- Enforced cxx_std_11 CMake feature
-- Looking for C++ include sys/types.h
-- Looking for C++ include sys/types.h - found
-- Looking for C++ include stdint.h
-- Looking for C++ include stdint.h - found
-- Looking for C++ include stddef.h
-- Looking for C++ include stddef.h - found
-- Check size of long double
-- Check size of long double - done
-- Check size of __float128
-- Check size of __float128 - done
-- The C compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done (0.4s)
-- Generating done (0.0s)
-- Build files have been written to: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/fastcdr-prefix/src/fastcdr-build
[279/372] Performing build step for 'fastcdr'
[1/8] Building CXX object src/cpp/CMakeFiles/fastcdr.dir/FastBuffer.cpp.o
[2/8] Building CXX object src/cpp/CMakeFiles/fastcdr.dir/exceptions/NotEnoughMemoryException.cpp.o
[3/8] Building CXX object src/cpp/CMakeFiles/fastcdr.dir/exceptions/BadParamException.cpp.o
[4/8] Building CXX object src/cpp/CMakeFiles/fastcdr.dir/exceptions/Exception.cpp.o
[5/8] Building CXX object src/cpp/CMakeFiles/fastcdr.dir/FastCdr.cpp.o
[6/8] Building CXX object src/cpp/CMakeFiles/fastcdr.dir/Cdr.cpp.o
[7/8] Linking CXX shared library src/cpp/libfastcdr.so.1.1.1
[8/8] Creating library symlink src/cpp/libfastcdr.so.1 src/cpp/libfastcdr.so
[280/372] Performing install step for 'fastcdr'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/fastcdr
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/fastcdr/fastcdr_dll.h
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/fastcdr/exceptions
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/fastcdr/exceptions/NotEnoughMemoryException.h
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/fastcdr/exceptions/BadParamException.h
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/fastcdr/exceptions/Exception.h
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/fastcdr/FastCdr.h
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/fastcdr/Cdr.h
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/fastcdr/FastBuffer.h
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/fastcdr/eProsima_auto_link.h
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/fastcdr/config.h
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/lib/libfastcdr.so.1.1.1
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/lib/libfastcdr.so.1
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/lib/libfastcdr.so
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/lib/cmake/fastcdr/fastcdr-shared-targets.cmake
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/lib/cmake/fastcdr/fastcdr-shared-targets-release.cmake
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/lib/cmake/fastcdr/fastcdr-config.cmake
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/lib/cmake/fastcdr/fastcdr-config-version.cmake
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/share/fastcdr/LICENSE
[285/372] Building CXX object LibCarla/CMakeFiles/carla-client.dir/source/carla/road/Map.cpp.o
In file included from /home/xsole/programing/carlaUE5_cmake/LibCarla/source/carla/road/Map.cpp:23:
In file included from /home/xsole/programing/carlaUE5_cmake/LibCarla/source/third-party/marchingcube/MeshReconstruction.h:3:
/home/xsole/programing/carlaUE5_cmake/LibCarla/source/third-party/marchingcube/Cube.h:90:14: warning: implicit truncation from 'int' to bit-field changes value from 2048 to -2048 [-Wbitfield-constant-conversion]
            {2048, 3, 7} // edge 11
             ^~~~
1 warning generated.
[300/372] Performing build step for 'foonathan_memory'
[1/8] Creating directories for 'foo_mem-ext'
[2/8] Performing download step (git clone) for 'foo_mem-ext'
Cloning into 'foo_mem-ext'...
HEAD is now at 0f07757 Release 0.7-3
[3/8] No update step for 'foo_mem-ext'
[4/8] No patch step for 'foo_mem-ext'
[5/8] Performing configure step for 'foo_mem-ext'
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test HAVE_CXX_ATOMIC_NOFLAG
-- Performing Test HAVE_CXX_ATOMIC_NOFLAG - Success
-- Getting container node sizes
-- Configuring done (3.5s)
-- Generating done (0.0s)
-- Build files have been written to: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem-ext-prefix/src/foo_mem-ext-build
[6/8] Performing build step for 'foo_mem-ext'
[1/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/detail/align.cpp.o
[2/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/detail/assert.cpp.o
[3/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/detail/debug_helpers.cpp.o
[4/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/detail/free_list_array.cpp.o
[5/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/error.cpp.o
[6/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/debugging.cpp.o
[7/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/heap_allocator.cpp.o
[8/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/new_allocator.cpp.o
[9/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/detail/small_free_list.cpp.o
[10/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/malloc_allocator.cpp.o
[11/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/iteration_allocator.cpp.o
[12/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/memory_stack.cpp.o
[13/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/temporary_allocator.cpp.o
[14/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/static_allocator.cpp.o
[15/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/virtual_memory.cpp.o
[16/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/detail/free_list.cpp.o
[17/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/memory_arena.cpp.o
[18/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/memory_pool.cpp.o
[19/22] Building CXX object src/CMakeFiles/foonathan_memory.dir/memory_pool_collection.cpp.o
[20/22] Linking CXX shared library src/libfoonathan_memory-0.7.3.so
[21/22] Building CXX object tool/CMakeFiles/foonathan_memory_node_size_debugger.dir/node_size_debugger.cpp.o
[22/22] Linking CXX executable tool/nodesize_dbg
[7/8] Performing install step for 'foo_mem-ext'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/lib/libfoonathan_memory-0.7.3.so
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/config_impl.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/detail/container_node_sizes_impl.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/aligned_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/allocator_storage.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/allocator_traits.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/config.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/container.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/debugging.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/default_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/deleter.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/error.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/fallback_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/malloc_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/heap_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/iteration_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/joint_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/memory_arena.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/memory_pool.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/memory_pool_collection.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/memory_pool_type.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/memory_resource_adapter.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/memory_stack.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/namespace_alias.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/new_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/segregator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/smart_ptr.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/static_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/std_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/temporary_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/threading.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/tracking.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/virtual_memory.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/container_node_sizes_impl.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/detail/align.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/detail/assert.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/detail/container_node_sizes.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/detail/debug_helpers.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/detail/ebo_storage.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/detail/free_list.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/detail/free_list_array.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/detail/ilog2.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/detail/lowlevel_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/detail/memory_stack.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/detail/small_free_list.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/include/foonathan_memory/foonathan/memory/detail/utility.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/lib/foonathan_memory/cmake/foonathan_memory-config-version.cmake
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/bin/nodesize_dbg
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/share/foonathan_memory/LICENSE
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/share/foonathan_memory/README.md
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/lib/foonathan_memory/cmake/foonathan_memory-config.cmake
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/foonathan_memory-prefix/src/foonathan_memory-build/foo_mem_ext_prj_install/lib/foonathan_memory/cmake/foonathan_memory-config-release.cmake
[8/8] Completed 'foo_mem-ext'
[301/372] Performing install step for 'foonathan_memory'
[0/1] Install the project...
-- Install configuration: "Release"
-- Up-to-date: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install
-- Up-to-date: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/container.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/tracking.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/malloc_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/virtual_memory.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/memory_pool_collection.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/config_impl.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/iteration_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/error.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/segregator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/deleter.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/detail
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/detail/small_free_list.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/detail/utility.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/detail/align.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/detail/container_node_sizes.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/detail/ebo_storage.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/detail/lowlevel_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/detail/debug_helpers.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/detail/free_list.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/detail/container_node_sizes_impl.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/detail/free_list_array.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/detail/assert.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/detail/memory_stack.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/detail/ilog2.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/debugging.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/memory_pool_type.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/static_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/joint_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/default_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/container_node_sizes_impl.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/memory_pool.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/allocator_storage.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/std_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/threading.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/memory_resource_adapter.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/namespace_alias.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/memory_arena.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/temporary_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/allocator_traits.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/smart_ptr.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/memory_stack.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/new_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/heap_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/config.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/fallback_allocator.hpp
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/include/foonathan_memory/foonathan/memory/aligned_allocator.hpp
-- Up-to-date: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/share
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/share/foonathan_memory
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/share/foonathan_memory/README.md
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/share/foonathan_memory/LICENSE
-- Up-to-date: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/lib
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/lib/foonathan_memory
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/lib/foonathan_memory/cmake
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/lib/foonathan_memory/cmake/foonathan_memory-config-version.cmake
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/lib/foonathan_memory/cmake/foonathan_memory-config.cmake
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/lib/foonathan_memory/cmake/foonathan_memory-config-release.cmake
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/lib/libfoonathan_memory-0.7.3.so
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/bin
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/bin/nodesize_dbg
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/share/foonathan_memory_vendor/package.xml
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/share/foonathan_memory_vendor/cmake/foonathan_memory_vendorConfig.cmake
-- Installing: /home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/install/share/foonathan_memory_vendor/cmake/foonathan_memory_vendorConfig-version.cmake
[305/372] cd /home/xsole/programing/carlaUE5_cmake/PythonAPI/carla && /opt/cmake-3.28.3-linu...hon3.10 -m build --outdir /home/xsole/programing/carlaUE5_cmake/Build/PythonAPI/dist --wheel
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - scikit-build-core
  - wheel
* Getting build dependencies for wheel...
* Installing packages in isolated environment:
  - pathspec
  - pyproject_metadata
* Building wheel...
*** scikit-build-core 0.8.2 using CMake 3.28.3 (wheel)
*** Configuring CMake...
loading initial cache file /tmp/tmpo1lvxm9a/build/CMakeInit.txt
-- The CXX compiler identification is Clang 16.0.6
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/xsole/programing/UnrealEngine5_carla/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v22_clang-16.0.6-centos7/x86_64-unknown-linux-gnu/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Python3: /tmp/build-env-0huyp4ol/bin/python (found version "3.10.12") found components: Interpreter Development.Module Development.Embed Development.SABIModule 
-- CARLA: Selected Python executable: /tmp/build-env-0huyp4ol/bin/python (Interpreter ID: Python)
-- Configuring done (0.1s)
-- Generating done (0.0s)
-- Build files have been written to: /tmp/tmpo1lvxm9a/build
*** Building project with Ninja...
ninja: error: '/home/xsole/programing/carlaUE5_cmake/Build/_deps/boost-build/libs/python/libboost_python310.a', needed by 'carla.cpython-310-x86_64-linux-gnu.so', missing and no known rule to make it

*** CMake build failed

ERROR Backend subprocess exited when trying to invoke build_wheel
FAILED: PythonAPI/CMakeFiles/carla-python-api /home/xsole/programing/carlaUE5_cmake/Build/PythonAPI/CMakeFiles/carla-python-api 
cd /home/xsole/programing/carlaUE5_cmake/PythonAPI/carla && /opt/cmake-3.28.3-linux-x86_64/bin/cmake -E copy /home/xsole/programing/carlaUE5_cmake/LICENSE /home/xsole/programing/carlaUE5_cmake/PythonAPI/carla/LICENSE && /usr/bin/python3.10 -m build --outdir /home/xsole/programing/carlaUE5_cmake/Build/PythonAPI/dist --wheel
[307/372] Performing download step (git clone) for 'fastdds'
Cloning into 'fastdds'...
Switched to a new branch '2.11.2'
Branch '2.11.2' set up to track remote branch '2.11.2' from 'origin'.
Submodule 'thirdparty/android-ifaddrs' (https://github.com/michalsrb/android-ifaddrs.git) registered for path 'thirdparty/android-ifaddrs'
Submodule 'thirdparty/asio' (https://github.com/chriskohlhoff/asio.git) registered for path 'thirdparty/asio'
Submodule 'thirdparty/fastcdr' (https://github.com/eProsima/Fast-CDR.git) registered for path 'thirdparty/fastcdr'
Submodule 'thirdparty/tinyxml2' (https://github.com/leethomason/tinyxml2.git) registered for path 'thirdparty/tinyxml2'
Cloning into '/home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/fastdds-prefix/src/fastdds/thirdparty/android-ifaddrs'...
Cloning into '/home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/fastdds-prefix/src/fastdds/thirdparty/asio'...
Cloning into '/home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/fastdds-prefix/src/fastdds/thirdparty/fastcdr'...
Cloning into '/home/xsole/programing/carlaUE5_cmake/Build/Ros2Native/fastdds-prefix/src/fastdds/thirdparty/tinyxml2'...
Submodule path 'thirdparty/android-ifaddrs': checked out '7b1ce82817226e481d3cda0a5d06b66ebcc211f8'
Submodule path 'thirdparty/asio': checked out 'b84e6c16b2ea907dbad94206b7510d85aafc0b42'
Submodule path 'thirdparty/fastcdr': checked out '2e55b30a8495eb39621ccdfd90e53598664fd012'
Submodule path 'thirdparty/tinyxml2': checked out '8c8293ba8969a46947606a93ff0cb5a083aab47a'
ninja: build stopped: subcommand failed.

xavisolesoft avatar Apr 22 '24 09:04 xavisolesoft