Skip to content

Instantly share code, notes, and snippets.

@allavena
allavena / gist:4010ccbfef638fb4f6be0e30bed239f9
Created January 18, 2017 04:26
RVM OpenSSL compilation failure
linking shared-object mathn/rational.so
make[2]: Leaving directory '/home/andre/.rvm/src/ruby-2.3.3/ext/mathn/rational'
make[2]: Entering directory '/home/andre/.rvm/src/ruby-2.3.3/ext/nkf'
compiling nkf.c
In file included from nkf.c:62:0:
nkf-utf8/nkf.c: In function ‘module_connection’:
nkf-utf8/nkf.c:5710:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (nkf_enc_unicode_p(output_encoding))
^~
nkf-utf8/nkf.c:5713:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’