Building is the process by which source code is converted into executable object code.
Questions tagged [building]
463 questions
0
votes
1 answer
react-native UI Explorer examples from GIT fails to run on Mac simulating Android with Genymotion
I was following the instructions to set up the react-native examples (UIExplorer, Movies etc.) pulled from GIT, following the instructions set up at - https://github.com/facebook/react-native
I am attempting to set it up to preview the examples via…

DJ Eddie J
- 101
- 1
- 2
- 12
0
votes
1 answer
C++ error template building
I have a problem with the build of my program. I search the error since some hour now and i don't understand what is the problem.
Here is my code :
ListeBase.h
#ifndef LISTEBASE_H
#define LISTEBASE_H
#include "Timing.h"
#include…

Thomas Clermont
- 65
- 6
0
votes
1 answer
TBB / Threading Building Blocks: Getting return value from a Task
this question is similar to How to get return value from a function called which executes in another thread in TBB? but I am working with tasks.
I have the following code:
vector > all;
for(h=0; h<100;h++){
vector vector1=…

Christian
- 25
- 8
0
votes
1 answer
What could be causing VS to have an error building taglib-sharp?
Access denied from generating Win32 resource.
Screenshot:

Fluffy Sebbert
- 347
- 2
- 12
0
votes
1 answer
Apart from "bitness", are .dll files specific to machine/processor type in some way?
I am working on the development of a Java application that loads native library files to perform some calculations. The application uses JNI to load the libraries. This application should work on Windows and Linux environments (on both 32-bit and…

user3441604
- 582
- 7
- 23
0
votes
0 answers
Build headers for a patched Linux kernel version
For a project I had to patch Linux kernel version 3.10.25+. I did it and it runs. The point is that I want to install headers too.
When I install the headers running:
$ make headers_install
it creates a folder where Makefile, Kbuild and Kconfig…

phil91
- 81
- 3
- 14
0
votes
1 answer
javascript building objects. What are the differences and best way to do it?
Im trying to understand the good way of building objects. I expose two ways.
Which is the best way to define an object. If both of them are fine what are the pros and cons of each one?
var your_drink="tekila";// yes, i love tekila…

ioedu
- 27
- 8
0
votes
1 answer
Change $getjson by search term from the text field
Hi i have return url for JSON search. Now i would like to have a textfield. In which people can enter there search terms. And when pressed submit. I would like to go and run the search.
So far i have this code. the reading of the JSON works fine.…

Jeroen van Haasteren
- 25
- 4
0
votes
1 answer
Building / Installation NumPy
i want to work with NumPy. Now i'm trying to install NumPy on Windows. I do not understand, what i have to do to get it working. What does "building" mean? is there any difference between the installation and "building from source".
Thanks for any…

CyKon
- 153
- 9
0
votes
0 answers
Compiling RTEMS RTOS on Ubuntu (Not installing it) and using its Linker Script to run simple c programs
As a part of my project, i need to compile RTEMS on ubuntu and need to access its linker script to run simple C programs.
Majorly, i need help on the following formidable first part:
PART 1. Compiling Rtems on Ubuntu (not installing Rtems). How can…

Arjun Jain
- 23
- 7
0
votes
1 answer
How can I make CMake find my libhunspell?
I'm trying to build an app which (sort of) requires libhunspell-dev. I'm not root, so I downloaded hunspell:
$ wget -c http://downloads.sourceforge.net/hunspell/hunspell-1.3.3.tar.gz
built and installed it under $HOME/opt/hunspell. I also…

einpoklum
- 118,144
- 57
- 340
- 684
0
votes
1 answer
Can Four Square Provide The SF Of The Business Searched?
Even though the building size/square footage doesn't hold much value to foursquare users; as a company looking to use Four square's API is it possible to obtain the size/square footage of the business that users search?

Brandon Babel
- 1
- 1
0
votes
1 answer
Can't build docker package (docker-git) with makepkg
I'm trying to build the docker-git package on my archlinux (i686).
I download the package from https://aur.archlinux.org/cgit/aur.git/snapshot/docker-git.tar.gz, untar it and run makepkg.
But I get the following output :
$ makepkg
==> Making…

vmonteco
- 14,136
- 15
- 55
- 86
0
votes
1 answer
Adhoc and Appstore release compiling doesn't work
In debug scheme my xcode project works fine on simulator and devices. But in release scheme(both adhoc and appstore), it stops and doesn't go on on compiling phase. (at the last source file.)
i.e. the project shows "Building XXXX: XXX | Compiling…

sky1224
- 158
- 1
- 9
0
votes
0 answers
Resources folder not being included in target folder on Android Studio building project
I have this files structure for a Java module of an Android project on Android Studio:
src
+ main
+ java
+ (several folders and source files)
+ resources
+ nad
+ (several text files)
The…

Paco Abato
- 3,920
- 4
- 31
- 54