25,993 questions
0
votes
0
answers
24
views
VTK rendering window doesn't display
I have recently tried installing VTK 9.5 on Ubuntu 24.04 from source (latest .tar.gz release) but when I compile a really simple example code the window doesn't show up. I would like my vtk ...
-1
votes
1
answer
51
views
Having issues launching Visual Studio 2019 and creating standalone .EXE in Visual Studio 2022 like in Visual Studio 2019 [closed]
My habits have been ruined lately since a windows update (it seems) corrupted a file in .Net Framework, named clr.dll, preventing Visual Studio 2019 from launching (and not only that software). It ...
Advice
0
votes
2
replies
54
views
Building Qt6 with proprietary codecs for QtWebEngine
If you're a hobbyist programmer like me, perhaps you have had need to build Qt6 from source so that you can include the proprietary codecs needed to play audio and video from web pages loaded through ...
0
votes
0
answers
44
views
How to force NCCL build to embed PTX for all kernels (prevent linker from stripping ncclDevKernel PTX)?
I am compiling NCCL 2.27.5-1 (I tried also 2.28.9-1) from source for a V100 GPU (sm_70). My goal is to have libnccl.so contain compute_70 PTX for every kernel.
Despite passing explicit -gencode=arch=...
0
votes
0
answers
45
views
libpyjini.so not found - White screen on smartphone
I'm trying to generate an APK build, and I'm getting the following error:
#Resumo do Erro:
nativeloader: Load libpyjni.so using class loader ns clns-4 (...) dlopen failed: library "libpyjni.so&...
0
votes
0
answers
47
views
React Native – Error spawn Unknown system error -8 when running npx react-native run-android on macOS
I am trying to run my React Native Android project on macOS using:
npx react-native run-android
But the build fails with this error: error Failed to install the app. Command failed with Unknown ...
-1
votes
1
answer
71
views
How to systematically untrack build files from a git repository? [closed]
Branch x in my git repository contains the undesired build files. It happened because I do not separate build directory from the source code and I git add-ed the build files. The main branch is in a ...
-3
votes
0
answers
34
views
How to use custom version of swift in Xcode? [duplicate]
I am using Mac 14 and the highest version of Xcode that I can install is 16.2
And it comes with the bundled swift component - 6.0.3 version.
But my project requires swift 6.2 or later.
I was able to ...
1
vote
1
answer
27
views
Error "error: ERR 211 Not enough local stack" while building on GeneXus 17
When building a KB in GeneXus 17, it outputs the following error:
error: ERR 211 Not enough local stack
Followed by:
warning: [BuildDaemon] Auto restarting Specifier daemon. True - AutoRestartCount:
...
-3
votes
1
answer
86
views
Make rust place "auto-generated" files in configurable path (one for Linux, one for W10)
I want to keep voluminous "auto-generated" files separate from the files I write and edit. I also want the same Rust project to run in Linux and in W10. And I assume it's better that each ...
4
votes
1
answer
209
views
Why when I build my Python library from C code, the Python functions don't work
I'm trying to build a Python library from C code. I'm on macOS.
When I only build the .so file and link it in Python like this, all the functions work as intended:
import sys
sys.path.append("...
2
votes
0
answers
77
views
What is the exact order guarantee that CMake add_dependencies gives? [duplicate]
We are using CMake and ninja to build our project. We wanted to regenerate a cpp file at every build, containing the build timestamp, so that our executable can log it. We came up with this:
##########...
1
vote
1
answer
51
views
Nextjs 15.2 Mdx, Shiki, Rehype-pretty-code Build error
So I'm trying to build my Next.js project, which, for context, was being deployed without a problem, up until my main branch. When I then tried to implement mdx, with rehype and shiki, and tried to ...
1
vote
2
answers
153
views
How can we make CMake generate a .cpp file and compile a library at every build?
In our project (C++ + CMake), we are trying to embed into a log line the project build timestamp. We thought of using a CMake custom command, and we managed to make it regenerate a .cpp file at every ...
2
votes
1
answer
106
views
Nx Angular build fails intermittently with nx run frontend:build:development - no error output despite --verbose flag
I'm experiencing intermittent build failures with my Angular application in an Nx monorepo. The build command nx run frontend:build:development sometimes succeeds and sometimes fails, but I cannot get ...
0
votes
0
answers
35
views
Docker build fails with random “Hash Sum mismatch” errors on macOS
I'm trying to build a docker image on my Mac, but it fails at installing some linux deps. I think it's all pretty standard, and it works for my colleagues, on CI/CD (details below)
Relevant part:
FROM ...
1
vote
1
answer
135
views
How to compile 64-bit binaries for latest versions of OpenSSL (3.5.x) on the Windows 10
I am trying to compile latest version of the OpenSSL on Windows 10 machine (version 3.5.4).
Prerequisites are:
I ran x64 Native Tools Command Prompt for Visual Studio 2022 Community Edition
I ...
1
vote
0
answers
85
views
EAS Build Fails with "Deprecated Gradle features" Cannot Generate APK
I've been trying to generate an APK of my React Native Expo Dev Client app, and I'm stuck on an error. I managed to generate it successfully the first time using EAS Build, and it worked. However, one ...
1
vote
1
answer
74
views
Application Angular 18 not working after the build
I am quite new to Angular and I've developed an application which I would like to use as an online portfolio of my programing achievementaz&.
Locally, everything works fine, the routing is doing ...
0
votes
0
answers
64
views
Increase the maximum amount of lines in Visual Studio's output window
As explained in "NuGet Pack ..." error: The user name or password is incorrect. Where is "NuGet Pack" getting its information from?, I'm attempting to build a solution consisting ...
0
votes
1
answer
111
views
"NuGet Pack ..." error: The user name or password is incorrect. Where is "NuGet Pack" getting its information from?
While building my C++ application, the postbuild event contains the following command:
NuGet pack "$(ProjectPath)"
-OutputDirectory "$(TargetDir)NuGet"
-...
3
votes
1
answer
154
views
Making a custom build target with Bazel to specify custom kernel config flags
I've been doing some kernel development on the Google pixel 9a "tegu" platform (latest version on https://developers.google.com/android/drivers), where Google uses Bazel to compile the ...
0
votes
1
answer
233
views
next.js - error build - [TypeError: Cannot read properties of null (reading 'useContext')]
I created a new Next.js project using the command: npx create-next-app@latest
The project installs without problems. The created package.json:
{
"name": "test_4",
"version&...
0
votes
0
answers
71
views
Expo development Android build fails: could not determine the dependencies of task ':app:compileDebugJavaWithJavac'
In the Expo sdk 54 local dev-client build, i.e., npx expo run android, I'm getting the following error. Latest Android Studio and Java 17 (recommended for sdk 54) are installed on Mac. I'm also doing ...
0
votes
1
answer
37
views
Next.js 15 Build Error: Type 'OmitWithTag<{ reportId: string; }, keyof PageProps, "default">' does not satisfy constraint
I'm encountering a TypeScript build error in Next.js 15 with dynamic routes. The error occurs during next build and seems related to the new Async Request API.
.next/types/app/(app)/seo-audit-tool/[...
1
vote
1
answer
160
views
Build of angular library with ng-packagr fails for json translation files not found
I migrated one of our projects from Angular 18 to Angular 20.
The projects is strutured in this way:
project_name
-- projects
---- frontend
---- lib
------ src
------ lib
-------- i18n
-------- public-...
0
votes
1
answer
127
views
Problem finding index.html for Medusa v2 Admin during deployment on Render
I’m trying to deploy a Medusa v2 project on Render, but I’m running into an issue where Render cannot find the index.html file for the admin panel.
I’ve already set the folder from the medusa2 admin ...
0
votes
0
answers
77
views
Build failed on :app:mergeDebugResources — InvalidPathException with ':' on Windows
After updating the project, the build on Windows fails on the :app:mergeDebugResources task:
Execution failed for task ':app:mergeDebugResources'.
> Resource compilation failed (Failed to compile ...
1
vote
0
answers
185
views
"build.ninja: multiple rules generate" when copying a file for temporary compilation into a directory which is used by multiple targets
I am calling make-commands of an SDK inside CMake.
They will build static libraries which are IMPORTRED targets in CMake, which I use for linking our implementation against.
The sdk is contained in a ...
0
votes
0
answers
37
views
Android Studio generate signed apk build error with android.car.jar
My app builds fine with "Build APK(s)" menu option.
Whenever I try "Generate Signed APK..." the build fails with an error involving android.car.jar
Reading library jar [C:\Users\...
0
votes
0
answers
48
views
Expo application building issue for the platform's store
I have tried to build an Android application using.
eas build --platform android
Command. But it gave me the following error after the process of installing dependencies.
Running "npm ci --...
0
votes
0
answers
48
views
Manually configure build toolchain from scratch in Eclipse CDT
I have imported a C++ project into Eclipse and would like to build it from Eclipse.
I managed to configure the include directories, causing most errors about missing includes to go away. I have also ...
0
votes
1
answer
72
views
Build nacos Error bin/docker-startup.sh: line 104: exec: -X: invalid option i use official document
i add nacos-plugin to nacos-2.0.3,but when i create images error,i modify dockerfile,
when i build nacos ,occur pring.config.name=application,custom --logging.config=/conf/nacos-logback.xml --server....
0
votes
1
answer
145
views
Task :react-native-reanimated:assertMinimalReactNativeVersionTask FAILED with React Native 0.75.5 and Reanimated 3.16.7
I'm trying to build my React Native project with the following versions:
React Native: 0.75.5
React Native Reanimated: 3.16.7
When I run the project, I get the following Gradle error:
Task :react-...
0
votes
1
answer
74
views
How do you fix the error Gradle task assembleDebug failed with exit code 1 in flutter
I am new to flutter. I created a new project in flutter, the project runs well in web and ubuntu desktop but whenever i run on the emulator i get the below error.
Kindly help to identify where the ...
0
votes
1
answer
82
views
Removing unused resources requires unused code shrinking
I'm getting a build error when trying to run my Flutter project. The build fails with a Gradle exception related to resource and code shrinking. I haven't changed any minifyEnabled or shrinkResources ...
0
votes
0
answers
71
views
How to debug cmake issue? Works on one PC fails on another
How can I debug this cmake issue to find out why a build works fine on one PC but fails on another?
On both PCs I cloned a repository as follows:
git clone --recurse-submodules https://github.com/...
0
votes
0
answers
47
views
55 Build errors "Unresolved external symbol" [duplicate]
I've almost got my AzerothCore build working - its based off the mod-player-bots fork.
However the build reports 55 errors - most of which I think are the same error duplicated across multiple ...
0
votes
1
answer
48
views
VS 2019 SqlBuildTask failed unexpectedly 04018 Error after renaming projects and folders
Sometimes, when I do code cleaning, I happen to rename my solutions and projects.
Usually I also rename folders on disk to keep it in line.
I know that I need to edit the sln file to put in the ...
0
votes
0
answers
113
views
ModuleNotFoundError: 'encodings' when building python3.14 from scratch
I’m experiencing an error repeatedly when trying to build Python from the main branch of the official repository
I have a Python 3.13.7 version in ~/.pyenv/versions already.
Clang version = 19.1.7
...
0
votes
1
answer
73
views
How to fix the following Unity Build Error (Android build, Unity 6000.1.14f): "Jetifier failed to transform .. fastdoubleparser-2.0.1.jar"
I am using Unity 6000.1.14f with a custom .aar plugin for a Standalone VR-App. The plugin uses AGP 8.7.3 and Gradle 8.12.1.
Complete Error message is:
Execution failed for task ':launcher:...
0
votes
0
answers
27
views
I want to build mdadm binary ad include it in my bundling
I want to get latest mdadm(4.4) built as binary and to be included in my bundling. These are the steps followed.
sudo dnf groupinstall -y "Development Tools"
sudo dnf install -y gcc make ...
0
votes
1
answer
80
views
Using CMake for a multi-chip embedded project [duplicate]
I'm working on a robot that consists of an ARM based SBC with an AVR based control board and would like to use CMake to manage the builds.
My desire is to just run CMake once and have the build ...
0
votes
0
answers
40
views
How can I change the process/binary name of MeshAgent on macOS when customizing and rebuilding it?
I am working with the MeshCentral MeshAgent
project on macOS, and I want to customize the agent so it does not appear as meshagent_osx64 in the process list or in other system tools.
So far, I have ...
2
votes
0
answers
100
views
Build issue Flutter Did you forget to declare this file as an output of a script phase or custom build rule which produces it?
Error (Xcode): Build input file cannot be found: '/Users/medhavhidevice/Desktop/bhawani/medhavhi-mobileapp-bloc/build/ios/Debug-iphonesimulator/video_player_avfoundation/...
1
vote
0
answers
39
views
Gutenberg block finished. I now want to build the production version
I love the Gutenberg documentation, but I think I am missing something. Now that I am finished, I want to test it in a production environment. The node_modules folder is huge. Am I supposed to delete ...
0
votes
0
answers
83
views
Is it fine to modify the FlutterExtension file for build configuration properties?
I've found that other devs might be doing this to address common issues (e.g., build exceptions) with their app/build.gradle by changing properties like flutter.ndkVersion, flutter.compileSdkVersion, ...
0
votes
1
answer
130
views
Gradle build uses a lot of memory
I am using IntelliJ IDEA to make a mod for Minecraft: Java Edition. I don't want to go to much detail here and I don't know much about Gradle (I don't even know what it is), but I do know that I have ...
1
vote
0
answers
352
views
Error deploying Angular 20 on Railway: Node.js unsupported version (v22.11.0 instead of v20.19 or v22.12)
I am trying to deploy an Angular v20 project on Railway, linked to my GitHub repository.
During the build phase, Railway detects a Node.js version that is not supported by Angular CLI.
📌 Error I get
...
1
vote
1
answer
173
views
Cake Build in Visual Studio Code not working at all
The support for Cake builds in Visual Studio Code doesn't work for me at all. The build.cake file is recognized as C#, and I can't select a language "Cake".
While I get some syntax check and ...