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

I get the following error when compiling my C++17 project that uses the Eigen 5.0.1 library; I didn't see this error when using Eigen 3.4.0 on the same machine: <path>/eigen-5.0.1/Eigen/src/Core/...
-7 votes
0 answers
123 views

I'm trying to build a three piece Streaming Project in which I need to build an API that is already working, a Java App for Android that I haven't even started and this .NET MAUI using C# that is ...
0 votes
0 answers
43 views

I’m trying to compile a Lazarus project that uses UniDAC, but Lazarus keeps failing with: unidac10.pas(11,3) Error: Cannot find UniProvider used by unidac10. Check the search path of package unidac10,...
2 votes
0 answers
164 views

I was trying to learn about how to use timespec_get in c++ (for fun) I tried to compile the following code using g++ 14.1.0 //main.cpp #include <ctime> int main(){ std::timespec CurrentTime;...
0 votes
0 answers
256 views

I'm having a problem that I can't solve because I'm just to rookie for it, and I spent the last day trying to find a solution that it didn't work, I tried to rename it, it didn't work, I tried ...
0 votes
0 answers
72 views

My Qt isn't able to detect MSVC 2022 compiler only showing MINGW compiler in installation. I have Visual Studio with MSVC 2022 Latest and have all the necessary configuration like software ...
1 vote
0 answers
155 views

My code has suddenly stopped working. I am getting compile error when I run this macro Image 1. the combobox1 object definitely exists Image 2 I really cannot think what has changed for it to fail ...
0 votes
0 answers
71 views

I am running some old ruby code and it misbehaves with the latest versions of some dependencies. I can change the dependency version in the Gemfile and then ask bundle to install the dependencies. The ...
0 votes
0 answers
51 views

I have embedded Groovy 4.0.9 in my application as a scripting language, and I want to be able to provide helpful feedback to my users when their scripts don't compile. This works ok with a basic ...
1 vote
0 answers
102 views

I'm trying to build Mozilla for Android (Fennec). Every time I got a similar error with different files. /home/hazem/gecko-dev/js/src/frontend/TokenStream.cpp:1884: error: undefined reference to '...
2 votes
0 answers
289 views

When I run my react native project it give the above error Here I shared the details description of the error Task :react-native-gesture-handler:compileDebugKotlin FAILED e: file:///Users/apple/...
0 votes
0 answers
41 views

I am unable to use PyCuba, a Python interface for the multidimensional-integration library Cuba, on macOS 15.5. PyMultiNest, which requires PyCuba, is common for Bayesian analysis in the scientific ...
0 votes
0 answers
99 views

