Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

我用 FreeBSD, 在 rime.el 裡面把 ‘make lib' 改成 'gmake lib' 可是還是沒用. 沒辦法 Build #224

Open
zostj opened this issue Aug 31, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@zostj
Copy link

zostj commented Aug 31, 2023

有 install gmake, gcc.
也有 FreeBSD 的 fcitx5-rime. Rime 是可以運用。 我在 Vim, Terminal, Firefox 裡都沒問題。
不過 Emacs 裡的 Rime package 因爲Makefile 是寫給 Linux 所以我試着把 rime.el 裡的 'make lib' 改成 ‘gmake lib' (因爲FreeBSD裡的 make 是BSD的,跟Linux的有些差別所以我 manually 用 gmake (GNU make), 不過還是沒辦法。
不知道有沒有人可以幫幫忙。

@zostj zostj added the bug Something isn't working label Aug 31, 2023
@Canvis-Me
Copy link

In file rime.el, change make lib to gmake lib.
In file Makefile, change CC = gcc to CC = gcc12. (Whatever gccXX on your FreeBSD)
In emacs, set rime-user-data-dir to ~/.config/fcitx5 which is in my case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants