Tagged Questions
The build-error tag has no wiki summary.
8
votes
2answers
843 views
What causes a new Maven project in Eclipse to use Java 1.5 instead of Java 1.6 by default and how can I ensure it doesn't?
I imported a Maven project and it used Java 1.5 even though I have 1.6 configured as my Eclipse default (Preferences->Java->Installed JREs). When I changed the Maven project to use the 1.6 JRE it ...
5
votes
1answer
462 views
Make Visual Studio (Express) stop compiling when something doesn't compile
If one project can't build, Visual Studio, by default, keeps right on trying to build all the other projects that depend on that project, and therefore gets stupid errors because those other projects ...
5
votes
3answers
2k views
Building Mercurial 1.3.1 on Ubuntu Linux
I'm attempting to build mercurial 1.3.1. I've attempted this thus far on my Mac OS X machine and on a Linux Ubuntu virtual machine that I'm running.
I keep getting errors while running the make. I ...
3
votes
3answers
985 views
I have build errors with m2eclipse but not with maven2 on the command line - is my m2eclipse misconfigured?
I installed m2eclipse to build a java project in Eclipse.
I imported the project as follows:
Import->
Maven->
Existing Maven Projects->
Import Maven Projects->
- Select root directory
- ...
3
votes
2answers
186 views
What does this compiler build statement mean?
I am a programming student in my second OOP class, which is taught in C++, and I am using Visual Studio 2008.
I keep encountering this weird statement when I build my project in VS, my project builds ...
3
votes
2answers
1k views
Where can I acquire the Windows 6.0 Bootstrapper files for VS?
I've deleted the Windows 6 SDK folder and now my VS refuses to build my Deployment Project. I need to get the filed back to get working again.
Could not find required file 'setup.bin' in ...
2
votes
0answers
137 views
Why is dh_usrlocal throwing a build error?
I am trying to compile a deb package for my server. When I go to build, everything looks good until it gets to dh_usrlocal The build stops and make returns an error. The problem is I am trying this ...
2
votes
2answers
444 views
“Cannot Open a.exe” Error in C++
I'm trying to compile my C++ program, but when I press the "Build" button, it displays the following error message:
c:/gnat/2010/bin/../libexec/gcc/i686-pc-mingw32/4.3.6/ld.exe:
cannot open ...
2
votes
1answer
277 views
Code sign error in iPhone?
Currently I am using the Xcode 3.2.5 i am getting problem in Code Signing on Distribution & Release Don't Code sign but when i selecting Release from Configuration list It's showing my all ...
2
votes
1answer
485 views
Error: The assembly “c:\MyAssembly.dll” could not be converted to a type library
I'm trying to build my project and I've suddenly started getting the following error when the project builds and the "Register for COM interop" property is ticked.
The assembly "c:\MyAssembly.dll" ...
2
votes
2answers
2k views
IKVM and System.Core System.Runtime.CompilerServices.ExtensionAttribute
I'm using the latest release of IKVM to "compile" a Java .jar file into a .NET DLL. That all worked fine, and now I'm trying to reference the DLL in a .NET 3.5 C# project.
In my C# project, I've ...
1
vote
1answer
73 views
PackageMaker error could not copy resources to en.lproj
I placed my app bundle in PackageMaker and tried to build it and now I am getting this error:
error could not copy resources to en.lproj
Any ideas? Thanks
Screen Shot:
1
vote
1answer
80 views
Scala compiler build error JComboBox type parameters
So I'm trying to compile the scala compiler, I've overcome many problems trying to get this done but I am currently stuck at quick.lib
This is very confusing as the source is taken directly from the ...
1
vote
1answer
69 views
scala compiler with ant build error
I am trying to compile the scala compiler with ant, however when i do an ant or ant build my build fails. I really can't believe I can't figure out whats wrong.
I have ant installed and have run ...
1
vote
2answers
110 views
Can't compile code with semaphore under Solaris?
I have written some code which compiles fine under linux but on Solaris I am given some compiling errors. I use gcc test_compile.c -o tes -pthreads to compile.
#include <semaphore.h>
int ...
1
vote
1answer
128 views
Error while building binutils 2.21.1a on Solaris
I'm trying to build binutils 2.21.1a from http://ftp.gnu.org/gnu/binutils on Solaris sun4u sparc SunOS 5.10. I am using gcc version 4.0.2. When I built this is the error:
cc1: warnings being treated ...
1
vote
1answer
2k views
Build Error:Undefined symbols for architecture x86_64:
I am completely new in programming with c++ using the Xcode IDE. What I do is I created a Hashtable myself, and clicked the build button, and I got compilation errors as such. Does anyone have ideas ...
1
vote
3answers
117 views
Why do I get a Build Error on Tab Bar Tap?
I am creating an iPhone iOS Application. I have 3 tabs in a tab bar controller. When I tap on the third tab on the tab bar controller in iOS Simulator, iOS simulator disappears and I am shown the ...
1
vote
0answers
551 views
android: couldn't find import for class error in aidl files com.android.internal.telephony.gsm.NetworkInfo
I am trying to re-use PhoneUtils.java (~/android_src/packages/apps/
Phone/src/com/android/phone/) within my app with some customizations.
I have added INetworkQueryServiceCallback.aidl and
...
1
vote
1answer
89 views
Builds of Android package fail with 'apply' message after updating SDK - how to fix?
I recently upgraded the Android SDK on our build machine, and now Android builds using Ant fail with the obscure message:
The <apply> type doesn't support the nested "path" element.
Our ...
1
vote
0answers
845 views
Eclipse CDT “Path must include project and resource name”
I've been banging my head against a brick wall with this, so any help will be much appreciated :)
I have created two projects with the following structure.
There is one source folder under ...
1
vote
1answer
406 views
asm/atomic.h compile error
I have an old C++ project and I'm having problem building it. For a certain file I receive the following kind of errors:
error: ‘atomic_t’ was not declared in this scope
And others for other ...
1
vote
4answers
2k views
VC ++ express, how do I fix this error?
I have experience programming in C#, but I'm taking a C++ class this semester, and I'm writing my second project, but I keep getting this error when I try to build a debug configuration of my program.
...
1
vote
2answers
315 views
Required file 'alink.dll with IAlink3'
I was trying to build a C# solution on my Visual Studio 2008, that is running on a Windows Vista machine, but when I try to build it I'm getting this error:
Required file 'alink.dll with IAlink3' ...
1
vote
2answers
2k views
MSBuild 2008 stops on first error while building a solution
We recently upgraded from MSBuild 2005 to 2008. Since then MSBuild stops on the first error when building a solution. This wasn't the case in 2005.
Is there a way to get the old behavior?
EDIT: We ...
0
votes
2answers
61 views
Build error with variables and url_for in Flask
Have found one or two people on the interwebs with similar problems, but haven't seen a solution posted anywhere. I'm getting a build error from the code/template below, but can't figure out where the ...
0
votes
0answers
30 views
Error with PyML build
I'm looking to start a Machine Learning project, and I attempted to install PyML (on Mac OS X 10.6.8). In doing so I received the following error while running python setup.py build.
...
0
votes
1answer
43 views
Build fail error
I am baffled about this error since I installed xcode 4.2 from xcode 3.2 and switched back to xcode 3.2 Since then I am not able to build for device for any of my projects for any configurations.
The ...
0
votes
1answer
98 views
SGEN error reflecting type
I have implemented the change mentioned in the accepted answer of Generating an Xml Serialization assembly as part of my build
<Target Name="AfterBuild" ...
0
votes
0answers
55 views
cant install iPad apps from xCode anymore,codesign error?
last week i created a new password for user account on my Mac,this account had no password initially.then i started getting keychain access password windows every now and then
i follwed following ...
0
votes
1answer
89 views
Build error when trying to include CorePlot as static library
I've been given the responsibility of fixing some bugs on a project. The project uses CorePlot. When I copied the project to my computer and tried to build it I got the following error:
error: ...
0
votes
0answers
73 views
MSbuild Build-Error from TFS
i am unable to create build from TFS 2010, recently i have migrated TFS server from TFS 2008 to TFS 2010 after creating build i am getting below specified error
(ResolveTestReferences target) ->
...
0
votes
1answer
182 views
Explain this Visual Studio 2005 error (C1083) to a build process n00b
I've received this Visual Studio error. Though I can figure out the jist of the problem, I don't totally understand because I don't know much about the build process. What is the real problem here ...
0
votes
0answers
98 views
Iphone App building Error .. having libxml2.dylib linking error
I delete my whole code from my machine and checkin form the versions svn and it checked in with out frameworks after that i added that missing frameworks again. Also it having this in header search ...
0
votes
1answer
242 views
MinTTY Unicode Support and Build Error
I'm trying to use MinTTY with MSYS (downloaded from here), and I've noticed that it doesn't seem to have Unicode support.
i.e.:
I can't paste Unicode text into it (it turns out garbage).
If I cat a ...
0
votes
0answers
114 views
Build Error while Building for Archiving in XCode 4
I created an app; it's working fine on Simulator and on Actual Device. Now I want to upload it. I went through the Provision Portal steps, downloaded all the downloadable outcomes and installed them ...
0
votes
0answers
363 views
Eclipse CDT - Hello World Empty Makefile Project [closed]
Possible Duplicate:
undefined reference to WinMain Error 1 in eclipse using mingw
I'm going through the 'getting started' help under 'c/c++ development guide' and am stuck at makefiles... ...
0
votes
2answers
4k views
Re-installation failed due to different application signatures
I started getting errors in my Eclipse Workspace for several but not all of my projects. I noticed is was the oldest projects. I found help for the error, and built my own debug.keystore and changed ...
0
votes
0answers
105 views
OmniGroup text editor
When I try to follow the read me and build the frameworks in the console it crashes (freez) , then I Just open the OmniGroup text editor in Xcode (without checking it out) then build it and I get 17 ...
0
votes
1answer
1k views
XCode PCH Errors
From what I can tell, this has not been asked before. I am building a cocoa touch static library and I have been going along fine until yesterday, right after I checked the project into SVN, it no ...
0
votes
1answer
329 views
Winforms designer is unable to find the project assembly?
I have a win forms Usercontrol that is suddenly unable to build, with this error:
Edit- forgot to mention, The name of the project is Datatesting, it is not an external reference!
Error 1 ...
0
votes
2answers
989 views
Can't build iphone project in xcode with CATRansform3DMakeRotation
I need to use CATRansform3DMakeRotation function in my project, but when I try to compile I get an build error
Undefined symbols:
"_CATransform3DMakeRotation", referenced from:
if I comment ...
0
votes
1answer
131 views
Visual Studio namespace errors after deleting userControls
Really Visual Studio can be so annoying sometimes...
I did nothing else than deleting 3 UserControls in a folder. Since that time I get a error message I do not get rid of. Whatever I do I can not ...
0
votes
2answers
805 views
GenerateDSYMFile warning: unable to open object file
The background:
I have a project that I last built on 10.5 on a PPC computer using xcode v3.1. It builds against the 10.4 SDK. I now have a MacBook with 10.6 on it and Xcode v3.2.1. I installed the ...
0
votes
1answer
762 views
The type library importer encountered an error during type verification
I am writing a C# application which has several COM references. When I attempt to build it I get the following error for some of them:
...
0
votes
2answers
487 views
Boost.MPI problem
I'm working on an HPC. And on that HPC an old version of Boost was installed and that boost library doesn't have Boost.MPI. I requested from Admins to install it on the HPC. But they requested from me ...
0
votes
7answers
687 views
Strange Eclipse C++ #define behaviour (resolved)
(A case of over relying on an IDE)
I have some legacy C code that I compile as C++ for the purpose of Unit testing. The C source is C++ aware in that it conditionally defines based on environment.
...
0
votes
2answers
1k views
VSTO “Value does not fall within the expected range.”
I'm getting an error compiling my VSTO (Visual Studio Tools for Office) project in VS.
It says "Value does not fall within the expected range." and "There was an error during installation"