Top "Build" questions

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

Trying to include a library, but keep getting 'undefined reference to' messages

I am attempting to use the libtommath library. I'm using the NetBeans IDE for my project on Ubuntu linux. I …

ubuntu build compiler-errors static-libraries linker-errors
How to change the app display name build with flutter?

I have created the app using flutter create testapp. Now, I want to change the App name from "testapp" to "…

android ios flutter dart build
NoClassDefFoundError - Eclipse and Android

I'm having a problem trying to run an Android app which, up until adding a second external library to its …

java android eclipse ant build
NuGet auto package restore does not work with MSBuild

I'm trying to build a solution with packages content missing (except repositories.config inside) with MSBuild 12.0. I expect it to …

.net build msbuild nuget nuget-package-restore
Linux configure/make, --prefix?

Bear with me, this one's not very easy to explain... I'm trying to configure, make and make install Xfce into …

linux build makefile configure prefix
How to build & install GLFW 3 and use it in a Linux project

GLFW3 Last night I was working late trying to build the GLFW 3 packages for Linux from source. This process took …

linux build installation cmake glfw
How do I add a new sourceset to Gradle?

I want to add integration tests to my Gradle build (Version 1.0). They should run separately from my normal tests because …

java gradle build integration-testing source-sets
Re-sign IPA (iPhone)

I currently build all my applications with hudson using xcodebuild followed by a xcrun without any problems I've received a …

iphone build codesign ipa
Await operator can only be used within an Async method

I'm trying to make a simple program to test the new .NET async functionality within Visual Studio 2012. I generally use …

c# .net build .net-4.5 async-await
How to mark a build unstable in Jenkins when running shell scripts

In a project I'm working on, we are using shell scripts to execute different tasks. Some are sh/bash scripts …

shell jenkins build status