Top "Compilation" questions

Compilation is the transformation of source text into some other form or representation.

Javac is not found

I'm running Windows 8 and I can not get javac to work. I have set my PATH in environmental variables to …

java windows-8 compilation javac
The POM for project is missing, no dependency information available

Background Trying to add a Java library to the local Maven repository using a clean install of Apache Maven 3.1.0, with …

java maven build compilation pom.xml
What is the difference between a token and a lexeme?

In Compiler Construction by Aho Ullman and Sethi, it is given that the input string of characters of the source …

compilation compiler-construction token
WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'

Suddenly when Syncing Gradle, I get this error: WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with …

android android-studio compilation android-gradle-plugin google-fabric
Unable to locate tools.jar

Possible Duplicate: Unable to locate tools.jar I'm trying to use ant to compile using this command : ant compile I …

java apache ant build compilation
Less aggressive compilation with CSS3 calc

The Less compilers that I'm using (OrangeBits and dotless 1.3.0.5) are aggressively translating body { width: calc(100% - 250px - 1.5em); } into …

css compilation less css-calc
Is there a way to compile node.js source files?

Is there a way to compile a node.js application?

node.js compilation
Why does C++ compilation take so long?

Compiling a C++ file takes a very long time when compared to C# and Java. It takes significantly longer to …

c++ performance compilation
What's an object file in C?

I am reading about libraries in C but I have not yet found an explanation on what an object file …

c compilation linker object-files
How to enable C++17 compiling in Visual Studio?

I want to use C++17 features. How can I switch compiling from C++14 to C++17 in Microsoft Visual Studio? Or …

c++ visual-studio compilation c++17