20,655 questions
0
votes
0
answers
33
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 ...
-1
votes
0
answers
73
views
How can I resolve the Internal compiler error? [closed]
My program shows me a compiler error in the first line. In this line I have a package.
The description at VS Code is:
Internal compiler error: java.lang.RuntimeException: Internal Error
compiling /...
-2
votes
0
answers
46
views
Cannot convert PHP 7.2 to 8.3 [duplicate]
I am the volunteer webmaster for a PHP web site with underlining PMWiki. I inherited this web site,I didn't write it.
I discovered that I can modify the pages and create new ones use PMWiki, I have ...
1
vote
1
answer
109
views
error: impossible constraint in 'asm' with -m32 for an "i" ("string") operand: string address as immediate
I am just wondering why this code:
void test(void) {
asm volatile( "ud2\n\t"
".long " "%c0" "\n\t"
".word %c1\n\t&...
-1
votes
0
answers
22
views
I can't find the problem when i compile this .nsi [closed]
Here is the error :
IntOp: $login_attempts=$login_attempts+1
Error: unterminated string parsing line at C:\Program Files (x86)\Tarificateur Calpinage Sellerie!define APP_NAME Tarificateur Calpi.nsi:...
-5
votes
0
answers
61
views
VS Code shows file error: "#include<iostream> is not in the right folder" [duplicate]
I'm using Windows 11 Home. I used Rust for a short time but after that, when I try to run C++ file it doesn't run and the first line:
#include<iostream>
gets underlined in red color. I ...
1
vote
1
answer
67
views
Angular 19: TypeScript Error with Conditional Type Checking in Dynamic Table Component
I have a dynamic table component in Angular 19, which is built using a TableConfig object. This configuration creates the table's structure, including headers, columns, and rows. The rows property of ...
1
vote
1
answer
33
views
.NET MAUI: AOT compiler exited with code 139
I run the following command in Visual Studio Code to generate .NET MAUI iOS release package:
dotnet publish -f net9.0-ios -r ios-arm64
I get the following error:
error: Failed to AOT compile System....
0
votes
1
answer
30
views
Execution failed for task ':app:checkDebugAarMetadata'. was occurred during the build
I added a custom plugin for my app and got this error message during the build. Do you know how I can fix it? I tried to find the correct dependencies but still got no clue. I also tried downgrade the ...
1
vote
1
answer
72
views
Type must have a '[Symbol.iterator]()' method that returns an iterator, but the type is an array
I have the following code:
const rgxExpressionPropertyName = [/return \w+\.(\w+);?/, /\(?\w+\)?\s*=>\s*\w+\.(\w+);?/];
//for each rgx format
for (var rgx of rgxExpressionPropertyName)
{
...
}
...
-2
votes
0
answers
70
views
Cannot Open Include Library File (Specific Issue: Path)
So i am rather new however i know the include details
C/C++ add inc directories:
C:\Users\Me\Desktop\OstreyaFile\Seed\Source\Engine\Imgui
C:\Users\Me\Desktop\OstreyaFile\Seed\Source
C:\Users\Me\...
-3
votes
0
answers
18
views
Unable to add \multirow package without the file crashing and showing a compiling error [duplicate]
I'm having an issue with the \usepackage{multirow}. As I add it to the preamble, the whole document crashes and gives a compiling error: This compile didn't produce a pdf.
I'm using maine-thesis class:...
-1
votes
0
answers
66
views
constexpr: seeking clarification
After reading the original post What's the difference between constexpr and const?
I wrote the following simple test program:
#include<string>
#include<iostream>
using std::string;
using ...
3
votes
1
answer
59
views
Unresponsive ghci terminal [duplicate]
I read variables are immutable in haskell and something like the following does not work in haskell.
x = 30
x = x+1
But I still tried this to see what the compiler returns and I got the following :
...
0
votes
1
answer
54
views
Trying to compile an example X11 program using gcc, failing to find "bitmaps/icon_bitmap"
I'm trying to compile an example program from chapter three of Volume One of the Xlib Programing manual.
I get an error saying that there is no such file or directory for #include "bitmaps/...