The build-error tag has no wiki summary.
0
votes
0answers
13 views
Unable to build existed app using Sencha cmd
I'm trying to build the existed Sencha based app using Sencha cmd. But the build is failed by displaying the following error messages. I tested the Sencha cmd by creating an example, the new app is ...
0
votes
0answers
14 views
eclipse workspace build error with sencha touch plugin
Since some time I am struggling with a build error. And therefore my eclipse plugin from sencha touch isn't really working well.
I'm running the up-to-date Eclipse Juno on a MacOSX and I'm using the ...
1
vote
1answer
23 views
DX11 Unresolved Externals
1>------ Build started: Project: Setup, Configuration: Debug Win32 ------
1>BoxDemo.obj : error LNK2019: unresolved external symbol _D3DX11CreateEffectFromMemory@24 referenced in function ...
0
votes
3answers
59 views
Errors while integrating Funambol SDK into my iOS app
I have an application in which i am integrating funambol sdk. When i build the code, there is an error No such file or directory. I had add these files to xcode, but still it shows as file missing ...
0
votes
1answer
32 views
eclipse c++ build error Undefined symbols for architecture x86_64: ld: symbol(s) not found for architecture x86_64
Sorry I'm very new to this and am hoping anyone can give a bit of direction. I am taking a data structures class and learning C++. We're using eclipse and am having problems building some code ...
0
votes
2answers
64 views
Android NDK Build failing for simple native function
I am trying to build a very simple native function using ndk-build and getting the following error.
DriverAdapter.cpp:6:69: error: expected ',' or '...' before 'this'
The following are my .mk and ...
1
vote
1answer
38 views
What is causing my error? I am trying to create a player class and store a players name as a variable
another noob here, so I hope someone with a bit of sense can help me! As my question states, I am simply trying to create a player class (it is for an RPG game). However, I have tried multiple ways of ...
1
vote
1answer
141 views
error C2182: '*' : illegal use of type 'void' c:\boost_1_53_0\boost\smart_ptr\intrusive_ptr.hpp
I'm trying to develop a websocket++ server on my windows 7 laptop for ease (not good with vi yet, don't want to constantly ftp). I will move to Ubuntu 12.10 at the end.
I'm using a Visual C++ Win32 ...
0
votes
1answer
40 views
Qt mingw32 build Error [debug/rasterwindow.o] Error 1
I installed Qt 5.0.1 mingw 4.7, when I build/run an example, I got this at issues:
and this at Compile Output:
I can't build/run anything. How to fix that? Thanks.
1
vote
1answer
106 views
Why iPad app build fails in xcode with a error creating temporary directory?
I'm using Xcode 4.6, and trying to run a simple app in iPad 6.1 Simulator, build fails with error message
mkdir: ...
0
votes
0answers
111 views
ERROR DEPLOY EAR MAVEN
I´m trying to deploy my maven ear project but I´m getting this error while doing, mvn install in the pom proyect(my IDE is eclipse)
C:\temp\eat>mvn clean install -e
+ Error stacktraces are ...
0
votes
0answers
287 views
Haxe NME BUILD FAILED Android
I'm trying to compile HAXE NME for Android and I'm getting the following error:
BUILD FAILED
/opt/Android SDK/tools/ant/build.xml:710: The following error occurred while executing this line:
...
0
votes
2answers
364 views
Building Python in Sublime Text
I am unable to get a Python system to build on a friend's computer which runs Windows XP SP3 using Sublime Text 2. We reinstalled Python 2.7.3 and also Sublime Text 2 and still are having trouble with ...
2
votes
1answer
396 views
nme haxe, unable to build on android platform with flashdevelop
i'm just getting to know nme haxe developing, i'm currently using flashdevelop. I have a problem when building a sample app (piratepig) under android platform : lots of "no such file or directory". ...
-1
votes
1answer
216 views
Error with specflow in visual studio 2012 with <unitTestProvider>
I am using selenium, specflow and nunit to run automated tests with visual studio. The code was working with visual studio 2010. After I installed visual studio 2012, selenium and specflow again (I ...
0
votes
0answers
81 views
'no sw_vers' Error during llvm source compilation in linux on rhel
I am trying to build llvm as per http://clang.llvm.org/get_started.html . My gcc version is 4.7.2 (upgraded from an older version 3.4.6 thinking that was the problem).
I get this error when i try to ...
0
votes
3answers
85 views
Duplicate Symbol in _main
Can someone tell me why I am getting this error. I have tried cleaning and building several times . But still I am getting this error.
duplicate symbol _main in:
...
0
votes
3answers
647 views
R cannot be resolved to a variable - a new case?
OK, so I've read something like 10 other threads here regarding this infamous issue, and tried every possible solution offered - without any luck.
I have a Phonegap project that I worked on a few ...
2
votes
1answer
106 views
Strange Matlab error while building using Matlab coder
My Matlab coder was building stuff fine the last time I used (which was 2 months ago), but now when I try to build a project with it, I get the following error:
\>> coder -build get_scores.prj ...
1
vote
1answer
124 views
Why does Flask's url_for throw an error when using a decorator on that item in Python?
I am creating a Python Flask app and created the decorator and views below. The decorator works great when viewing the index, but when you logout and it redirects using the url_for index it throws a ...
1
vote
1answer
355 views
Could not launch “<appName>” failed to get the task for process <processNumber>?
Using Xcode 4.5.2 and building for iOS4 or newer, I get this message when building for my device (iOS 6.0.1 on 4s). I dismiss the dialog then relaunch the app on my device which seems to work. I am ...
1
vote
2answers
116 views
undefined reference to [duplicate]
Possible Duplicate:
C++ templates, undefined reference
I have a very simple program consisting of three files, which builds vectors from plain arrays:
//create.hpp
#ifndef CREATE_HPP_
...
2
votes
1answer
495 views
QtCreator: process jom.exe exited with code 3
I had a working C++/Qt application. I updated MinGW, Qt and Qt Creator to the latest versions, and now I get an error at compile time. This error does not seem to be due to my code, but to the build ...
1
vote
0answers
947 views
Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: ./jni/Android.mk
Well, I have seen 4 similiar questions in stackoverflow (this, this, this and this). And I tried the answers given there. I must say one answer worked for me, but the documentation clearly say not to ...
1
vote
1answer
3k views
TFS 2010 build error - imported project “project_path” was not found
Have been trying to build a solution which contains a number of projects and keep getting a recurring error.
I have managed to get the build to partially succeed but always get the error shown below:
...
4
votes
2answers
242 views
build error, warning MSB3258
I have recently moved my solution from my main dev machine using vs2010 pro sp1 to a new machine. The setup is supposed to be the same except its failing to build.
Its giving errors like
...
1
vote
1answer
360 views
CUDA Toolkit 5.0 NSight build errors on Mac OS X ML
I have strange thing happened to my CUDA Toolkit 5.0.
Few days ago both XCode and NSight Eclipse plugin lost ability to build even simplest CUDA related projects. XCode successfully building projects ...
0
votes
1answer
487 views
Xcode 4.5 building error: Malformed Object
I'm trying to build a project with Xcode 4.5.1, created with Xcode 4.4, but I'm getting following error:
codesign_allocate: for architecture armv7 object:
...
0
votes
2answers
985 views
Build Issues after Upgrading app from vs2005 to vs2012
I need my application to be upgraded from visual studio 2005 IDE to visual studio 2012 .
The upgradation wizard converts the solution and project files successfully with 0 errors and few warnings.
...
1
vote
0answers
100 views
Build errors require restart of Visual Studio 2010
We are are developing a C#-Application with Visual Studio 2010 and Team Foundation Server 2010 using Windows 7 64-Bit as OS.
It happens pretty often that build errors occur when locally compiling. ...
1
vote
1answer
1k views
Conversion to Dalvik format failed: Unable to execute dex: Cannot handle conversion to jumbo index
I have an issue when compiling an Android project in Eclipse. I added 3 external jars that I needed, and now I get this issue:
Conversion to Dalvik format failed: Unable to execute dex: Cannot handle ...
0
votes
0answers
162 views
Rainmeter - Build.bat error 1
I decided to try and build my own Rainmeter plugin. Got all the required tools. When I run Build.bat, it throws an Error 1 : Build Failed.
Build log has the following errors/warnings:
16>Done ...
0
votes
1answer
159 views
The name 'Trace' does not exist in the current context MonoDroid
So I am compiling a small project in MFA and I am getting the error "The name 'Trace' does not exist in the current context". I have imported System.Diagnostics and according to THIS article, ...
-1
votes
2answers
105 views
GestureRecognizer Blocks with BlockKit Xcode Build Error
I'm having an issue with GestureRecognizer and BlocksKit which is giving me a build error.
Basically i want, on a gesture, to run a block. I've copied the code from the documentation here....
...
0
votes
0answers
140 views
How do I work around an Eclipse “unsatisfied constraint” error while setting up Mylyn for “self-hosting”?
I'm trying to setup Mylyn for self-hosting, following the instructions at http://wiki.eclipse.org/index.php/Mylyn/Contributor_Reference#Self-hosting.
After I complete the fourth step:
Import ...
1
vote
0answers
246 views
Flask url_for gives error when routing in modular aplication
I am building a modular application in Flask, and i keep getting a build error if i refer to a function in another Blueprint from my current Blueprint e.g
I have a file userProfiles.py
...
-5
votes
5answers
298 views
Why can't I assign a value to a const int field? [closed]
okay, so I have an int lets say called "Var1":
public const int Var1 = 0;
now I want to assign this to an Int32 value like so:
Var1 = Convert.ToInt32(Console.ReadLine());
It will then give me ...
2
votes
1answer
646 views
iOSOpenDev command line tool build error
Okay, so i have spent all day searching the web for why this is happening.
I have installed the iOSOpenDev XCode Templates, and I opened a new command line tool project, and its giving me this error:
...
1
vote
0answers
239 views
Why does this Ant error not prevent the whole system(Java Pet Store) from running?
I'm studying the Java Pet Store project(a little dated) . When running the setup, I have to run ant I get this error:
C:\LatestPS\trunk\ws\apps\petstore>ant
Buildfile: ...
0
votes
1answer
284 views
Plugin not found error during mvn release:perform
I am trying to do a mvn release:perform on my project and get the error pasted below.
I do not have any dependency mentioned anywhere in the project for org.codehaus.mojo:cobertura-maven-plugin ...
0
votes
0answers
79 views
Lemon Build Errors
I am trying to use Lemon, and I am getting the following errors when building it:
error LNK2001: unresolved external symbol "struct lemon::Invalid const lemon::INVALID".
To install it, I followed ...
0
votes
1answer
261 views
netbeans cppunit linking error
I am trying to run some tests with cppUnit tests on NETBEANS on Mac - Lion OS10x but I get this error after i try to compile it:
/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= ...
0
votes
1answer
502 views
Xcode project build: Failed
I'm working on simple app, and there is no errors while i'm writing the code, but when i push build button, the error has occur. Build myProject: Failed, and xCode show me two error warnings. Here the ...
0
votes
0answers
69 views
Qt Creator Stopped Building
I'm kind of new to Qt Creator and OpenCV...so far I've been working with the simple sample programs available with the OpenCV package.
Everything was going fine while all of a sudden the software ...
2
votes
2answers
540 views
overriding virtual function return type differs and is not covariant
I have ported my application from 32 bit to 64 bit platform and came across various build issues. I solved almost everything but I have come to an error I cannot figure out.
Could anyone advise on ...
0
votes
1answer
74 views
Unable to compile sharable .o files with g++
When i compile with the following command:
g++ -fPIC -o obj/buffer.o buffer.cpp
I get the following error:
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu/crt1.o:
In function ...
0
votes
1answer
882 views
Cocos2d-x, Xcode4 Build Errors in NSObjCRuntime.h
I had been working on a cocos2d-x project for the QNX platform and I am now moving to the iPhone platform to finish developing. I copied all the files over and created a new Xcode4 project and then ...
1
vote
1answer
160 views
How to treat a warning as an error in a Makefile?
Is it possible to treat warnings as errors in a Makfile (and thus exit before Makefile proceeds)
Furthermore, is it possible to filter out which warning yields an error?
My use case: I want to use ...
1
vote
1answer
202 views
Build issues with Visual Studio 11
I am building a simple program on VS 11 Professional beta edition.
#include <iostream>
int main(){
std::cout << "Hello World" << std::endl;
}
But I am getting RC errors.
...
8
votes
1answer
405 views
GenerateApplicationManifest error
My team and I get this error often but random and we're not sure why it does this. To get around it we either build the solution a couple of times of have to restart Visual Studio (10). Here's the ...



