Top "Compiler-errors" questions

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

Error in Swift class: Property not initialized at super.init call

I have two classes, Shape and Square class Shape { var numberOfSides = 0 var name: String init(name:String) { self.name = name } …

properties compiler-errors swift
How to view the list of compile errors in IntelliJ?

I am looking for a way to view all compile errors in IntelliJ, similar to how they are displayed in …

java intellij-idea compiler-errors
Compiler error: "initializer element is not a compile-time constant"

When compiling this code, I get the error "initializer element is not a compile-time constant". Can anyone explain why? #import "…

objective-c cocoa initialization compiler-errors global-variables
Attribute 'nowrap' is considered outdated. A newer construct is recommended. What is it?

I'm getting an error when compiling this within an ASPX page using Visual Studio 2010: <td valign="top" nowrap width="237"&…

html css visual-studio-2010 compiler-errors nowrap
Deserialize JSON with Jackson into Polymorphic Types - A Complete Example is giving me a compile error

I am attempting to work through a tutorial from Programmer Bruce that is supposed to allow the deserialization of polymorphic …

java json compiler-errors polymorphism jackson
Fatal error compiling: tools.jar not found:

When compiling a project in Eclipse, I get below error: Fatal error compiling: tools.jar not found: How is this …

java eclipse compiler-errors tools.jar
error::make_unique is not a member of ‘std’

I am trying to compile the following thread pool program posted on code review to test it. https://codereview.stackexchange.…

c++ c++11 compiler-errors c++14 unique-ptr
Fatal error: "No Target Architecture" in Visual Studio

When I try to compile my c++ project using Visual Studio 2010 in either Win32 or x64 mode I get the …

c++ visual-studio visual-c++ compiler-errors
C# Error: Parent does not contain a constructor that takes 0 arguments

My code is public class Parent { public Parent(int i) { Console.WriteLine("parent"); } } public class Child : Parent { public Child(int …

c# inheritance constructor compiler-errors
Linker command error: 'ld: symbol(s) not found for architecture i386'

I have an error at compile time. Seems to be weird. it worked as detail view application, but using single …

ios xcode compiler-errors mach-o