0
votes
0answers
12 views

error while building neo4j source code

I'm trying to build Neo4J , I have downloaded the source from github: neo4j-master.zip containing the source, when i build this I hit upon following errors. tried to find out in google but ...
2
votes
2answers
104 views

Assign Global Variable/Argument for Any Build to Use

I have several (15 or so) builds which all reference the same string of text in their respective build process templates. Every 90 days that text expires and needs to be updated in each of the ...
1
vote
1answer
98 views

Changing Product Name in csproj assembly info in pre-build event of vdproj in same solution

The company that I work for has a product that is used by multiple customers. Unfortunately, one of the customers does not like the name we gave the product and has paid for it to be assigned a ...
-1
votes
1answer
164 views

How to run `ant` build-script without setting any environment variable?

I would like to run the ant build-script without installing Java and setting any environment variable like path, JAVA_HOME & ANT_HOME to environment variable. I have copied already installed ...
1
vote
0answers
23 views

Do I have to build my program on the oldest Linux OS minor version I want to support?

If I want my software to run on Red Hat Linux 6.0, do I have to build it on 6.0? Or can I build it on 6.3? (Similar question for 5.X) I'm asking a general question about runtime implications of ...
0
votes
0answers
29 views

Make replacement which builds based on changed checksum

Is there some Make replacement which builds new files, not based on file timestamps, but on updated file checksum?
0
votes
0answers
39 views

How to generate a indeterminate number of WAR files using Maven?

I would like to generate multiple WAR files, during the build cycle of my project. I already know how to add multiple dest-file, and other configuration with the maven-war-plugin. But I want to know ...
1
vote
0answers
152 views

How can I make the Microsoft C++ compiler treat unknown flags as errors rather than warnings?

For various reasons, I would like to be able to script the detection of whether the MS C++ compiler honors a particular flag. I'm using the compiler from the Windows 7.1 SDK: C:\> cl /version ...
1
vote
1answer
52 views

will compiling with the same source, compiler and library version result in exactly the same binary

I would like to know if I get exactly the same binary result if I compile with: the same source code the same compiler, version, command the same library Or are there other constraints as well ...
1
vote
2answers
129 views

Does it Build? - A virtualbox image to build software packages successfully

I would like to set up a minimal Linux system which has nothing else to do then building software packages. But reliably and successfully! Goal: Set up and provide publicly a virtualbox image and a ...
1
vote
1answer
80 views

How to determine tools chosen by waf?

How can I determine which specific tool waf chose as 'cxx_compiler' etc? Exempli gratia: def configure(ctx): print('Running ' + ctx.cmd + ' in ' + ctx.path.abspath() ) ctx.load('compiler_c') ...
2
votes
0answers
209 views

CMAKE_TOOLCHAIN_FILE was not used by the project

Cmake gives this warning when building one third-party script: CMake Warning: Manually-specified variables were not used by the project: CMAKE_TOOLCHAIN_FILE Is there any common advices what ...
1
vote
2answers
70 views

Best way to optimize the building/Compilation task of C library on various machines

We need to build a C library on various environment like (suse x86, suse itanium, solaris, HPUX, IBM AIX) with different compiler options(like compiler flags, 32bit or 64 bit, static or dyanamic, ...
0
votes
1answer
76 views

Should Brunch.io build tool copy hidden files?

I've started using Brunch: http://brunch.io to build my javascript based application. I'm using Backbone.js which needs a .htaccess file in place in order to handle routing with HTML5 pushState. ...
3
votes
2answers
44 views

When should you mess with Ant Buildfiles?

On large team projects, I've needed to manually edit the Ant Buildfile. On small programs I've written from scratch, I haven't needed to make or edit any sort of helper files for the build (e.g. never ...
2
votes
1answer
67 views

Check for life-cycle/phase and file existence in Maven and report error

I want to check in Maven if authentication data from property file is provided by developer during application testing if call integration-test life-cycle. As state common practice it is bad to ...
4
votes
1answer
120 views

Run an MSBuild target only if project is actually built

I have an MSBuild file that builds */.sln files (builds all .sln files that exist). The build uses the Build target, so if no changes were made to input files, no project should be built again. I ...
1
vote
1answer
180 views

Unity3D: Build & Run on two Android devices without replugging

Is it possible to install a app with one Build & Run process on two connected Android devices? Or is it possible to have at two devices connected and select the device to build the app without ...
1
vote
1answer
277 views

Using Grunt.js to Iterate Over Completely Unique but overlapping theme files

I'm using http://gruntjs.com/ to create a build script that iterates over a themes.json file, the JSON include looks like this: { "vintage" : { "_name" : "vintage", ...
1
vote
2answers
63 views

How to print the build target in Java?

Say we have a class PrintTarget with main() inside of it. Can we build/compile such that , somehow we should be able to send the build-target-name inside of the main. and when the main() is called ...
1
vote
1answer
112 views

Build two VS2010 C++ projects into the same output folder

I have two projects in the same VS 2010 solution. They are reusing same code and I want VS2010 to build both projects' Executables into the same output folder. Apparently this is not trivial even ...
1
vote
1answer
205 views

Incredibuild not very fast

Our project takes a long time to compile, so I'm trying the trial version of Incredibuild. It is made of a solution of about 50 projects. The thing is, when I compile with incredibuild it doesn't go ...
4
votes
0answers
163 views

Is there a way to programmatically generate an ovf file that can be used to kickstart an iso image on boot?

Similar to genisofs I want to be able to run a command on a box with minimal additional services and create an ovf and associated data files that reference an iso image and can be used to kickstart a ...
1
vote
1answer
50 views

Is it possible to tell if a .net application was developed with unlicensed Visual Studio?

We contracted a guy to build .net app. His team is in India, and am afraid they may not have licensed softwares their, which may eventually get us in troubles. Is their anyway I can tell if the end ...
0
votes
1answer
1k views

Can't build C++ program using Sublime Text 2, Windows 8

I think many of you are using or used to use Sublime Text 2 editor, on windows 8. I have strange error: C++ programs can't be built. My goal is to use Sublime Text 2 to build and run simple programs, ...
1
vote
3answers
96 views

Build only changed item or build all ,which is preferred in continuous integration?

Our software is split into multiple components. Msbuild scripts automate our build and batch scripts to invoke it. We are taking the daily build of our components even if we have small changes. We ...
0
votes
1answer
54 views

Build system for compiling multiple GNU Autotools projects

I'm looking for a process to build multiple GNU autotools based projects that are all located in separate source control. I'm looking for a build framework that I can supply something along the lines ...
1
vote
2answers
237 views

Continue where ANT stopped after build error

I have an ant build script that builds many android projects. I am building all the projects in a specific order given to me by a property in a text file. The ant build script calls each project's ...
0
votes
1answer
315 views

Opencv Building Error

Im trying to setup Opencv with cuda=on on ubuntu 12.04. I did cmake Opencv with all settings which I want without any problem and my Cuda toolkit is working smooth. However, when I come make step of ...
0
votes
0answers
99 views

Trouble Building Android from a Shadow Copy

I am trying to build Android from within shadow copy symlinked to the actual source code using lndir. The purpose of this is, I need to build Android for multiple targets from the same source code and ...
0
votes
0answers
55 views

stasm build error in windows environment

I tried building stasm in my windows machine using mingw and am getting the errors mentioned as in this link. Can any one provide me some tips on how to solve it? And I used this make file to build. ...
1
vote
1answer
111 views

Make the web application auto-determine and know its version

My team are doing with 2 teams: server team and client team. We at server team will provide APIs for the client team to call. The APIs have many version, so that we need to match the server build and ...
4
votes
1answer
578 views

Gradle: War Task has Conflicting Includes/Excludes

I am trying to build a war file with Gradle, but I'm having an issue excluding one directory and including another that happen to have the same names, but different parent directories. Please notice ...
0
votes
0answers
165 views

why i failed to build mysql using cmake on windows?

mysql is a nice piece of code which worth study:) now i am about to build mysql on windows 7 x64 system using vs 2010. in fact, i failed to build mysql on windows both using cmake and visual studio ...
4
votes
3answers
114 views

Why moving Tag in Version Control System is a bad practice?

Why moving Tag in Version Control System is a bad practice? I often run into this general suggestion, but have never seen explanations behind them. Note: I'm using term "move tag" which I think is ...
0
votes
1answer
882 views

TFS Build/MSBuild 2010 bin folder auto redirection to binaries folder not redirecting all projects

I have TFS2010 build workflow that compiles our solution which contains ~100 projects. Compilation is successful, tests run as expected etc. The issue I have relates to the redirection of the bin ...
4
votes
2answers
280 views

CSS Sprite generation in gradle build process?

I recently read an article about Javascript, where Build Tools like Grunt and Ender were mentioned. It was briefly stated, that such tools are capable of generating sprite images from individually ...
0
votes
0answers
33 views

how do you build an open CV c/C++ file using Cmake exactly?

I have attempted to build the "kmeans.cpp" or "kmeans.c" file using gcc/g++ however I'm getting a lot of undefined references to opencv libraries, although I have installed Open CV successfully. ...
2
votes
2answers
1k views

“Cannot update project reference” error introduced by Visual Studio 2012

I had a command line build which was working fine with Visual Studio 2010. I am now trying the same solution with Visual Studio 2012. When I build it via the command line: devenv MediaPlayer.sln ...
0
votes
1answer
78 views

Building mutliple C# solutions at a once from command line with Visual Studio 2010

There are 20 to 30 C# solutions in one root folder. I would like to automate the build of all these solutions at a once using Visual Studio Command prompt. I tried MSBUILD and CSC. But i didn't get ...
0
votes
0answers
59 views

PHP extension rpath $origin

I'm building a php extension in Linux which requires the use of stdc++ and some boost libs. However, the resulting .so file always has an rpath entry that points to my build machine's stdc++ lib path. ...
1
vote
2answers
667 views

ILMerge assembly not merged in correctly

I am using ILMerge version 2.11.1103.0 to merge 4 DLL's into a new assembly. Assuming they are called A, B, C, and D, their relationships are as follows: B -> A C -> A D -> A D -> C ...
4
votes
1answer
163 views

How do I measure CPU, memory and disk usage during a build?

I'm trying to improve my build times and want to have some feedback in place to measure where my problems are. I'm using GNU Make on a Linux CentOS system to build the Linux kernel along with some ...
0
votes
3answers
1k views

SCons libraries and sub-libraries

I have a hierarchical build system based on SCons. I have a root SConstruct that calls into a SConscript that builds a shared library and then into a different SConscript that builds an executable ...
0
votes
1answer
380 views

Eclipse: Android Project: How to run shell script on build?

I have a build script that actually does calls ant to build the apk file and does some stuff on it and bundles again the dex files and calls ant to build the final apk and that APK is ready to be ...
2
votes
3answers
4k views

How to get started with OpenCV 2.4.2 in ubuntu 10.4?

I am trying to install latest OpenCV version 2.4.2 on a linux (ubuntu 10.4) PC. I downloaded the tar ball. Un-tar-ed it. And followed install opencv in ubuntu 10.04. While 'Make' I got error after ...
3
votes
3answers
207 views

Don't break the build - how?

Here are the steps I always follow before checking in the code, Get the latest from svn Merge conflicted files Build Run my tests Check-in In spite of all this, there is still a chance that I ...
0
votes
1answer
369 views

Installing binary package on heroku

I want to deploy a binary package on heroku for use by my application I am using the new Cedar stack, the official documentation states that it is recommended to use the vulcan tool for building ...
0
votes
0answers
98 views

Floating Point Exception when running node during build

During my maven build, I kick off a node.js script. The Maven profile runs a shell/bat (linux/windows) file, and that kicks off the node script. On my machine it works fine. I am running Ubuntu ...
0
votes
0answers
104 views

No idea how to conditionally link static libraries in Visual Studio outside of preprocessor macros in a file

I'm using Visual Studio 2010 on Windows 7. My project is written in C++. There is a header file that has a lot of preprocessor logic to determine what version of a particular static library to link. ...

1 2 3 4 5