aurelien-enchanted-tools
aurelien-enchanted-tools
- v1.7.15 and following Hello, Please fix the following: ```diff diff --git a/CMakeLists.txt b/CMakeLists.txt index 7aecd98..4a42d92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,21 +146,21 @@ endif() configure_file("${CMAKE_CURRENT_SOURCE_DIR}/library_config/libcjson.pc.in" "${CMAKE_CURRENT_BINARY_DIR}/libcjson.pc" @ONLY) -install(FILES...
Hello, From branch tirpc commit b5576b5f5c917cf621ed893b19b350aeb88c7068, I had to make these changes to compile gcc (GCC) 14.1.1 20240522 ncurses 6.5 ```diff diff --git a/analyzers/src/watch/nc_windows/header_window.cpp b/analyzers/src/watch/nc_windows/header_window.cpp index 8e04818..e9d2c80 100644 --- a/analyzers/src/watch/nc_windows/header_window.cpp...
Hello, dbecca095cf81b755991b4d785f87a8e6b7358d6 branch humble [I'm not checking with the earlier branches] The cmake export target files (*.cmake) contain absolute paths to libtinyxml files. Could you fix them to obtain relative...
Hello, branch main 1.10.8 1842cc7624c98a07bb557b197e05678a35c7fe98 I share with you these following fixes to be compatible with gcc13: ```diff diff --git a/examples/c/Sample-DepthWorkMode/depth_work_mode.cpp b/examples/c/Sample-DepthWorkMode/depth_work_mode.cpp index c5932ad..e7e1a0d 100644 --- a/examples/c/Sample-DepthWorkMode/depth_work_mode.cpp +++ b/examples/c/Sample-DepthWorkMode/depth_work_mode.cpp @@...