Top "Build-process" questions

The process of converting source code files into standalone software artifact(s) that can be run on a computer

How to set build order in Qt subdir project

I have a project with 5-6 libraries and one executable. The executable depends on the libraries, and some libraries depend …

qt build build-process qmake
Maven for other languages?

I am relatively new to the world of Java and Maven, but I couldn't imagine starting a new Java project …

java maven-2 project-management build-process
How can I combine and compress multiple script and css files for production use?

I want to use YUI Compressor to combine and compress my css and js file sets when I compile my …

powershell build-process yui-compressor
Building C++ on both Windows and Linux

I'm involved in C++ project targeted for Windows and Linux (RHEL) platforms. Till now the development was purely done on …

c++ build-process cross-platform cmake scons
VC ++ express, how do I fix this error?

I have experience programming in C#, but I'm taking a C++ class this semester, and I'm writing my second project, …

c++ build-process build-error
Is there a way to know which compiler generated a static library?

A third party provided me a static lib (.a) to link with on solaris station. I tried to compile with …

linker build-process solaris
Do you use Phing?

Does anyone use Phing to deploy PHP applications, and if so how do you use it? We currently have a …

php deployment build-process build-automation phing
How to call latexmk in emacs, and jump to next-error

I would like to use latexmk to compile my LaTeX documents in Emacs. Especially I need the Emacs functionality next-error, …

emacs latex build-process auctex latexmk
Sencha Cmd is not generating ExtJS app

Hi I am trying to learn and getting started with ExtJS (from here). but seems either I am missing something, …

javascript extjs build-process sencha-cmd
cmath Errors when using FLTK

For some reason, whenever I add the FLTK directory to my include path, I get a bunch of errors from …

c++ build-process fltk cmath