Mizuno Jan Yuta

Results 4 comments of Mizuno Jan Yuta

上のパッチは乱暴すぎたようで、標準エラーの出力先が tty でないと起動すらしないという不具合を生みました。 今は下の変更で試しています。 ```diff diff --git a/src/gui.c b/src/gui.c index 5ae29facd..0a7213484 100644 --- a/src/gui.c +++ b/src/gui.c @@ -1123,8 +1123,7 @@ gui_update_cursor( if (gui.row < 0) return; #ifdef HAVE_INPUT_METHOD - if...

My environment (Ubuntu 16.10 64bit) has the same problem. This problem was solved by building `libui_linux_amd64.a` in my own environment. (I do not know why) ## My environment 🖥️ ```...

It is not certain but "Relocation Types" seems to be different. (I do not know what this means) ## in git repository binary There are many `R_X86_64_32S` in relocation type....

`(GOT|PLT|JU?MP_SLOT)` does not match in git repository binary. ``` $ readelf --relocs libui-combined_git_binary.o | egrep '(GOT|PLT|JU?MP_SLOT)' # Nothing ``` In my own build, it matches a lot. ``` $ readelf...