Top "Compiler-errors" questions

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

How to compile .c file with OpenSSL includes?

I am trying to compile a small .c file that has the following includes: #include <openssl/ssl.h> #…

c linux compiler-construction openssl compiler-errors
Python3: ImportError: No module named '_ctypes' when using Value from module multiprocessing

I am using Ubuntu and have installed Python 2.7.5 and 3.4.0. In Python 2.7.5 I am able to successfully assign a variable x = …

python compiler-errors installation python-3.4 failed-installation
extra qualification error in C++

I have a member function that is defined as follows: Value JSONDeserializer::ParseValue(TDR type, const json_string& valueString); …

c++ g++ compiler-errors
maven "cannot find symbol" message unhelpful

This is a really simple question, and it's probably a setting somewhere I don't know about, but Google is being …

java maven compiler-errors settings
Assign a variable inside a Block to a variable outside a Block

I'm getting an error Variable is not assignable (missing __block type specifier) on the line aPerson = participant;. How can I …

objective-c compiler-errors objective-c-blocks
intellij idea - Error: java: invalid source release 1.9

I'm trying to run my JSQL parser class, but I'm getting Error: java: invalid source release 1.9. I tried to following …

java intellij-idea compiler-errors
How to fix "namespace x already contains a definition for x" error? Happened after converting to VS2010

Specifically the error occurs in the Resources.Designer.cs: Error 2 The namespace 'ModulusFE' already contains a definition for 'StockChartX' Resources.…

c# visual-studio-2010 compiler-errors
How to compile Go program consisting of multiple files?

I have a small program that consists of three files, all belonging to the same package (main), but when I …

go build compiler-errors
"Are you missing an assembly reference?" compile error - Visual Studio

I am currently working on a server control for other applications in our company to interface with a WCF service. …

visual-studio compiler-errors reference assemblies
NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle

In my AppDelegate there is a problem I do not understand. RootViewController initially called ViewController and I changed it name. …

ios compiler-errors nib appdelegate