Index

Show enters and exits. Hide enters and exits.

07:08:15ujihisa*building llvm-2.6*
09:57:57khaasewhat to do when i get "vm/llvm/jit.hpp:13:33: error: llvm/ModuleProvider.h: No such file or directory"
10:04:07khaaseaha, how can i tell rbx not to use my system llvm?
10:08:50kronos_vanokhaase, ./confiure --disable-system or somethinf like that
10:09:23kronos_vano--skip-system
10:13:03khaasekronos_vano: thanks
18:04:38jaribanyone up for a FFI question?
18:05:00jaribi've written a small wrapper for the character encoding detection support in ICU
18:05:22jaribbut finding the library is a mess
18:05:36jaribsince they seem to put the version number in the actual function names
18:06:12jariband i guess they use macros to hide that from users using the API from C
18:07:12jaribright now i'm doing this, which is pretty horrible: http://github.com/jarib/icu-chardet-ffi/blob/master/lib/icu-chardet-ffi.rb
18:07:21jaribsuggestions welcome :)