我想創建一個用於linux的firebreath插件,我已經在windows中構建,它在windows中工作。 我可以爲ubuntu使用相同的代碼嗎?如果是的話,怎麼樣?當我嘗試但失敗。 後來我試圖從開始創建相同的插件,而不是使用我的插件的Windows版本代碼,但我得到以下錯誤。任何解決方案在Ubuntu的firebreath插件中的問題
[email protected]:/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
順便說一句,真的是沒有需要以root身份開發事物。 –
我只是試圖用root權限運行它,認爲它會運行。通常我不這樣做。 – Roshan