search for: c4090

Displaying 7 results from an estimated 7 matches for "c4090".

Did you mean: 4090
2003 Aug 09
0
rsync / rdiff in win/dos
...l studio .net rdiff warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification c:\Work\Librsync\librsync-0.9.6\trace.c(172): warning C4013: 'write' undefined; assuming extern returning int c:\Work\Librsync\librsync-0.9.6\popt\poptparse.c(57): warning C4090: 'function' : different 'const' qualifiers c:\Work\Librsync\librsync-0.9.6\popt\poptparse.c(68): warning C4090: 'function' : different 'const' qualifiers c:\Work\Librsync\librsync-0.9.6\popt\poptparse.c(80): warning C4090: 'function' : different 'const...
2004 Dec 05
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...ynamicLibrary.cpp. Anyway, with Morten's patches I can almost build successfully. Minor patch attached to fix the residual problems. I don't know why he didn't hit these problems. And speaking of ltdl.c, it doesn't build cleanly with VC++: \llvm\lib\System\ltdl.c(972) : warning C4090: 'function' : different 'const' qualifiers \llvm\lib\System\ltdl.c(1332) : warning C4090: '=' : different 'const' qualifiers \llvm\lib\System\ltdl.c(1431) : warning C4113: 'lt_module (__cdecl *)()' differs in parameter lists from 'lt_module_open (__cdecl...
2004 Dec 28
1
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...th Morten's patches I can almost build successfully. Minor > patch attached to fix the residual problems. I don't know why he didn't > hit these problems. > > And speaking of ltdl.c, it doesn't build cleanly with VC++: > > \llvm\lib\System\ltdl.c(972) : warning C4090: 'function' : different 'const' qualifiers > \llvm\lib\System\ltdl.c(1332) : warning C4090: '=' : different 'const' qualifiers > \llvm\lib\System\ltdl.c(1431) : warning C4113: 'lt_module (__cdecl *)()' differs in parameter lists from 'lt_module_open...
2004 Dec 04
3
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
ltdl.h fully supports windows platforms (lots of them). That isn't the issue. The issue is setting up the #defines to reflect the windows system. e.g. HAVE_DLOPEN needs to be false Reid. On Fri, 2004-12-03 at 20:35, Chris Lattner wrote: > On Fri, 3 Dec 2004, Jeff Cohen wrote: > > > It will have to be Morten. I can't get ltdl.c to compile. But wasn't > > the
2010 May 02
3
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
Hey, Downloaded the release, used CMake to create solution... building mostly seems to be OK, except for a couple of compiler errors. warning C4090: 'function' : different 'const' qualifiers d:\companyone\external\llvm\source\llvm-2.7\lib\support\regengine.inc 188 error C2248: 'llvm::EquivalenceClasses<ElemTy>::ECValue::ECValue' : cannot access private member declared in class 'llvm::EquivalenceClasses<E...
2010 May 02
0
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
...ove to VS2010 at some point. Tom. On Sat, May 1, 2010 at 7:59 PM, Tom van Dijck <llvm at tomvandijck.com> wrote: > Hey, > > Downloaded the release, used CMake to create solution... building mostly > seems to be OK, except for a couple of compiler errors. > > > warning C4090: 'function' : different 'const' qualifiers > d:\companyone\external\llvm\source\llvm-2.7\lib\support\regengine.inc 188 > error C2248: 'llvm::EquivalenceClasses<ElemTy>::ECValue::ECValue' : cannot > access private member declared in class > 'llvm::Equ...
2010 May 02
2
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
...> On Sat, May 1, 2010 at 7:59 PM, Tom van Dijck <llvm at tomvandijck.com>wrote: > >> Hey, >> >> Downloaded the release, used CMake to create solution... building mostly >> seems to be OK, except for a couple of compiler errors. >> >> >> warning C4090: 'function' : different 'const' qualifiers >> d:\companyone\external\llvm\source\llvm-2.7\lib\support\regengine.inc 188 >> error C2248: 'llvm::EquivalenceClasses<ElemTy>::ECValue::ECValue' : cannot >> access private member declared in class >&gt...