You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rax13
changed the title
Running "ninja" failed on ubuntu 22.04 failed message about can't find file to fatch at input line xxx
Running "ninja" failed on ubuntu 22.04 failed message about can't find file to patch at input line xxx
Oct 21, 2023
Hi,
I'd suggest not to have the source in /opt/edgelessrt because this is the default installation path. Please try to do a clean clone and build without root and somewhere inside your home directory, e.g.:
cd~
git clone https://github.com/edgelesssys/edgelessrt
cd edgelessrt
mkdir build
cd build
cmake -GNinja ..
ninja
Issue description
The build completed successfully but when running ninja it failed
Steps :
1.I updated the source
2.All steps except the last one completed
3.I get errors and failed message when running ''ninja''
screenshot
i think build is completed but running "ninja" failed
all most failed message about can't find file to fatch at input line xxx
The text was updated successfully, but these errors were encountered: