Building is the process by which source code is converted into executable object code.
Questions tagged [building]
463 questions
0
votes
1 answer
Error building Saiku 2.4 bi-platform-plugin
I'm trying to install Saiku into Pentaho biserver-ce 3.7. I'm following this tutorial. As the links in the tutorial don't work anymore, I downloaded Saiku release 2.4 from Github, unzipped it, and I'm running ./saiku build bi-platform-plugin to…

Andy Torres
- 165
- 1
- 1
- 11
0
votes
1 answer
Having trouble compiling Medusa
I've found a very interesting program called Medusa disassembler:
https://github.com/wisk/medusa
However I'm having trouble building it under Windows. I followed the compilation instructions but the it said it can't find the boost libraries. The…

Slagathor
- 47
- 7
0
votes
2 answers
How to build Realm using Swift 2.3?
I have already change toolchain to swift 2.3 by
export PATH=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/Swift_2.3.xctoolchain/usr/bin:"${PATH}"
And did
Open the Xcode project -> Click on the Realm project -> RealmSwift target ->…

Owen Zhao
- 3,205
- 1
- 26
- 43
0
votes
1 answer
lightweight CI for working copy?
Is there a lightweight CI that tracks file changes in working copy/folder, instead of monitoring the VCS? I just want it to rebuild/perform series of tasks (quick typos/bugs check, building, formatting, unit testing, etc.), which could be passed as…
0
votes
2 answers
Coocox Coide Compiler error : String index out of range: -1
I'm having problems with my project, I'm trying to build it and coocox coide gives me this error.
Building has encountered an error
an internal error occured during building:
An internal error occurred during: "Building".
String index out of range:…

Yannick.D
- 51
- 7
0
votes
1 answer
Hadoop on Windows Building Error
I had already install hadoop in my computer once, I deleted the source folder and I wanted to re-installed again. However I am failing at this error:
[INFO] Apache Hadoop KMS .................................. FAILURE [ 8.050 s]
I tried everything…

Yassine
- 33
- 1
- 6
0
votes
0 answers
Linking 3rd party libs into lib or exe
My C++ build process currently looks something like this:
Build a static utility lib, link with 3rd party libs
Build exe 1, link with utility lib
Build exe 2, link with utility lib
Should I instead wait and link the 3rd party libs with the exe:s?…

David Karlsson
- 71
- 5
0
votes
1 answer
Xamarin.New blank Cross-platform App(Native Portable) can't start running
I have created new cross-platform Blank App(Native Portable), but the app was not running.
I got output message:
Android application is debugging.
The application could not be started. Ensure that the application has been installed to the target…

Rim Vo
- 22
- 2
0
votes
1 answer
Gear VR Framework: Problems with cleaning (first step)
I'm currently trying to set up everything to develop a Gear VR app with Eclipse in Java but I keep getting errors when I clean the Gear VR Framework project:
http://pastebin.com/yK8810bG
"Das System kann die angegebene Datei nicht finden." simply…

Neph
- 1,823
- 2
- 31
- 69
0
votes
1 answer
Website wont show my image
I am very new to html and I am kind of still learning! However, I have coded for my html to show a picture on my webpage. The image I am trying to display on my website is in the same folder as my html and my stylesheet. But when I load up my…

tyler.904
- 19
- 6
0
votes
1 answer
how to JsonConvert.DeserializeObject two data
{
"pagination": {
"next_url": "https://api.instagram.com/v1/users/",
"next_max_id": "98740505131"
},
"meta": {
"code": 200
},
"data": [
{
"attribution": null,
"videos": {
"low_bandwidth": {
…

Mars.Tsai
- 174
- 1
- 13
0
votes
1 answer
Bluemix building stuck like forever
I made some changes to the local code and tested with no problems.
Committed to repo via git succesfully.
It's staying at the building stage and precisely at the cloning stage and doesn't continue.
There is no more logs showing anything…

noob
- 480
- 3
- 20
0
votes
2 answers
Build separate assemblies within same project Visual Studio.NET
I've searched online for the answer to this but with no luck.
I was wondering if it was possible to build certain classes and or .cs files to separate assemblies within the same project?
I.e I have a number of HttpHandlers in one project, currently…

Id10T-ERROR
- 447
- 3
- 18
0
votes
1 answer
Error while cross compiling poppler package
I am getting the following error while cross compiling Poppler package on Ubuntu
After configuring I gave command make
then while making the following error has come
GlobalParams.cc:81:35: fatal error: fontconfig/fontconfig.h: No such file or…

Anju
- 1
- 3
0
votes
0 answers
SCONS building in ubuntu
While building scons from readme.scons.txt from https://github.com/iotivity/iotivity in Ubuntu 13.0, I get
Linking out/linux/x86/release/resource/c_common/oic_malloc/test/malloctests extlibs/gtest/
gtest-1.7.0/lib/.libs/libgtest.so: undefined…

srinidhi
- 1