The building tag has no wiki summary.
0
votes
0answers
13 views
hid api building error in XCode
I'm trying to test this hid api for MAC in XCode by creating a project type "Core Foundation" just by importing the "hidapi/hidapi.h" library and replacing the "mac/main.c" files into the project. ...
1
vote
2answers
21 views
Beginner web designing/development?
I would like to learn to make a website from scratch. Im familiar with html,css and javascript. I read a lot on front end back end technologies and stuff I just dont get it. Why do you need them?Is it ...
0
votes
1answer
28 views
Visual Studio InstallShield Project building error about localized resources
I created an InstallShield setup project in Visual Studio 2012. In the Application Files section of Project Assistan, I added "Primary output" and "Localized resources" files by using Add Project ...
0
votes
1answer
27 views
Manage the build of multiple libraries in one place
Suppose that I have multiple libraries that I can build with cmake or with configure scripts, there is a tool that can help me with building this libraries such as I can easily manage the rebuilding ...
0
votes
2answers
121 views
How to use boost asio [closed]
I am planning on using Boost Asio library for targeting serial ports. I am not entirely sure how to use it, however.
As I understand it, asio needs to be built. In theory there is a ham build... ...
0
votes
0answers
49 views
some errors about building cross-compiler : “make[1]: *** [configure-target-libgcc] Error 1”
Having some problem when I building the gcc, here is the last error message, It seems like the error of configuring libgcc :
ackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ...
1
vote
1answer
98 views
Why does building in Xcode overwrite my SQLite database?
First of all, I'm not using Core Data, I'm using SQLite only.
I save the data in the table and then query them by opening the app and looking at the data using SQLiteStudio. I even create a LOG to ...
0
votes
0answers
40 views
E3de / Envi Batch Generation of Building Polygons and DEM/DSM
E3de or ENVI (depending on what version etc), has the function to capture building polygons and generate a Digital Elevation Model (DEM) and a Digital Surface Model (DSM) from a classified LAS file. ...
0
votes
1answer
58 views
post-build powershell script
i have next post-build event:
powershell Set-ExecutionPolicy Unrestricted
powershell -file "$(SolutionDir)Obfuscation\_obfuscate.ps1" "$(SolutionDir)" "$(ProjectDir)"
powershell Set-ExecutionPolicy ...
-1
votes
1answer
36 views
Loop redirect while building website
When i make my header.inc.php i get a redirect loop
my code
<?
include ("inc/scripts/mysql_connect.inc.php");
session_start();
$user = $_SESSION["user_login"];
if ...
0
votes
0answers
26 views
helloworld run well on nexus 7 but running building UI(continue of the lesson) - no reaction
I have just get into eclipse and Android developping by doing developer.android.com. getting started lesson. After HelloWorld I started "building the UI" lesson as it was described and I ran it on the ...
2
votes
1answer
80 views
Error making openwsman on ubuntu 12.04
I am trying to build openwsman (2.3.0 downloaded yesterday from the official website) on Ubunutu 12.04. I follow the instruction found in README.md and after installing several additional packages I ...
0
votes
0answers
84 views
Building android source code error
When i try to building android source code using command make -j4 , i get error :
*** Done with the cleaning, now starting the real build.
Checking build tools versions...
...
1
vote
0answers
45 views
How do I build cx_freeze from source?
I tried to install cx_freeze on my computer (windows) with an msi, but the installation kept failing saying something like "one or more needed files could not be found." Because installing from a ...
1
vote
3answers
116 views
c# DLL only compiling with one class
I have created a C# Class Library. In it I insert two classes. For example:
Apple.cs
Orange.cs
namespace FoodLibrary
{
namespace Apples
{
public class Apples
{
public string type { ...
1
vote
1answer
110 views
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 ...
0
votes
1answer
68 views
Jenkins with Subversion is best to export?
when building a project with Jenkins and Subversion,
is it better to use the checkout command or to use export?
I know checkout, will give you a working copy and and you can use the commit and ...
1
vote
0answers
83 views
Make Problems with JDK 6u17 Build
I'm trying to build an older version of the JDK for work, and have run into a roadblock when running make dev-sanity. Well, several roadblocks, but I've managed to get around all of them but this one. ...
0
votes
1answer
133 views
Sublime text 2 error: When building game
I keep getting this error
Welcome to Tic Tac Toe
Do you want to be X or O?
Traceback (most recent call last):
File "C:\Python27\last try.py", line 145, in <module>
playerLetter, ...
0
votes
0answers
294 views
Visual Studio will not give me the platform option of 64 bit in configuration manager..?
I am currently trying to build a project for a 64 bit computer, but the configuration manager doesn't list 64 bit as an option. It gives me Win32, but no x64 (under "Platform"). I am using Visual ...
0
votes
1answer
100 views
Understand Makefile with two-step dependency calculation
I wanted to build some C++ code. I've already had a magic Makefile that could calculate dependencies automaticaly, but I wanted to keep object files in separate directory. So the structure looks like:
...
1
vote
4answers
159 views
Java - Using Ant to automatically generate boilerplate code
Intro:
I'm asking this before I try, fail and get frustrated as I have 0 experience with Apache Ant. A simple 'yes this will work' may suffice, or if it won't please tell me what will.
Situation:
I'm ...
0
votes
0answers
97 views
Confliction with winmd windows metro
I seem to have a rather odd issue which I am unable to solve.
When I compile the App tiles and badges sample from msdn I get the following errors
Error 14 The type ...
1
vote
0answers
151 views
Get forum posts from website to android app
I am new to android development but I can not find what I am looking for at all on the web. I am simply trying to allow my application to display posts/responses from a forum on my website. I also ...
1
vote
1answer
2k views
Error in an XML file: aborting build. on android [closed]
i have a problem when building android project.
i build android project and i get an error. the error is : "Error in an XML file: aborting build.".i tried all solution.
I deleted main.out.xml. ...
4
votes
3answers
100 views
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 ...
0
votes
1answer
119 views
Friendly URL Structure with folders
I am currently building the URL Structure for an insurance website. I was hoping someone would give me some advice? I am trying to make it as SEO friendly as possible!
As an example, for 'travel ...
0
votes
2answers
180 views
Understanding compiling & linking with an existing C program
I've inherited a mildly-complicated C program for one of the AVR32 32 bit microprocessors.
However, I have no information about how to compile it. I've been trying to put together a make-file for it ...
0
votes
0answers
2k views
Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-bloc(8,2)
I am a spanish speaker so excuse me for my bad english.
I am learning how to compile slackware kernel, so I have downloaded linux-3.2.7.tar.bz2 from http://www.kernel.org
Conditions:
Slackware ...
0
votes
1answer
147 views
Visual Studio 2010 Rebuild All then run unit tests builds all again
In Visual Studio 2010 I do the following:
Build > Rebuild Solutuion.
No errors, no warnings.
Solution > Run StyleCop (Rescan All)
No errors, no warnings.
Test > Run > All tests in solution.
A ...
0
votes
1answer
1k views
Apple LLVM compiler 4.0 error clang
Sorry my English is bad, i'm French.
I'm starting in the C language and I meet an error during my building
error: -fobjc-arc is not supported with fragile abi
Command ...
1
vote
2answers
368 views
JavaFX2 FXML how to add elements (e.g. Buttons) dynamically
So, what I want to do is, creating a custom element by using fxml and then add a couple of instances of that element into a container, like GridPane. The "new" operators does not work for me, because ...
1
vote
1answer
2k views
Excel 2010 Macro to Create Charts
I am trying to create macros to build charts in Excel 2010.
If I record a macro it gives me the following code:
ActiveSheet.Shapes.AddChart.Select
ActiveChart.SetSourceData ...
1
vote
2answers
322 views
Building an app bundle for a non-Cocoa C++ Mac Project
I am building a C++ OpenGL card game in Xcode 4.3.3, with the intention of running it on both 64-bit and 32-bit Macs, which is not my problem. My problem is that I have reached a point in the ...
1
vote
2answers
1k views
Can't build a new android project in eclipse - folders are white and haven't got content
When I click finish in the 'new android project' window the window doesn't close itself. I have to close the window manually. When I'm looking at the new project the folders are white and the src ...
0
votes
0answers
126 views
Android: Exclude resource from external library during the build process
The Android app I am working on requires some external library (jar) that contains a non source resource. I'd like to excude this file (during the build process) from ending up in the final apk.
I ...
2
votes
2answers
124 views
Building Maven project without Maven
I have Maven project, but on one of servers I must build it without Maven.
It's possible using standard JDK commands. Where can I see what commands Maven sent to JDK while building project?
0
votes
1answer
470 views
Building OpenCV with OpenGL support for iOS
I'm currently developing some computer-vision application for blind people. Now we decided to move our studies on mobile apps.
Since OpenCV 2.4, building them for iOS is quite simple due to the two ...
2
votes
1answer
422 views
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 ...
0
votes
0answers
204 views
Opennms Installation from source - pom.xml
I need to install opennms from source. I've been following the instructions on their website and after a long battle with other ridicolous small things I'm stuck here. I tried running the compile.pl ...
0
votes
3answers
418 views
Visual Studio 2010 F5 Debugging C++ is not Rebuilding
I have a Visual Studio 2010 Ultimate C++ project (not managed or .NET). When I press F5 (i.e., start debugging), I want it to save all the files, rebuild those that changed, link the whole thing, and ...
2
votes
1answer
510 views
What is the best Java API to make a simple 2D building game? [closed]
I am trying to just experiment with Java, and I was wondering what the most simple API for Java would be to make a 2D building game (i.e. placing blocks, moving around, etc) for a beginner who only ...
0
votes
1answer
170 views
How to make gcc compiler reserve registers when building intel-style inline assembly code?
I am building some intel-style inline assembly code using gcc compiler on Xcode 4.
Below lists part of the inline assembly code:
_asm
{
mov eax, esp
sub esp, 116
and esp, ~15
mov ...
10
votes
1answer
360 views
Eclipse - building a feature project
So I'm deploying eclipse projects. I have a set of plugins that live in a 'feature project' and that feature project lives in an 'Update site' project.
All goes well on first build. Sweet as a nut. ...
1
vote
2answers
521 views
Change text output color on windows for stderr
I recently found a post that gave a solution to have the text output by stderr a different color for Linux (bash)
They created the following bash script script
#!/bin/bash
{ $* ...
0
votes
1answer
209 views
Board Support Library link error in ARM project
I have an ARM project (for Generic ARM9 Device) in Code Composer Studio ver5 (in fact it is the modified eclipse).
Properties of project:
Device: Generic ARM9 Device
Compiler version: ...
1
vote
0answers
95 views
android source build fails
I downloaded the Android source code
source build/envsetup.sh
lunch 6
http://pastebin.com/4JjbDX4M
Any idea how I can approach this error .
Looks like there could be two things .
1)/bin/bash: ...
2
votes
1answer
408 views
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 ...
2
votes
1answer
883 views
how does the shell script envsetup.sh execute lunch?
lunch 1
Segmentation fault
** Don't have a product spec for: 'full'
** Do you have the right repo manifest?
I have tried to download different sources n repo synced. I reinstalled the Linux n ...
0
votes
1answer
369 views
How to get Eclipse to create bin/main and bin/test
I want my Ant build to take all Java sources from src/main/*, compile them, and place them inside bin/main/. I also want it to compile src/test/* sources to bin/test/. I wan this behavior because I ...



