2,676 questions with no answers
0
votes
0
answers
44
views
Compiler errors related to avx512 when upgrading from Eigen 3.4.0 to 5.0.0 on x86-64 RHEL cluster
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
Whenever I try to compile my MAUI project I get CS0246 Error
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
Cannot find UniProvider used by unidac10. Check the search path of package unidac10, try a clean rebuild, check the uses (implementation) sections
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
timespec, timespec_get not found in the std namespace and TIME_MONOTONIC not defined
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
Unreal Engine 5.6.1 Packaging Compiler Error {LogOutputDevice: Error: Ensure condition failed: bCustomPropertyListForPostConstructionInitialized}
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
Qt isn't detecting MSVC compiler while installation
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
Excel VBA Compile error, method not found
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
Bundler option to use older Ruby headers?
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
How can I get more helpful syntax error messages in a Groovy 4.0.9 Script with embedded methods?
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
Mozilla for Android Failed to build on ubuntu
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
Caused by: org.jetbrains.kotlin.gradle.tasks.CompilationErrorException: Compilation error. See log for more details
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
Can't install PyCuba
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
How to fix this error in Zegocloud Flutter development
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
Compiling JS failed in Expo(React Native)
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
GoLang : fatal error: EventToken.h: No such file or directory
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
OmniSharp of VS Code is compiling bin. and obj. files
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
Bare metal GHS Compiler
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
How to let swiftc know the function will be declared in another file when compiling object files?
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
alignas not known by shared_ptr_base.h in custom toolchain g++ 9.4.0 - '__tag' was not declared in this scope
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
MSVC compiler interprets numeric literal as int instead of uint8_t
#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
Error: Type was not found or was not a compile-time constant: ByteArray, yet it's imported
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
Problem when compiling with pyinstaller and sending to another server
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
Unknown lifecycle phase in maven
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
How do I fix this error caused by missing gradle transform on android studio
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
Schema must contain uniquely named types but contains multiple types named "activityInterface"
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
Error on Macbook Air M1 (2020) C++ compiler when using Rcpp and NIMBLE?
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
Building custom minimal Linux from source.with cross compiling toolchain, etc.error fixdep.o.cmd:1:missing separator. Stop--Makefile error
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
Unity Android Build Failure: LinkApplicationAndroidResourcesTask$TaskAction Error
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
libwpe: "failed to connect" error during Yocto build
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
Why can't I use the same class path for my compile command versus my run command when using JEP-458?
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
Cannot build vb.net project in Visual Studio 2022 due to error
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
Eclipse Debug isn't starting
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
SCSS global mixins not rendering in compiled css file
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
Compiling SharpDX : xaudio2.h(65,68): Process error CX0001: cannot call operator __uuidof on a type with no GUID
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
SQL: Recycling table error (PL/SQL: Compilation unit analysis terminated)
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
"Android Studio: ResourceCompilationException - Failed to compile resources in activity_main.xml"
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
distutils.errors.CompileError: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
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
Can ARMCC generate a warning for implicit conversion?
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
Incremental compilation using Makefile
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
Different behaviors of clang/nvcc when compiling CUDA code
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
Building a fresh .NET 9.0 MAUI project fails with 13 errors
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
Comping `gcc` for different host/target CPU
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
Accessing Mathematica from Python
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
Error compiling test program using fluent-bit API with fluent-bit.h and g++ compiler
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
Building RISC-V compiler seems to fail, looking for extension
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
Error messages when I tried to brms::brm() in RStudio (under rstan and macrtools)
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
Issues with Dart Sass
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
Execution failed for task 'app:checkReleaseDuplicateClasses'
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
Build fail with an exception Execution failed for task ':fluttertoast:compileDebugKotlin'
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
Flutter app does not debugged afer dowload github
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:
...