Lucas Nussbaum wrote:
> We are going to upload a new version of Ruby to unstable soon
> (1.8.7.37-1). We are just waiting for a transition to finish. Let's see
> if it's fixed with this version, and then we can try to contact
> upstream.
No probs. I've downgraded to 1.8.6 for the moment, so I'll w
On 12/06/08 at 23:45 +1000, James Healy wrote:
> The following script that uses the ruby cairo bindings produces the same
> error for me using 1.8.7-2. Is it maybe an issue with c bindings in
> general?
Hi James,
We are going to upload a new version of Ruby to unstable soon
(1.8.7.37-1). We are j
The following script that uses the ruby cairo bindings produces the same
error for me using 1.8.7-2. Is it maybe an issue with c bindings in
general?
#!/usr/bin/env ruby
require 'cairo'
require 'stringio'
i = 0;
while true
output = StringIO.new
surface = Cairo::PDFSurface.new(output, 100, 10
3 matches
Mail list logo