rankable_graph icon indicating copy to clipboard operation
rankable_graph copied to clipboard

A Ruby PageRank like implementation.

Results 2 rankable_graph issues
Sort by recently updated
recently updated
newest added

I get this error: ``` current directory: /home/amadeus/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/rankable_graph-0.2.3/ext/rankable_graph /home/amadeus/.rbenv/versions/2.5.0/bin/ruby -r ./siteconf20180531-3415-1ypgfap.rb extconf.rb /home/amadeus/.rbenv/versions/2.5.0/lib/ruby/2.5.0/mkmf.rb:1553: warning: Insecure world writable dir /home/amadeus/.rbenv/versions in PATH, mode 040777 creating Makefile current directory: /home/amadeus/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/rankable_graph-0.2.3/ext/rankable_graph make "DESTDIR="...

``` bundle exec rake ``` ``` cd tmp/x86_64-darwin13.0/rankable_graph/2.1.3 make compiling ../../../../ext/rankable_graph/rankable_graph.c ../../../../ext/rankable_graph/rankable_graph.c:97:14: error: static declaration of 'link' follows non-static declaration static VALUE link(VALUE self, VALUE from, VALUE to){ ^ /usr/include/unistd.h:458:6:...