Questions tagged [build-environment]
27 questions
1
vote
1 answer
Marmalade s3eAudio not playing on windows build
I'm building a multiplatform application, when we build for windows the audio only works on the PC that builds it. When we build for tablets all sounds work, when we build for PC it is only the audio that isnt playing, soundeffects (s3eSound ) is…

Line
- 33
- 2
1
vote
1 answer
How Android library compile ordering?
i face a compile problem on an Android library. Let say there exist four Library projects (LPA, LPB, LPC, LPD) and one main application (MP). LPB references LPA. LPC and LPD reference LPB. MP reference LPC and LPD.
When i click clean all and…

Wu Chun Wa
- 11
- 2
0
votes
0 answers
Trying to get nmake to work when installed via Chocolatey, what is the magic invocation?
I'm trying to set up a dev environment for Elixir, and I figured I would try to use Chocolatey as the package manager because I had heard that some other people on other projects had some success with that thing.
So far I have these two packages…

Hakanai
- 12,010
- 10
- 62
- 132
0
votes
1 answer
Apache environment build Issues-in fe-core builing steap
In stage fe-core building failured, and the error location is Exception in thread "main" java.lang.Error
[INFO] Doris FE Project Parent POM ........................ SUCCESS [ 1.792 s]
[INFO] fe-common ..........................................…

Ceobe
- 31
- 4
0
votes
1 answer
Older project stopped building with latest simulator updates
I have an older project that's using this method to create multiple environments.
It built fine 2 weeks ago. Today I opened up xcode, it asked to make changes (which were downloading the new simulators), and now the project wont build.
I'm getting…

MayNotBe
- 2,110
- 3
- 32
- 47
0
votes
2 answers
Compile Yocto project
I saw a thread here discussing how to compile sources in yocto. I am using its first method as follows:
yocto-layer create Mylayer
I have the helloworld example created. The location of source file helloworld.c is in a subfolder of the location of…

Newbie_SW
- 51
- 1
- 6
0
votes
2 answers
How can I set up different build configurations for ASP.Net web site projects?
According to an earlier question about Visual Studio configurations, there's no way to use Visual Studio's configuration manager to create different configurations for an ASP.net web site project.
For normal projects, we have #if directives that…

Darcy Casselman
- 2,574
- 3
- 24
- 26
0
votes
0 answers
ClassCastException regarding android sdk?
I am working on a simple project to automate an android applications' nightly build. I have prepared all the configurations(like bash script, gradle, android-sdk etc.) to start the build. The thing is, the application builds successfully and work…

caneru
- 391
- 1
- 2
- 15
0
votes
2 answers
Compiling Android on 32bit Linux not possible?
In the Cyanogenmod Wiki about compiling CM Android I read that a 64bit environment (Linux) is necessary to build recent Android versions. Is that true?
Which step would fail on 32bit?
Why can’t a 32bit system work there?

Robert Siemer
- 32,405
- 11
- 84
- 94
0
votes
2 answers
Building applications for different environments with nodejs
Historically on most large projects I have worked on we have a build script of some sort which is run by a developer to setup their environment, such as setting up iis, database migrations, templating configuration files etc.
As each environment is…

Grofit
- 17,693
- 24
- 96
- 176
0
votes
1 answer
Paver 0.8.1 compatibility with python 2.6
Does anyone manage to bootstrap its development area using paver with python 2.6 ?
I have install python 2.6, install paver with easy_install-2.6, everything looks fine.
But when I try to launch the bootstrap method it raises an urllib2.HTTPError (:…

Bertrand
- 601
- 1
- 7
- 10
0
votes
2 answers
Setting up an Android build environment for JNI applications
I've got a hold of a proprietary JNI application which I need to build for a MIPS device. I've read "Initializing a Build Environment", parts of the NDK docs, some Google Groups threads and numerous StackOverflow questions, but I'm still short of my…

mcmlxxxvi
- 1,358
- 1
- 11
- 21