Building is the process by which source code is converted into executable object code.
Questions tagged [building]
463 questions
-1
votes
1 answer
Anti-Pattern - Building during Pod starting (Init-Container)?
I am kind of new to kubernetes, an coworker of mine, who claims he is more experienced, wants to introduce a process where things get built during the init of the pod (init-container).
I guess that's a very bad idea, because building shouldn't be…

noircc
- 650
- 10
- 28
-1
votes
1 answer
Error wile building android 6.0 marshmallow
I am building aosp 6.0 for my nexus and I am getting these errors and the build stops exactly right there no matter for which device I build
I have skipped some code because stack overflow didn't allow to post them. I am using ubuntu 14.04 and have…

Pradeep Murugan
- 1
- 2
-1
votes
1 answer
C programming error when building and running
Im following a youtube tutorial by Bucky in C programming. Every time i use scanf and enter the input i get an error pop up. i typed these exact same codes from the video tutorial but mine does not work.
HERE'S THE CODE:
int main()
{
int…

oscar
- 1
- 1
-1
votes
1 answer
Building Blackberry 10 App bar file
I found that no place over the internet listed all the steps to build a blackberry App (WebWorks) into a working bar file and how to install it to the device.

Bishoy Hanna
- 4,539
- 1
- 29
- 31
-2
votes
1 answer
Building project
I am studying C# and have a task to implement two algorithms by two ways each one (for comparing these ways of realization) and perform this job in a nice form.
I would like to know which form will be better.
1 solution - 2 projects - 4 apps (for…

Artur Krush
- 1
- 1
-2
votes
1 answer
Building Assimp with MSYS
Hello i tried to build Assimp.
I'm using gcc (10.2.0) and MSYS2.
It's possible to download Assimp package from MSYS package repository but i prefer to build Assimp from scratch.
while building Assimp a error message…

user3552351
- 27
- 3
-2
votes
1 answer
Arrary list while creating a buildin
package uk.ac.reading.Nischal.buidlingconsole;
import java.util.ArrayList;
public class Building {
private int xSize = 10; // size of building in x
private int ySize = 10; // and y
private static String test;
…

Nischal
- 3
- 2
-2
votes
1 answer
How do I compile and run this Github project?
https://github.com/Keegz51/CBIBFinal
There are no instructions to build/compile/run/use, and I'm unable to get it to run. I'm using the latest version of MS VS Code with C# Extension, please help!

dfransch22
- 1
- 1
- 1
-2
votes
1 answer
Problems with building stack with c
I'm quite to programming and I don't uderstand why my program doesn't build. I don't know where exactly is the problem. To me it seems it should work. These are mostly examples i've found on the internet.
There's some code:
Main:
#include…

user3529236
- 107
- 2
- 9
-2
votes
1 answer
Multi-Threading in Multiplayer Strategy Games
In most online multiplayer strategy games, players build buildings and attack to get better at the game.
But, there's one thing I've never understood.
A player could start building some building, that'll last for 3 hours.
But then, even though he…

BlueRay101
- 1,447
- 2
- 18
- 29
-3
votes
1 answer
C Compiler using flex
I am making C compiler using flex on RED HAT LINUX . But its not going well , please help. Its not showing any of these.
Why its not showing the output in the printf statement.
How to create check of libraries and the pre defined directrives…

MHS
- 1
- 5
-4
votes
1 answer
How do I compile this project from github?
https://github.com/bladecoding/LoLNotes
Does anyone know how I get that to run? I'm pretty sure I need to compile it with something but I just don't know what or how.

Chara
- 33
- 1
- 7
-9
votes
1 answer
While building a simple application using bazel getting error Couldn't find java at '/usr/lib/java/jdk1.8.0_74/bin/java'
terminal view at the time error occured
I was building a simple app using bazel building tool. But i got the this error
stating that java is not found (Couldn't find java at '/usr/lib/java/jdk1.8.0_74/bin/java'). Although i have java installed on my…

Gaurav Kandoria
- 15
- 6