search for: c4005

Displaying 6 results from an estimated 6 matches for "c4005".

Did you mean: 4005
2006 Aug 22
4
Native Extensions on Windows 0.10 series
...alten. ruby extconf.rb install ferret creating Makefile nmake cl -nologo -MD -Zi -O2b2xg- -G6 -I. -Ie:/programme/ruby/lib/ruby/1.8/i38 6-mswin32 -Ie:/programme/ruby/lib/ruby/1.8/i386-mswin32 -I. -c -Tcanalysis.c analysis.c e:\Programme\ruby\lib\ruby\1.8\i386-mswin32\config.h(76) : warning C4005: ''inlin e'': Makro-Neudefinition e:\Programme\ruby\lib\ruby\gems\1.8\gems\ferret-0.10.0\ext\defines.h (46) : Siehe vorherige Definition von ''inline'' E:\Programme\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinGDI.h( 98) : warning C4005: '...
2009 May 12
1
[LLVMdev] MSVC cstdint
In the llvm file include/llvm/Support/DataTypes.h (.in/.cmake), for MSVCit defines some macros that are defined in the cstdint.hpp file in boost (and boost does it better, detailed below): The basic error is: R:\SDKs\boost\built_head\include\boost-1_38\boost/cstdint.hpp(347) : warning C4005: 'INT8_C' : macro redefinition R:\SDKs\llvm\trunk_VC8_building\include\llvm/Support/DataTypes.h(116) : see previous definition of 'INT8_C' R:\SDKs\boost\built_head\include\boost-1_38\boost/cstdint.hpp(348) : warning C4005: 'INT16_C' : macro redefinition R:\SD...
2011 May 25
1
[LLVMdev] ms vc 10 warnings
...vc 10 I get these warnings: 1>e:\Jochen\Lib\lib\include\llvm/Use.h(218): warning C4624: 'llvm::AugmentedUse' : destructor could not be generated because a base class destructor is inaccessible 1>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdint.h(72): warning C4005: 'INT8_MIN' : macro redefinition 1> e:\Jochen\Lib\lib\include\llvm/Support/DataTypes.h(116) : see previous definition of 'INT8_MIN' The second one is because the visual c++ codepath in DataTypes.h does not check for stdint.h which is available on vs 10 (but not intty...
2002 Apr 17
1
Problems embedding R in a C application
...h is prototyped as an extern in EmbeddedRCall.c Here are the issues again (in more detail) =========================================================== 1. Macro re-definition In file ..\include\R_ext\RS.h the line (37): #define ERROR ),error(R_problem_buf);} causes this problem : warning C4005: 'ERROR' : macro redefinition d:\visualstudio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR' 2. Unresolved external: unresolved external symbol _Rf_initEmbeddedR This function is not defined anywhere. Does anyone know how I can init a "session&quo...
2004 Apr 29
10
wxruby-swig 0.0.12 is up
This one includes the latest App.cpp which includes the Mac fix from Nick. I thought it was in 0.0.11, but it wasn''t. It also adds support for "stock objects", like colours, pens, and fonts. This turned out to be quite challenging, but I''m happy with the solution. It only took a few days :-/ Kevin
2004 Apr 24
1
wxruby-swig 0.0.7
I just pushed a new wxruby-swig, which includes the known MSWin rakefile changes. It also has some significant internal improvements that will make it easier to add classes, and it includes support for one new class (wxEvent). wxruby-swig is now licensed under the "MIT license". wxRuby will remain under the wxWindows license as long as we are releasing the old code base. When we