Building is the process by which source code is converted into executable object code.
Questions tagged [building]
463 questions
4
votes
1 answer
building codedui project with VS2010 professional
I have created my codedUI project using VS2010 Ultimate and build works fine when I am building from VS2010 Ultimate.
I am trying to build the same project using VS2010 Professional and when the build starts it complaints about missing assemblies…

user2567883
- 41
- 2
4
votes
1 answer
Android Emulator - Command Line Building
Back again on Stack needing help from fellow Android Developers. In my development environment im using a lot of command line building and management. Currently im running into a issue where the Terminal "Using Mac OSX" when executing the command…

Jaison Brooks
- 5,816
- 7
- 43
- 79
4
votes
3 answers
Need clarification about certain terms used to do with compiling C files
I am learning C with the GCC compiler and Geany (Arch Linux, if it makes a difference). However, I am seeing the words compile and build used interchangeably, both in Geany and on the internet. I am asking for clarification that the way I understand…

james
- 477
- 2
- 5
- 10
4
votes
2 answers
Building R (cran) + rpy2 on ubuntu -> libRblas.so not found
I am trying to build R (tried 2.14.2 and 2.15) and rpy2 (2.2.6, python 2.7.1) on ubuntu (11.04, natty narwhal), to deploy it to a custom directory (in the following called /home/me/lib/R), since I do not have root access, but need a newer version…

flinz
- 347
- 4
- 12
3
votes
1 answer
bin/bash: -c: line 0: syntax error near unexpected token `;;'
I am trying to setup android environment for the android source build. I think the make version on the system was causing problems with the android build. I am now trying to install make from the sources I downloaded from…

sraddhaj
- 581
- 1
- 7
- 17
3
votes
1 answer
NetBeans 7.1 building error : java.lang.UnsatisfiedLinkError libXtst.so.6: wrong ELF class: ELFCLASS64
I can't build my project using jdk 1.7.0 due to following error on NetBeans 7.1 whereas the same one works well on Eclipse with jdk 1.7.0. Does anyone know how can I resolve this issue ?
Output:
Exception in thread "main"…

NotCamelCase
- 1,073
- 1
- 10
- 18
3
votes
1 answer
TeamCity - Where is the automation
We installed TeamCity and TFS and they work fine. My question is how are these two supposed to make our workflow efficient? Once I make changes to code on my dev machine, I have to go to TeamCity UI to run the builds and tests? Where is the…

ZVenue
- 4,967
- 16
- 61
- 92
3
votes
0 answers
Rollup + vue3 - plugin commonjs--resolver SyntaxError - incomprehensible tag style in tepmlate
I have problem with building library in vue3 + rollup. Anyone have any idea?
When I remove tag from template.vue then project build correctly.
Output:
[!] (plugin commonjs--resolver) SyntaxError:…

Qualterink
- 31
- 1
3
votes
1 answer
How to make a building (view: top down) that looks like a "3d" building with cocos2d and cocos3d? (for iphone)
In GTA (the first and second game) you can see the city from above.
I think the building are just 5 surfaces and each surface has an image on it.
If the player moves nearer to the building you will notice this "effect" of a "real building"...
I…

cocos2dbeginner
- 2,185
- 1
- 31
- 58
3
votes
0 answers
LLVM build fails on Visual Studio
I generated a Visual Studio 15 2017 project with CMake to compile LLVM and Clang myself. I've tried to build the ALL_BUILD project from Visual Studio (as the getting started page suggested).
But the build failed with a linking error due to (I…

Bako
- 313
- 1
- 15
3
votes
2 answers
Building electron app on ubuntu fails with 'Permission denied'
I tried building my electron project on my ubuntu system using the 'electron-builder' module, but npm run dist always outputs this error:
> project@1.0.0 dist /home/user/GitRepos/project
> build
sh: 1: build: Permission denied
npm ERR! code…

Julian Z.
- 487
- 6
- 11
3
votes
2 answers
what is tools.jar replacement ?
I have been receiving the following error on eclipse when i try to build an ant project
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "C:\Program Files\Java\jre-10.0.2"
but my…

jjdoedoe
- 43
- 1
- 4
3
votes
3 answers
Check if a C header file has a function - with CMake
I want to use CMake to check whether stdlib.h has the getopt() function (I know this has been true for many years, but I still need to perform this check, and this question is about the general issue).
I know how to check for the presence of an…

einpoklum
- 118,144
- 57
- 340
- 684
3
votes
5 answers
SCons - Headers/Libraries in a non-standard location
I'm trying to use SCons to compile a program that requires a set of dependencies which I've installed in a non-standard location.
I've installed the dependencies in /home/dja/ocr. Now I'm trying to compile the main program and can't figure out how…

dja
- 1,453
- 14
- 20
3
votes
2 answers
Xcode 9 rebuilding issue?
I updated my Xcode to Xcode 9 and working on swift 4, but my project get build again and again as I minorly change my code. Now I am quite new to swift so i don't know that this is due to swift or Xcode 9 and how to stop this, because it makes…

Nisar Ahmad
- 885
- 1
- 10
- 25