Package Details: groot 1.0.0.r85.gca6c8f2-1

Git Clone URL: https://aur.archlinux.org/groot.git (read-only, click to copy)
Package Base: groot
Description: Graphical Editor to create BehaviorTrees
Upstream URL: https://github.com/BehaviorTree/Groot
Keywords: behaviortrees
Licenses: custom
Submitter: albertlv
Maintainer: albertlv
Last Packager: albertlv
Votes: 1
Popularity: 0.041695
First Submitted: 2022-05-20 15:01 (UTC)
Last Updated: 2024-01-27 10:48 (UTC)

Required by (0)

Sources (1)

Latest Comments

Ataraxy commented on 2023-12-19 05:28 (UTC)

I raised https://github.com/BehaviorTree/Groot/issues/199

Does this compile for you?

Ataraxy commented on 2023-12-09 02:47 (UTC)

Build error:

[ 60%] Linking CXX static library ../lib/libQtNodeEditor.a
[ 60%] Built target QtNodeEditor
In file included from /home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/base.h:241,
                 from /home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:20,
                 from /home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/BT_logger_generated.h:6,
                 from /home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/bt_flatbuffer_helper.h:5,
                 from /home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/src/loggers/bt_file_logger.cpp:2:
/usr/include/absl/strings/string_view.h:52:26: error: ‘string_view’ in namespace ‘std’ does not name a type
   52 | using string_view = std::string_view;
      |                          ^~~~~~~~~~~
/usr/include/absl/strings/string_view.h:52:21: note: ‘std::string_view’ is only available from C++17 onwards
   52 | using string_view = std::string_view;
      |                     ^~~
/usr/include/absl/strings/string_view.h:686:8: error: ‘string_view’ does not name a type
  686 | inline string_view ClippedSubstr(string_view s, size_t pos,
      |        ^~~~~~~~~~~
/usr/include/absl/strings/string_view.h:697:11: error: ‘string_view’ does not name a type
  697 | constexpr string_view NullSafeStringView(const char* p) {
      |           ^~~~~~~~~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/base.h:243:23: error: ‘string_view’ in namespace ‘absl’ does not name a type
  243 |         typedef absl::string_view string_view;
      |                       ^~~~~~~~~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:828:16: error: ‘string_view’ in namespace ‘flatbuffers’ does not name a type
  828 |   flatbuffers::string_view string_view() const {
      |                ^~~~~~~~~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:857:28: error: ‘string_view’ in namespace ‘flatbuffers’ does not name a type
  857 | static inline flatbuffers::string_view GetStringView(const String* str)
      |                            ^~~~~~~~~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:1960:44: error: ‘flatbuffers::string_view’ has not been declared
 1960 |   Offset<String> CreateString(flatbuffers::string_view str) {
      |                                            ^~~~~~~~~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:2017:56: error: ‘string_view’ in namespace ‘flatbuffers’ does not name a type
 2017 |   Offset<String> CreateSharedString(const flatbuffers::string_view str)
      |                                                        ^~~~~~~~~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::String> flatbuffers::FlatBufferBuilder::CreateString(int)’:
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:1961:29: error: request for member ‘data’ in ‘str’, which is of non-class type ‘int’
 1961 |     return CreateString(str.data(), str.size());
      |                             ^~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:1961:41: error: request for member ‘size’ in ‘str’, which is of non-class type ‘int’
 1961 |     return CreateString(str.data(), str.size());
      |                                         ^~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::String> flatbuffers::FlatBufferBuilder::CreateSharedString(int)’:
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:2019:35: error: request for member ‘data’ in ‘str’, which is of non-class type ‘const int’
 2019 |     return CreateSharedString(str.data(), str.size());
      |                                   ^~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:2019:47: error: request for member ‘size’ in ‘str’, which is of non-class type ‘const int’
 2019 |     return CreateSharedString(str.data(), str.size());
      |                                               ^~~~
make[2]: *** [depend/BehaviorTree.CPP/CMakeFiles/behaviortree_cpp_v3.dir/build.make:468: depend/BehaviorTree.CPP/CMakeFiles/behaviortree_cpp_v3.dir/src/loggers/bt_file_logger.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/base.h:241,
                 from /home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:20,
                 from /home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/BT_logger_generated.h:6,
                 from /home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/bt_flatbuffer_helper.h:5,
                 from /home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/src/loggers/bt_zmq_publisher.cpp:3:
/usr/include/absl/strings/string_view.h:52:26: error: ‘string_view’ in namespace ‘std’ does not name a type
   52 | using string_view = std::string_view;
      |                          ^~~~~~~~~~~
/usr/include/absl/strings/string_view.h:52:21: note: ‘std::string_view’ is only available from C++17 onwards
   52 | using string_view = std::string_view;
      |                     ^~~
/usr/include/absl/strings/string_view.h:686:8: error: ‘string_view’ does not name a type
  686 | inline string_view ClippedSubstr(string_view s, size_t pos,
      |        ^~~~~~~~~~~
/usr/include/absl/strings/string_view.h:697:11: error: ‘string_view’ does not name a type
  697 | constexpr string_view NullSafeStringView(const char* p) {
      |           ^~~~~~~~~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/base.h:243:23: error: ‘string_view’ in namespace ‘absl’ does not name a type
  243 |         typedef absl::string_view string_view;
      |                       ^~~~~~~~~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:828:16: error: ‘string_view’ in namespace ‘flatbuffers’ does not name a type
  828 |   flatbuffers::string_view string_view() const {
      |                ^~~~~~~~~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:857:28: error: ‘string_view’ in namespace ‘flatbuffers’ does not name a type
  857 | static inline flatbuffers::string_view GetStringView(const String* str)
      |                            ^~~~~~~~~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:1960:44: error: ‘flatbuffers::string_view’ has not been declared
 1960 |   Offset<String> CreateString(flatbuffers::string_view str) {
      |                                            ^~~~~~~~~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:2017:56: error: ‘string_view’ in namespace ‘flatbuffers’ does not name a type
 2017 |   Offset<String> CreateSharedString(const flatbuffers::string_view str)
      |                                                        ^~~~~~~~~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::String> flatbuffers::FlatBufferBuilder::CreateString(int)’:
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:1961:29: error: request for member ‘data’ in ‘str’, which is of non-class type ‘int’
 1961 |     return CreateString(str.data(), str.size());
      |                             ^~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:1961:41: error: request for member ‘size’ in ‘str’, which is of non-class type ‘int’
 1961 |     return CreateString(str.data(), str.size());
      |                                         ^~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::String> flatbuffers::FlatBufferBuilder::CreateSharedString(int)’:
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:2019:35: error: request for member ‘data’ in ‘str’, which is of non-class type ‘const int’
 2019 |     return CreateSharedString(str.data(), str.size());
      |                                   ^~~~
/home/var/ravi/.cache/aur/groot/src/groot/depend/BehaviorTree.CPP/include/behaviortree_cpp_v3/flatbuffers/flatbuffers.h:2019:47: error: request for member ‘size’ in ‘str’, which is of non-class type ‘const int’
 2019 |     return CreateSharedString(str.data(), str.size());
      |                                               ^~~~
make[2]: *** [depend/BehaviorTree.CPP/CMakeFiles/behaviortree_cpp_v3.dir/build.make:90: depend/BehaviorTree.CPP/CMakeFiles/behaviortree_cpp_v3.dir/src/loggers/bt_zmq_publisher.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:335: depend/BehaviorTree.CPP/CMakeFiles/behaviortree_cpp_v3.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'groot-1.0.0.r57.g05fe640-1':
error: packages failed to build: groot-1.0.0.r57.g05fe640-1