我正在尝试为linux创建一个firebreath插件,我已经在windows中构建它并且它在Windows中运行。 我可以为ubuntu使用相同的代码吗?如果有,怎么样?正如我尝试但失败了。 后来我尝试从开始创建相同的插件,而不是使用我的插件的Windows版本代码,但我有以下错误。任何解决方案
root@roshan-HCL-Notebook:/home/roshan/fbprojects/PLSplugin# sh firebreath/prepmake.sh . build
firebreath/prepmake.sh: 7: firebreath/prepmake.sh: source: not found
firebreath/prepmake.sh: 9: firebreath/prepmake.sh: pushd: not found
CMake Error at CMakeLists.txt:11 (Project):
project PROJECT called with incorrect number of arguments
CMake Error at CMakeLists.txt:39 (include_platform):
Unknown CMake command "include_platform".
-- Configuring incomplete, errors occurred!
firebreath/prepmake.sh: 11: firebreath/prepmake.sh: popd: not found
答案 0 :(得分:0)
不要使用sh
(没有source
,pushd
& popd
),使用bash
- 或者只是运行脚本直接:
firebreath/prepmake.sh . build