Skip to main content
-1 votes
0 answers
55 views

I obtained OpenCV latest version (4.12.0), with extra modules, from it's github repository but I cannot build it on linux (ubuntu 24). Using CMake (3.28), the build systematically gives: /usr/include/...
Oersted's user avatar
  • 3,832
-1 votes
0 answers
38 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
55 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
57 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
47 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
28 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
78 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
52 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

15 30 50 per page
1
2 3 4 5
1733