Top "Compiler-errors" questions

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

Failed to emit precompiled header for bridging header

I downloaded a project from GitHub, then pod the following files, some of which are written by OBJ-C and I …

ios swift compiler-errors objective-c-swift-bridge
Error : The Out Parameter must be assigned before control leaves the current method

While sending back parameters getting this error Error : The Out Parameter must be assigned before control leaves the current method …

c# compiler-errors .net-2.0
GCC linaro compiler throws error "unknown type name size_t"

I am using GCC Linaro compiler for compiling my code. Its throwing the error unknown type name size_t from …

c gcc compiler-errors size-t linaro
Error "No known class method for selector 'Hello:'" in custom-made framework

I am making a framework for a company and I have completed all the code. I'm now trying to package …

objective-c ios cocoa-touch compiler-errors ios-frameworks
Cannot convert 'this' pointer from 'const Line' to 'Line &' explanation?

This method: bool Point::Intersects(const Line& line) const { return (line.ContainsPoint(*this, false)); } causes this error: cannot convert …

c++ compiler-errors
"Failed to resolve: com.android.support:support-v4:26.0.0" and other similar errors on Gradle sync

I have just created a new Android Studio project for both Android Mobile and wear. The initial gradle build failed …

java android gradle compiler-errors wear-os
C++ compile error (LNK1120 and LNK2019) with Visual Studio

I am a newbie to C++ and I need help with a very basic program. Background information: I recently got …

c++ compiler-errors visual-studio-2013 logitech
Visual Studio compiles but the exe isn't there

Source code that compiles fine on other peoples environments won't correctly work in my environment. When I do a rebuild …

windows visual-studio visual-c++ windows-mobile compiler-errors
ld: symbol(s) not found when linking

I am trying to compile "Loch" without any success on my Mac OSX 10.6. I always get some "symbol(s) not …

macos wxwidgets compiler-errors
How to recompile with -Xlint:unchecked?

I keep getting this message in BlueJ/Java. http://cache.gyazo.com/19c325e77bbc120892d1035dcfda5377.png I know …

java compiler-construction compiler-errors bluej