Top "Compiler-errors" questions

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

error: type List does not take parameters

I get the following error despite it's exactly one used in examples: error: type List does not take parameters List&…

java list compiler-errors generic-type-argument
Visual Studio 2013 fatal error C1041 /FS

I'm using Visual Studio 2013. Every so often by project refuses to compile. If I undo any changes, it still won't …

c++ compiler-errors visual-studio-2013
error: ISO C++ forbids in-class initialization of non-const static member

this is the header file: employee.h #ifndef EMPLOYEE_H #define EMPLOYEE_H #include <iostream> #include <string&…

c++ static compiler-errors standards iso
multiple definitions error in c++ and solution to solve this issue

I am new to C++. I have some doubts regarding multiple definitions error in C++. Let's say I have 3 files …

c++ compiler-errors linkage multiple-definition-error
How to tell distutils to use gcc?

I want to wrap a test project containing C++ and OpenMP code with Cython, and build it with distutils via …

python compiler-errors cython distutils
java attempting to assign weaker access privilege error

[javac] U:\dms-webui-testing\test-java\dmswebui\CR\TestLogin.java:16: until() in cannot override until() in com.thoughtworks.selenium.Wait; attempting to …

java compiler-errors selenium-rc
Cannot create an instance of the variable type 'Item' because it does not have the new() constraint

I am trying to test a method - and getting an error: Cannot create an instance of the variable type …

c# templates generics compiler-errors
XUGGLE ERROR: Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

I am trying to execute the following code: import com.xuggle.mediatool.IMediaReader; import com.xuggle.mediatool.IMediaWriter; import com.…

java compiler-errors slf4j xuggle xuggler
Undefined reference to 'dlsym'

I have seen a lot of similar posts, but tried every trick in the book and am still struggling. Everything …

c++ gcc compiler-errors ubuntu-13.10
Compile C files in C++ project which do not use precompiled header?

Can I disable precompile header for .c files in my C++ project? I'm getting these errors when I want to …

c++ c visual-c++ compiler-errors precompiled-headers