我正在嘗試從 arch Linux 上的 git 來源建立狗狗幣錢包。
我已經安裝了自述文件中按要求列出的所有依賴項,但我不斷收到此錯誤:
obj/bitcoinrpc.o:/home/delta9/dogecoin/src/json/json_spirit_value.h:346: more undefined references to `json_spirit::Value_type_name' follow
collect2: error: ld returned 1 exit status
makefile.unix:195: recipe for target 'dogecoind' failed
make: *** [dogecoind] Error 1
我確信我仍然缺少必需的 json 庫,但我不確定是哪一個。我已經從 pacman 安裝了 jsoncpp 庫,但仍然沒有運氣
答案1
跟隨doc/readme-qt.rst
而是編譯 Qt 客戶端,這樣就可以工作了。剛剛在 Debian 上這樣做了。