Top "Compiler-errors" questions

An error that is generated during the compilation phase, often due to problems with invalid syntax and/or types.

Compiler error "Default parameter specifiers are not permitted"

Below is my code. public class PItem { public String content; public int count; public int fee; public int amount; public …

c# compiler-errors .net-3.5 default-parameters
Reason for "AWT-EventQueue-0" java.lang.NullPointerException error

I'm creating a video game in Java and I am trying to retrieve a list of coordinate points and draw …

java swing compiler-errors jpanel paintcomponent
expecting EOF, found '<something>'

My 1st post here so I'll try to keep it simple. I'm trying to create a plot of some mass …

compiler-errors processing internal-compiler-error
xCode 6 how to fix "Use of undeclared identifier" for automatic property synthesis?

I'm using xCode6 Beta 3, and am running into an issue where a code which previously compiled fine (xCode 5.1.1 or xCode6 …

ios compiler-errors xcode6 automatic-properties
Xcode - configure: error: no acceptable C compiler found in $PATH

rebuilding a mac from scratch. Installed xcode and rvm then trying to install rubies but they are all giving me: …

ruby xcode gcc compiler-errors rvm
Why am I getting this ifstream error?

Implicit instantiation of undefined template 'std::basic_ifstream<char,std::char_traits<char>>' #ifndef MAPPER_…

c++ compiler-errors fstream ifstream
IntelliSense: cannot open source file "curl.h" in C++

I am unable to compile my C++ project. IntelliSense: cannot open source file "curl.h" in C++ I tried adding …

c++ compiler-errors resource-files
AttributeError: 'Model' object has no attribute 'predict_classes'

I'm trying to predict on the validation data with pre-trained and fine-tuned DL models. The code follows the example available …

compiler-errors keras prediction
Invalid instruction suffix for push when assembling with gas

When assembling a file with GNU assembler I get the following error: hello.s:6: Error: invalid instruction suffix for `push' …

linux compiler-errors assembly gnu-assembler