Skip to content

installtion failed with TruffleRuby-24.1.1 #52

@puni073

Description

@puni073

ruby --version

truffleruby 24.1.1, like ruby 3.2.4, Oracle GraalVM Native [x86_64-linux]

gem install fast_trie

compiling trie.c
trie.c: In function ‘rb_trie_has_key’:
trie.c:84:8: error: implicit declaration of function ‘trie_has_key’; did you mean ‘rb_trie_has_key’? [-Werror=implicit-function-declaration]
   84 |     if(trie_has_key(trie, (TrieChar*)RSTRING_PTR(key)))
      |        ^~~~~~~~~~~~
      |        rb_trie_has_key
cc1: some warnings being treated as errors
make: *** [Makefile:486: trie.o] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions