Top "Compilation" questions

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

How to compile a makefile on OSX 10.8 with no Terminal experience?

I've tried searching on this and everything seems to assume more knowledge on the subject than I have. I've downloaded …

macos compilation makefile terminal puredata
How to compile multiple Java files when there are Java files in other packages?

I am compiling multiple files in a directory (javac *.java) but I have a problem when I try to do …

java compilation javac
Setting environment variables in pre-build event and using in compilation step

In Visual Studio 2003, I am trying to set an environment variable in the pre-build event that will then be used …

windows visual-studio compilation environment-variables visual-studio-2003
VS 2010 error - cannot open file "iostream"

I've just migrated from VS2005 to VS2010 and it fails to compile a simple program. #include <iostream> using …

c++ visual-studio-2010 compilation windows-xp-sp3
How to keep up with the latest versions of Node.js in Ubuntu? PPA? Compiling?

Where can (can I ?) find .deb packages for the latest versions of Node.js ? If not, and because it's a …

ubuntu node.js compilation
How to decrease build times / speed up compile time in Xcode?

What strategies can be used in general to decrease build times for any Xcode project? I'm mostly interested in Xcode …

iphone xcode build compilation performance
Is it possible to write a program without using main() function?

I keep getting this question asked in interviews: Write a program without using main() function? One of my friends showed …

c++ c compilation main
Why use make over a shell script?

Make seems to me simply a shell script with slightly easier handling of command line arguments. Why is it standard …

shell makefile compilation
Magento died after compilation: how to disable using compiled files without admin panel access?

Tried to compile Magento 1.6 here: Magento admin panel, System, Tools, Compilation It compiled and then I enabled it. After that, …

magento compilation
IUnityContainer.Resolve<T> throws error claiming it cannot be used with type parameters

Yesterday I've implemented the code: CustomerProductManager productsManager = container.Resolve<CustomerProductManager>(); It was compilable and working. Today (probably I've …

c# .net generics unity-container compilation