Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
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 ...
RAZ_Muh_Taz's user avatar
  • 4,099
-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 /...
carlos gabriel's user avatar
-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 ...
Bob Avallone's user avatar
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&...
user14825657's user avatar
-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:...
Martin GIVELET's user avatar
-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 ...
Debabrata Nath's user avatar
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 ...
Razzer's user avatar
  • 894
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....
S. Chang's user avatar
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 ...
You Hur's user avatar
  • 35
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) { ... } ...
Joshua Frank's user avatar
  • 13.9k
-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\...
Lex's user avatar
  • 1
-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:...
Sara M's user avatar
  • 1
-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 ...
Vinod's user avatar
  • 1,113
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 : ...
Akash Arjun's user avatar
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/...
voidkitten's user avatar

15 30 50 per page
1
2 3 4 5
1377