Top "Compiler-errors" questions

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

How do I compile with -Xlint:unchecked?

I'm getting a message when I compile my code: Note: H:\Project2\MyGui2.java uses unchecked or unsafe operations. Note: …

java compiler-errors unchecked
Anonymous method in Invoke call

Having a bit of trouble with the syntax where we want to call a delegate anonymously within a Control.Invoke. …

c# .net compiler-errors anonymous-methods
"Undefined reference to" template class constructor

I have no idea why this is happenning, since I think I have everything properly declared and defined. I have …

c++ templates compiler-errors codeblocks
Duplicate AssemblyVersion Attribute

I have a project that generates following error on compilation: error CS0579: Duplicate 'AssemblyVersion' attribute I have checked the file …

c# compiler-errors
Unexpected end of file error

I hope you can help me, cause I have no idea about what's going on. I'm having the following error …

c++ visual-studio-2008 visual-c++ compiler-errors precompiled-headers
Could not load file or assembly ... The parameter is incorrect

Recently I met the following exception at C# solution: Error 2 Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=…

c# exception compiler-construction compiler-errors
Trying to include a library, but keep getting 'undefined reference to' messages

I am attempting to use the libtommath library. I'm using the NetBeans IDE for my project on Ubuntu linux. I …

ubuntu build compiler-errors static-libraries linker-errors
Compilation error - missing zlib.h

I am trying to compile software on Blue Gene Q using IBM XL compilers and I got this error message: "…

compiler-errors compilation zlib
error C2220: warning treated as error - no 'object' file generated

I have below class class Cdata12Mnt { public: char IOBname[ID1_IOB_PIOTSUP-ID1_IOB_TOP][BOADNAM_MAX + 4]; char ExIOBname[ID1_…

c++ object compiler-errors project compiler-warnings