search for: c2660

Displaying 4 results from an estimated 4 matches for "c2660".

Did you mean: 2660
2005 Oct 19
1
[LLVMdev] Internalize or build broken?
I also updated the code and did a clean build with VS. I get the following error: \llvm\include\llvm\Transforms\LinkAllPasses.h(79) : error C2660: 'llvm::createInternalizePass' : function does not take 0 arguments Is this also related? Wayne At 02:45 PM 10/18/2005, you wrote: >On Tue, 18 Oct 2005, Robert L. Bocchino Jr. wrote: >>I just updated my tree, and when I do a clean rebuild, I get errors like this: >> >&g...
2005 Oct 18
0
[LLVMdev] Internalize or build broken?
On Tue, 18 Oct 2005, Robert L. Bocchino Jr. wrote: > I just updated my tree, and when I do a clean rebuild, I get errors like > this: > > WARNING: Internalize couldn't load file '/comp_genericeh.lst'! > WARNING: Internalize couldn't load file '/comp_main.lst'! > WARNING: Internalize couldn't load file '/comp_sjljeh.lst'! > WARNING:
2005 Oct 18
3
[LLVMdev] Internalize or build broken?
Hi, I just updated my tree, and when I do a clean rebuild, I get errors like this: WARNING: Internalize couldn't load file '/comp_genericeh.lst'! WARNING: Internalize couldn't load file '/comp_main.lst'! WARNING: Internalize couldn't load file '/comp_sjljeh.lst'! WARNING: Internalize couldn't load file '/../gc_exported_symbols.lst'! It looks like
2015 Oct 28
2
Trying to get Search::Xapian perl module to compile on win32
...ian-devel] Trying to get Search::Xapian perl module to compile on win32 On Wed, Oct 24, 2012 at 03:20:21PM +0000, Desmond Daignault wrote: > ./XS/WritableDatabase.xs(30) : error C2039: 'win32_open' : is not a member of 'Xapian::InMemory' > ./XS/WritableDatabase.xs(30) : error C2660: 'win32_open' : function does not take 0 arguments > ./XS/WritableDatabase.xs(50) : warning C4003: not enough actual parameters for macro 'close' > ./XS/WritableDatabase.xs(50) : error C2039: 'win32_close' : is not a member of 'Xapian::WritableDatabase' Sounds...