From: csardi.gabor@... Date: 2007-11-20T07:00:28+09:00 Subject: Re: igraph 0.9.0 Released Une, maybe Alex has a better answer, but it seems that the Ruby igraph extension uses the open_memstream function, which is not available in OSX. A temporary solution would be to find open_memstream calls in the code and comment out functions which use it. This way you might lose some exporting functions, maybe all of them. Gabor On Nov 19, 4:10 pm, unbewusst.s...@weltanschauung.com.invalid (Une Bévue) wrote: > Une Bévue wrote: > > because with : > > OOPS : > > > ---------------------------------------------------------------------- > > #! /usr/bin/env ruby > > require 'igraph' > > g = IGraph::GenerateRandom.erdos_renyi_game(IGraph::ERDOS_RENYI_GNP, > 1000, 5.0/1000, > false, false) > > d = g.diameter(false,true).size-1 > puts "Diameter of a random graph with average degree 5: #{d}" > > > ---------------------------------------------------------------------- > > -- > Une Bévue