Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
24 views

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 ...
Alfred Lalanne's user avatar
-1 votes
1 answer
51 views

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 ...
grimoiredark's user avatar
Advice
0 votes
2 replies
54 views

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 ...
Jeremy Wilson's user avatar
0 votes
0 answers
44 views

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=...
CiZ's user avatar
  • 10
0 votes
0 answers
45 views

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&...
Sergio Souza's user avatar
0 votes
0 answers
47 views

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 ...
Mayank kumawat's user avatar
-1 votes
1 answer
71 views

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 ...
nougako's user avatar
  • 248
-3 votes
0 answers
34 views

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 ...
Pavlo Pylypchuk's user avatar
1 vote
1 answer
27 views

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: ...
DeivisKC_Solution's user avatar
-3 votes
1 answer
86 views

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 ...
mike rodent's user avatar
  • 16.1k
4 votes
1 answer
209 views

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("...
Jean1000's user avatar
2 votes
0 answers
77 views

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: ##########...
Alessandro Bertulli's user avatar
1 vote
1 answer
51 views

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 ...
Santiago Uribe Gil's user avatar
1 vote
2 answers
153 views

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 ...
Alessandro Bertulli's user avatar
2 votes
1 answer
106 views

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 ...
timolino13's user avatar
0 votes
0 answers
35 views

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 ...
fodma1's user avatar
  • 3,545
1 vote
1 answer
135 views

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 ...
Petr Lazecky's user avatar
  • 1,867
1 vote
0 answers
85 views

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 ...
Hubert's user avatar
  • 11
1 vote
1 answer
74 views

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 ...
MELANIE BLONDIN's user avatar
0 votes
0 answers
64 views

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 ...
Dominique's user avatar
  • 17.6k
0 votes
1 answer
111 views

While building my C++ application, the postbuild event contains the following command: NuGet pack "$(ProjectPath)" -OutputDirectory "$(TargetDir)NuGet" -...
Dominique's user avatar
  • 17.6k
3 votes
1 answer
154 views

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 ...
samallen985's user avatar
0 votes
1 answer
233 views

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&...
Spektor225's user avatar
0 votes
0 answers
71 views

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 ...
Behnam Kamrani's user avatar
0 votes
1 answer
37 views

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/[...
SHREY RAJ's user avatar
1 vote
1 answer
160 views

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-...
AngelPoyel's user avatar
0 votes
1 answer
127 views

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 ...
Jesús Pareja Fernández's user avatar
0 votes
0 answers
77 views

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 ...
Gamer For Hour's user avatar
1 vote
0 answers
185 views

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 ...
NetoBF's user avatar
  • 178
0 votes
0 answers
37 views

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\...
Mike Moening's user avatar
0 votes
0 answers
48 views

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 --...
Isuru Jayasinghe's user avatar
0 votes
0 answers
48 views

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 ...
user149408's user avatar
  • 6,279
0 votes
1 answer
72 views

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....
QingHan Kong's user avatar
0 votes
1 answer
145 views

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-...
Parveen Kumar's user avatar
0 votes
1 answer
74 views

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 ...
lugala moses's user avatar
0 votes
1 answer
82 views

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 ...
DAMIA SYAFIQAH MOHD SALLEH's user avatar
0 votes
0 answers
71 views

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/...
codlord's user avatar
  • 101
0 votes
0 answers
47 views

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 ...
Morvael's user avatar
  • 3,607
0 votes
1 answer
48 views

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 ...
pumasoft's user avatar
0 votes
0 answers
113 views

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 ...
satya's user avatar
  • 51
0 votes
1 answer
73 views

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:...
N8W1nD's user avatar
  • 73
0 votes
0 answers
27 views

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 ...
aΨVaN's user avatar
  • 1,156
0 votes
1 answer
80 views

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 ...
LostSnail's user avatar
  • 149
0 votes
0 answers
40 views

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 ...
pmugzz's user avatar
  • 1
2 votes
0 answers
100 views

Error (Xcode): Build input file cannot be found: '/Users/medhavhidevice/Desktop/bhawani/medhavhi-mobileapp-bloc/build/ios/Debug-iphonesimulator/video_player_avfoundation/...
Kushal Magar's user avatar
1 vote
0 answers
39 views

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 ...
Timothy Paustian's user avatar
0 votes
0 answers
83 views

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, ...
DevQt's user avatar
  • 1,918
0 votes
1 answer
130 views

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 ...
Sul4ur's user avatar
  • 1
1 vote
0 answers
352 views

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 ...
Angel Rodriguez Loa's user avatar
1 vote
1 answer
173 views

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 ...
Erik Hart's user avatar
  • 1,486

1
2 3 4 5
520