Show enters and exits. Hide enters and exits.
| 07:08:15 | ujihisa | *building llvm-2.6* |
| 09:57:57 | khaase | what to do when i get "vm/llvm/jit.hpp:13:33: error: llvm/ModuleProvider.h: No such file or directory" |
| 10:04:07 | khaase | aha, how can i tell rbx not to use my system llvm? |
| 10:08:50 | kronos_vano | khaase, ./confiure --disable-system or somethinf like that |
| 10:09:23 | kronos_vano | --skip-system |
| 10:13:03 | khaase | kronos_vano: thanks |
| 18:04:38 | jarib | anyone up for a FFI question? |
| 18:05:00 | jarib | i've written a small wrapper for the character encoding detection support in ICU |
| 18:05:22 | jarib | but finding the library is a mess |
| 18:05:36 | jarib | since they seem to put the version number in the actual function names |
| 18:06:12 | jarib | and i guess they use macros to hide that from users using the API from C |
| 18:07:12 | jarib | right 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:21 | jarib | suggestions welcome :) |