Top "Compilation" questions

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

Can I compile Java to native code?

Is there any way to compile from Java to standalone (or library) machine code without requiring a JVM?

java compilation native-code
How do I compile an ASP.NET website into a single DLL file?

I have finally finished my web site. I published it, and I was surprised at the results. Although the App_…

asp.net visual-studio dll compilation web-deployment-project
How do I compile my Python 3 app to an .exe?

How do I convert my Python app to a .exe? I made a program with tkinter and was wondering how …

python tkinter compilation exe python-3.3
Why does not the Application_Start() event fire when I debug my ASP.NET MVC app?

I currently have the following routines in my Global.asax.cs file: public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{…

asp.net-mvc debugging compilation
fatal error: sqlite3.h: No such file or directory

I'm trying to build a C application through cross compiling for a Zynq board (ARM architecture). When I type make …

sqlite compilation makefile arm zynq
How do I invoke the MinGW cross-compiler on Linux?

I have a project that I want to cross-compile for Windows. I have the appropriate Makefile and everything works with …

c++ compilation cross-compiling mingw-w64
How to recompile with -Xlint:unchecked in Ant build task?

When I run the "compile" target of my Ant "build.xml" file, then I get the following message: Note: Some …

ant compilation target build.xml
Why is Swift compile time so slow?

I'm using Xcode 6 Beta 6. This is something that's been bugging me for some time now, but it's reaching a point …

swift optimization compilation type-inference compilation-time
What is the difference between "Include Directories" and "Additional Include Directories"

In configuration properties of my project, under the "VC++ directories" there is an entry for "Include Directories". But under "C/…

c++ visual-studio-2010 visual-studio compilation
java compiled classes contain dollar signs

I've been using Eclipse as my development IDE. I also use it to export my application into a .jar file. …

java class compilation