Top "Compiler-errors" questions

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

Unable to compile simple c program in Linux Mint 15

I am a Linux Mint 15 User. i wanted to write simple program in C. Below is my code.(hw.c) #…

linux gcc compiler-errors linux-mint
Operator overloading ==, !=, Equals

I've already gone through question I understand that, it is necessary to implement ==, != and Equals(). public class BOX { double height, …

c# .net compiler-errors operator-overloading
Java JUnit: The method X is ambiguous for type Y

I had some tests working fine. Then, I moved it to a different package, and am now getting errors. Here …

java testing junit compiler-errors package
What does the "Multiple markers" mean?

I am trying to use sets in the following way: static Set<String> languages = new HashSet<String&…

java eclipse compiler-errors markers
Compiler error C4430: missing type specifier - int assumed

I have this error: "error C4430: missing type specifier - int assumed. Note: C++ does not support default-int" with this …

c++ compiler-errors include circular-dependency
Including a header file from another directory

I have a main directory A with two sub directories B and C. Directory B contains a header file structures.…

c compiler-errors include c-preprocessor
Why do I get "must override a superclass method" with @Override?

The following code generates this error message at the public void onClick line. Multiple markers at this line - implements …

java android compiler-errors
C# - Cannot implicitly convert type List<Product> to List<IProduct>

I have a project with all my Interface definitions: RivWorks.Interfaces I have a project where I define concrete implmentations: …

c# interface compiler-errors
Compiler error - msgfmt command not found

I'm trying to update Git from my shared hosting. For that I'm following these steps: Download latest Git version Unpack …

git compiler-errors gettext shared-hosting msgfmt
error C2275 : illegal use of this type as an expression

Since yesterday, I've been facing a compiling error for my C project. The project itself consists on creating a service …

c visual-studio-2010 winapi service compiler-errors