Results 1568 comments of John Cupitt

I'll have a go on my mac mini tomorrow.

Hi again, I tried here and it all seems to work for me. Looking at your log, I think you have several rubys installed and they are all mixed up:...

Hi Gus, sure, looks reasonable.

Hiya, Hmmm I'm a little unsure about this approach, it means we have the library name hidden in the `library_name` method, when it's supposed to be a parameter. Instead, how...

Hmm `semistatic?` is a bad name, it should maybe be `separate_libs?`. Anyway, it controls whether we need to open libraries separately.

Nice! I didn't know you could pass sets of library names to `ffi_lib`, that's great. But .... wouldn't it still be better to try to fetch `g_*()` funcs from libvips?...

Great! Thank you for fixing this Kleis.

I really like ruby, but I still get confused about when to use `.` and `::` :(

Hi @lucaskanashiro, you're right, it fails on current Ubuntu as well, I wonder what changed. I'll have a look, thanks for the report.

Oooof, it's actually a libvips bug, I've fixed it in 8.13 and in master, so ruby-vips now passes when built against the latest libvips. ruby-vips will need a workaround when...