Skip to main content

Questions tagged [ninja]

Ninja is a small build system with a focus on speed.

-3 votes
0 answers
44 views

pytorch : ninja: build stopped: subcommand failed [closed]

I am trying to deploy the Instantmesh project on windows. I download the source from Instantmesh's github and complete environment according to the README instructions. but when I run app.py,an ...
user26342251's user avatar
0 votes
0 answers
26 views

Issue with external libraries in CMake

I am trying to build this test application, linking it to the Net-SNMP external library. This is a test project based on Makefiles, and I need to convert it to CMake. This is what happens: CMake runs ...
Pietro's user avatar
  • 12.7k
0 votes
0 answers
23 views

PFDium Build with Ninja and GN under Windows OS

I have a problem compiling PDFium. The goal is to create an unmanaged PDFium.dll from the current sources. I have already started a wrapper for C# which works so far. However, with a foreign pdfium....
DrDoom's user avatar
  • 1
0 votes
0 answers
30 views

Build errors when using premake/ninja on Windows with a C++ Walnut/Vulkan project

I'm trying to build this starter template for a C++ GUI application: https://github.com/StudioCherno/WalnutAppTemplate. The batch script scripts/Setup.bat calls a premake5 executable with the vs2022 ...
Thibaut B.'s user avatar
0 votes
1 answer
69 views

Unable to build app using vcpkg and Ninja

I am creating a simple test c++ application which is using spdlog for logging. I am using vcpkg as package manager and Ninja as generator and cmake. My package is installed successfully inside my ...
Hamid's user avatar
  • 239
0 votes
0 answers
80 views

ninja: error: rebuilding 'build.ninja': subcommand failed

I am trying to use the project of UncleRus on Github : text . I want to build the hx711 project example. I am using correct versions of Cmaker (3.5), and VisualStudioCode. However, even after ...
Yolnit's user avatar
  • 1
1 vote
0 answers
56 views

How to solve Zephyr sample build Ninja error? "multiple outputs aren't (yet?) supported by depslog"

I am trying to build a sample application from Zephyr SDK but I'm getting this Ninja error for different samples and boards. I'm on Windows10 and using the latest packages as recommended in Zephyr ...
Akshay James's user avatar
0 votes
0 answers
61 views

bitbucket pipeline gives 'Could not find Ninja on PATH or in SDK CMake bin folders' error

I'm encountering an issue with my Bitbucket pipeline while building my Android project. The error message I receive is: Execution failed for task ':core_data:configureCMakeRelWithDebInfo[arm64-v8a]'. ...
ethan's user avatar
  • 1
1 vote
1 answer
28 views

what does the $: syntax mean in a Ninja build file?

encountered some unusual syntax in a Ninja build file and I'm trying to understand its meaning. Specifically, I'm confused about the $: part in the following lines: build third_party/blink/renderer/...
Harzarics's user avatar
0 votes
0 answers
20 views

Precompiled spdlog - included header file not found

I try to use precompiled spdlog (with external fmt library) with my project. Currently I'm working on Windows 10, using MSYS2 with GCC for development. I've performed the following steps: git clone ...
Paweł Kłeczek's user avatar
0 votes
0 answers
33 views

cmake use "-std=gnu++1y" in build.ninja while it's only "set(CMAKE_CXX_STANDARD 17)" in CMakeList.txt

I was trying to build TransformerEngine with pip install . it gives fatal error: filesystem: No such file or directory while I'm using GCC 11.2.1. After checking, in the CMakeLists.txt of ...
max's user avatar
  • 1
1 vote
1 answer
74 views

KDevelop not finding easy C++ include file

I'm new to KDevelop. I'm trying to build a C++ program that starts with #include <GLFW/glfw3.h> But it can't find it. This header is located at /usr/include GCC is supposed to look at this ...
John Vonachen's user avatar
0 votes
0 answers
116 views

Error: Command '['/opt/homebrew/bin/ninja']' returned non-zero exit status 1

I upgraded my mac to the damn sonoma and it missed up several things for me. I am trying to run a python script that used to be working fine, but now I get the following error "/opt/homebrew/...
Morcus's user avatar
  • 115
1 vote
0 answers
44 views

When running in VSC with cmake the compiler returns that I have an undefined reference to a function

I have a function which is supposed to receive a value from the user then run a function on it which is in another file. I create a cmake file which is supposed to compile everything and a header ...
Victoria's user avatar
1 vote
1 answer
138 views

Errors when building sdk-addon in recent AOSP (Android 14)

I am trying to build sdk addon in AOSP with Android 14 branch. the only example I came across is in the device/sample folder of AOSP tree. In README.txt, it says To build the add-on: lunch ...
DarkSoda's user avatar

15 30 50 per page
1
2 3 4 5
45