I was following this documentation to create a ZegoCloud Video Call UIKit on Flutter using Dart (https://www.zegocloud.com/docs/uikit/callkit-flutter/quick-start-(with-call-invitation)). However, I ...
0 votes
0 answers
89 views

I am currently developing with Expo (React Native) and am getting errors as shown in the attached image. I would like to debug it. How do developers who usually use React Native debug it? I would like ...
1 vote
0 answers
136 views

I am trying to create a simple WebView-based program in golang, and ran into this problem. I have installed the latest Mingw compiler ( gcc.exe (tdm64-1) 10.3.0 ). Full Error : #include errors ...
1 vote
0 answers
212 views

I'm having this problem with the Visual Studio Code's compiler. It keeps on compiling the obj. and bin. files which it's not supposed to because then it's throwing error messages and doesn't work for ...
1 vote
0 answers
106 views

I'm trying to write a simple bare metal program for the Infineon chip TRAVEO using the GHS compiler. I've created a linker script and startup file, and I'm using a Makefile to generate a HEX file. ...
0 votes
0 answers
58 views

I'm converting my Xcode based project to a terminal based one. My project is written in Swift and I want to use make to compile. So I have to firstly compile them to o files, and then link them ...
0 votes
0 answers
49 views

As the title says, swapped out the old toolchain that was using g++ 6.4.0 to a newer toolchain of g++ 9.4.0 The "new" linux kernel builds with the new toolchain and now I am in the process ...
0 votes
0 answers
43 views

#include <unordered_map> const std::unordered_map<int, uint8_t> Map{ {10, 5}, }; int main() { } Warning Level is /W4 and I have also set "treat warnings as error" to true. ...
0 votes
0 answers
255 views

I'm new to ActionScript and Flash. I wrote the following class and imported anothery a util class called "ByteArray". This is my code: package com.brokenfunction.json { import flash.utils....
0 votes
0 answers
58 views

I’m trying to compile a Python script into an .exe file using PyInstaller on a Windows virtual machine (VM) (since the target environment requires an .exe, and my main workstation is a Mac). The ...
0 votes
0 answers
76 views

While running a mvn project, using this command (suggested by github co-pilot): mvn exec:java -Dexec.mainClass="be.ua.sea.NounGenerator" I keep getting this error: [ERROR] Unknown ...
0 votes
0 answers
102 views

Good day, I am trying to get past this error, I cant get into any of my projects, even new ones, the gradle sync keeps failing with this error. C:\Users\Hasbiyallah\.gradle\caches\8.9\transforms\...
0 votes
0 answers
42 views

NEST js, TypeOrm, Graphql I don't have Idea why I'm having this error, doesn't exit any other type with the same name I need this form because. I'm using jsonb, for the data, this is the reason I have ...
2 votes
0 answers
124 views

I am working on a problem involving NIMBLE in R and I am getting the following error on compilation: > Cmodel <- compileNimble(Rmodel) Compiling [Note] This may take a minute. [Note] Use '...
0 votes
0 answers
818 views

I cross compiled toolchain now building Linux kernel. I followed this page https://www.linuxjournal.com/content/diy-build-custom-minimal-linux-distribution-source So I compiled all the tools including ...
3 votes
0 answers
126 views

I am trying to build an Android project in Unity, but the build keeps failing with the following error: A failure occurred while executing com.android.build.gradle.internal.res....
1 vote
0 answers
1k views

I am a newer in Yocto, and tried build my project, but hit following issue, anyone hit same issue and comment on it? Thanks a lot in advance. WARNING: /local/mnt/workspace2/LE/CentOS_EDGE1.0/poky/...
1 vote
0 answers
68 views

I've been using JEP 458 to great effect, until I ran into a weird situation today. Here is some relevant info. $ java --version openjdk 24-ea 2025-03-18 OpenJDK Runtime Environment (build 24-ea+25-...
0 votes
0 answers
134 views

I built a project in Visual Studio 2019 and am trying to work on it in VS 2022. During the build I get this error: The "Microsoft.Build.Packaging.Pri.Tasks.ExpandPriContent" task could not ...
0 votes
0 answers
53 views

When I try to Debug as Java application it throws error "JRE Eclipse Adoptium/23.0.1 is not supported, advanced source lookup disabled. Eclipse debugger will use less precise source lookup ...
0 votes
0 answers
53 views

I have already looked at the answer here, and applied those suggestions to no effect. There is a stack of partials at styles/global: @forward "vars24"; @forward "mixins-global"; @...
3 votes
0 answers
256 views

I try to compile SharpDX library using windows 10 64 bit, visual studio 2019 but when I'm loading SharpDX.sln and hit compile in x64 debug mode I'm getting a lot an errors in code generation: ...
0 votes
0 answers
27 views

My final year project is to create a recycling program that allows student to recycle and redeem fruits, and I encountered an issue to create a procedure that allow students to recycle. This is my ...
0 votes
0 answers
29 views

I am encountering a ResourceCompilationException error while building my Android project in Android Studio. The error log mentions: The processing instruction target matching "[xX][mM][lL]" ...
0 votes
0 answers
115 views

I'm currently working at a project for university where I run into a problem while working on a Linux server. When I try to run my main.py I get the following output in the console: ANNarchy 4.8 (4.8....
1 vote
0 answers
63 views

I am trying to find the armcc equivalent of the gcc option that generate a warning if there is a sign mismatch when passing in integers into a function. In gcc, these compiler options will generate an ...
2 votes
0 answers
121 views

I was compiling all my sources each time for each build which is a waste of time. So I tried to implement incremental compilation which means only those .obj files will be generated which are changed ...
3 votes
0 answers
145 views

I have a code named max.cu int main() { int a = max(1, 2); } When I use nvcc to compile it, seems that it finds the builtin max function in global namespace and succeeds. The output of objdump is: ...
1 vote
0 answers
508 views

As the title says, building the project fails, showing 13 build errors. I just updated Visual Studio 2022 recently and ticked all the options needed. Creating a fresh project and building it ...
0 votes
0 answers
112 views

I am on a system where I need to compile gcc-14 and clang-19 from scratch. The host CPU has the characteristics [1] and the target has [2]. So far my strategy to compile gcc was as follows: # git ...
0 votes
0 answers
33 views

I am trying to use some of the tools available in Mathematica within a Python program (or jupyter notebook) that I am writing. I have already done: pip install wolframclient on my computer and this ...
0 votes
0 answers
75 views

Fluent-bit is compiled under linux (Ubuntu 24.04 LTS) from source (tag v3.2.2) Using a C-compiler (gcc) test program compiles fine Using g++ I get compile errors from mpack.h complaining about ...
0 votes
0 answers
107 views

I am building a GCC compiler from source for RISC-V. I needed to compile GCC's dependencies locally as the PC does not have internet. I've tailored a couple CPP flags to change clock settings; you can ...
0 votes
0 answers
245 views

So I'm trying to run a Bayesian Model in RStudio using brm(), which required a C++ compiler (macrtools and rstan) but when I have everything installed and tried to run it only returned very long error ...
0 votes
0 answers
89 views

Has anyone figured out how to disable Dart SASS from throwing errors in --watch mode using Live Server in VS Code? I've just started using SASS and while I'm typing out CSS in a SASS file, for example ...
0 votes
0 answers
103 views

I am just trying to build my project but I got these errors every time, I've tried many ways to solve it like clean and rebuild etc. but I couldn't. I want to launch the app on Play Store. build....
0 votes
0 answers
142 views

I tried flutter pub cache repair flutter pub get flutter pub upgrade still not able to resolve What went wrong: Execution failed for task ':fluttertoast:compileDebugKotlin'. A failure occurred while ...
1 vote
0 answers
30 views

I had published my app to the AppStore and after that I bought a new macbook. And I downloaded project from github and tried to debug. But now an error occured and I'd never faced an issue like that: ...

1
2 3 4 5
54