build-error

CUDA Toolkit 5.0 NSight build errors on Mac OS X ML

╄→гoц情女王★ 提交于 2019-12-11 10:47:44
问题 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 with custom build rule for C++ source files: nvcc "INPUT_FILE_NAME" But console output shows that run failed error: executable doesn't exist: '/Users/geraldus/Library/Developer/Xcode/DerivedData/CUDA_Hello_World-gzfzqivvsmeamfghnovopxapkdsz/Build/Products/Debug/CUDA Hello World' error: failed to

Build Issues after Upgrading app from vs2005 to vs2012

大憨熊 提交于 2019-12-11 05:09:54
问题 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. But when i start building the application i get error message : error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0403. Value 0x0501 or higher is recommended. in atlcore.h ! I tried changing the version no to 0x0500 , 0x0501 , 0x0502 and also 0x0601 ( both through /D

'stdarg.h' file not found error

非 Y 不嫁゛ 提交于 2019-12-11 03:49:55
问题 I recently upgraded to xcode 6.3.1. I tried creating a sample project from "Master Detail application" template, but build failed with the below error. Device - Universal language - swift Not using Core Data Errors: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.2.sdk/usr/include/dispatch/dispatch.h:32:10: error: 'stdarg.h' file not found /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs

Build issues with Visual Studio 11

梦想的初衷 提交于 2019-12-11 02:45:29
问题 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. 1>------ Build started: Project: Stephen, Configuration: Debug Win32 ------ 1>Build started 5/23/2012 8:31:30 PM. 1>InitializeBuildStatus: 1> Touching "Debug\Stephen.unsuccessfulbuild". 1>ClCompile: 1> Source.cpp 1>RC : fatal error RC1106: invalid option: -ologo 1> 1> 1>Build FAILED. 1> 1>Time Elapsed 00:00:01.67 ==========

Google Player Game Service Error: Can't build the sample game

人盡茶涼 提交于 2019-12-11 01:55:30
问题 I can't build the sample game TypeANumberChallenge provided by Google (see GitHub). Got the following error message: The project was not built since its build path is incomplete. Cannot find the class file for com.google.android.gms.games.GamesClient. Fix the build path then try building this project The type com.google.android.gms.games.GamesClient cannot be resolved. It is indirectly referenced from required .class files MainActivity.java /TypeANumber/src/com/kerrywei/games/tanc I did

Scala compiler build error JComboBox type parameters

天涯浪子 提交于 2019-12-10 19:11:13
问题 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 scala team themselves so I know it should compile. Also taken an old version I know compiles elsewhere and tested that but get the same error. Any help on the issue or a point in the right direction would be greatly appreciated. quick.lib: [scalacfork] Compiling 103 files to C:\programming\scala

Error with specflow in visual studio 2012 with <unitTestProvider>

非 Y 不嫁゛ 提交于 2019-12-06 22:05:48
问题 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 think I did it right), it stopped working. First, the steps didn't recognize their definitions and I think I fix it writing [Binding] in all the c# files that contains their definitions. Now when I try to build the project it shows an error that I can't solve to all feature files. It shows 50

android: couldn't find import for class error in aidl files com.android.internal.telephony.gsm.NetworkInfo

烈酒焚心 提交于 2019-12-06 05:24:46
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 INetworkQueryService.aidl into my app folder ( ~/android_src/packages/ apps/USSDActivity/src/com/myapp/ussdactivitytest ) however when i am building alongside android source I am getting the following error: Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Aidl: com.myapp.ussdactivity <= packages/apps/USSDActivity/src/com/myapp/ussdactivitytest

The type library importer encountered an error during type verification

删除回忆录丶 提交于 2019-12-05 09:27:27
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: c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(1418,9): error MSB3303: Could not resolve COM reference "70850f66-869f-44a0-88e7-b0460a7e3bf3" version 0.1. The type library importer encountered an error during type verification. Try importing without class members. The application is still built and runs successfully. What does this error message mean, and how can I fix it? By running TlbImp myself on the offending files I was able to determine

Error with specflow in visual studio 2012 with <unitTestProvider>

谁说我不能喝 提交于 2019-12-05 02:49:51
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 think I did it right), it stopped working. First, the steps didn't recognize their definitions and I think I fix it writing [Binding] in all the c# files that contains their definitions. Now when I try to build the project it shows an error that I can't solve to all feature files. It shows 50 errors (the same number of Specflow feature files I have), they are all the same, and it says this: Error: