level 1
啥也不懂🍄
楼主
CPU:Loongson-3C5000LL
系统:Loongnix-Server Linux release 8.3
libreofficeb版本:7.2.5.1
由于业务需要,我需要安装libreoffice,但是仓库里没有,只能编译安装。但是configure最后出了个错误:
configure: WARNING: You are building 32-bit binaries but the JDK is 64-bit
configure: error: You should pass the --with-jdk-home option pointing to a (32-bit) JDK
这是不是由于libreoffice不认识龙芯的cpu,导致错误认为是个32位的cpu?
之后我configure后面加上--without-java,可以过了。但是后面make过不去,提示:
/home/user1/libreoffice-7.2.5.1/solenv/gbuild/UnoApiTarget.mk:127: *** gb_UnoApiHeadersTarget_select_variant must be defined by platform. Stop.
请问有没有哪位遇到过类似问题?
2022年01月04日 06点01分
1
系统:Loongnix-Server Linux release 8.3
libreofficeb版本:7.2.5.1
由于业务需要,我需要安装libreoffice,但是仓库里没有,只能编译安装。但是configure最后出了个错误:
configure: WARNING: You are building 32-bit binaries but the JDK is 64-bit
configure: error: You should pass the --with-jdk-home option pointing to a (32-bit) JDK
这是不是由于libreoffice不认识龙芯的cpu,导致错误认为是个32位的cpu?
之后我configure后面加上--without-java,可以过了。但是后面make过不去,提示:
/home/user1/libreoffice-7.2.5.1/solenv/gbuild/UnoApiTarget.mk:127: *** gb_UnoApiHeadersTarget_select_variant must be defined by platform. Stop.
请问有没有哪位遇到过类似问题?