search for: c2275

Displaying 11 results from an estimated 11 matches for "c2275".

Did you mean: 2275
2004 Sep 03
4
[LLVMdev] diffs for vc7.1
...9 array The next bigger problem is that the compiler complains about this kind of construct... <snip> for (BasicBlock::iterator I = Dest->begin(); PHINode *PN = dyn_cast<PHINode>(I); ++I) visitPHINode(*PN); <snip> build_vc71\lib\Transforms\Scalar\SCCP.cpp(202) : error C2275: 'llvm::PHINode' : illegal use of this type as an expression in short, is the assignment in the PHINode *PN = dyn_cast<PHINode>(I) ,as if I break it in: for (BasicBlock::iterator I = Dest->begin(); dyn_cast<PHINode>(I); ++I) { PHINode *PN = dyn_cast<PHINode>(I...
2005 Feb 04
7
FW: Bug fix
Forwarded, because I don''t think he''s subscribed and I''m not getting an email notification in my Yahoo account. Dan -----Original Message----- From: CT [mailto:demerzel@gmail.com] Sent: Friday, February 04, 2005 4:17 PM To: Berger, Daniel Cc: win32utils-devel@rubyforge.org Subject: Re: Bug fix On Fri, 4 Feb 2005 16:53:17 -0600, Berger, Daniel
2004 Sep 03
0
[LLVMdev] diffs for vc7.1
Hi Paolo, > <snip> > for (BasicBlock::iterator I = Dest->begin(); PHINode *PN = > dyn_cast<PHINode>(I); ++I) > visitPHINode(*PN); > <snip> > > build_vc71\lib\Transforms\Scalar\SCCP.cpp(202) : error C2275: > 'llvm::PHINode' : illegal use of this type as an expression > > but I think is a NO-NO, so suggestions? Since it's fussy about a declaration in the for construct, perhaps something like this might work: PHINode *PN; for (BasicBlock::iterator I = Dest->begin(); (PN =...
2004 Sep 03
2
[LLVMdev] diffs for vc7.1
...1:01PM -0500, Anshu Dasgupta wrote: > ><snip> > >for (BasicBlock::iterator I = Dest->begin(); PHINode *PN = > >dyn_cast<PHINode>(I); ++I) > > visitPHINode(*PN); > ><snip> > > > >build_vc71\lib\Transforms\Scalar\SCCP.cpp(202) : error C2275: > >'llvm::PHINode' : illegal use of this type as an expression > > > >but I think is a NO-NO, so suggestions? > > Since it's fussy about a declaration in the for construct, perhaps > something like this might work: > > PHINode *PN; > for (BasicBl...
2005 May 01
6
win32-changejournal 0.2.0-1 compile error
...#39;DELETE_USN_JOURNAL_DATA'' : undeclared identi fier changejournal.c(60) : error C2146: syntax error : missing '';'' before identifier ''dujd'' changejournal.c(60) : error C2065: ''dujd'' : undeclared identifier changejournal.c(61) : error C2275: ''BOOL'' : illegal use of this type as an expre ssion C:\Program Files\Microsoft Visual Studio\VC98\include\windef.h(142) : se e declaration of ''BOOL'' changejournal.c(61) : error C2146: syntax error : missing '';'' before identifier ...
2004 Sep 03
0
[LLVMdev] diffs for vc7.1
...pta wrote: >>> <snip> >>> for (BasicBlock::iterator I = Dest->begin(); PHINode *PN = >>> dyn_cast<PHINode>(I); ++I) >>> visitPHINode(*PN); >>> <snip> >>> >>> build_vc71\lib\Transforms\Scalar\SCCP.cpp(202) : error C2275: >>> 'llvm::PHINode' : illegal use of this type as an expression >>> >>> but I think is a NO-NO, so suggestions? >> >> Since it's fussy about a declaration in the for construct, perhaps >> something like this might work: >> >> PHI...
2006 Aug 24
8
installing ferret
I am trying to test drive ferret on a ubuntu dapper installation. I have a ferret-test.rb file like: ----begin--------- require ''ferret'' include Ferret index = Index::Index.new(:path => ''/opt/search-index'') ----end----------- When i issue: ruby ferret-test.rb, I get: ferret-test.rb:1:in `require'': no such file to load -- ferret (LoadError)
2004 Sep 07
2
[LLVMdev] diffs for vc7.1
...ip> > >>> for (BasicBlock::iterator I = Dest->begin(); PHINode *PN = > >>> dyn_cast<PHINode>(I); ++I) > >>> visitPHINode(*PN); > >>> <snip> > >>> > >>> build_vc71\lib\Transforms\Scalar\SCCP.cpp(202) : error C2275: > >>> 'llvm::PHINode' : illegal use of this type as an expression > >>> > >>> but I think is a NO-NO, so suggestions? > >> > >> Since it's fussy about a declaration in the for construct, perhaps > >> something like this mig...
2004 Sep 26
2
[LLVMdev] patches and scons
...tifier not found, even with argument-dependent lookup * Added std:: namespace llvm\lib\Target\TargetSchedInfo.cpp(231) : error C3861: 'sort': identifier not found, even with argument-dependent lookup * Conversion from dyn_cast to isa+cast llvm\lib\Target\CBackend\Writer.cpp(1228) : error C2275: 'llvm::PHINode' : illegal use of this type as an expression llvm\lib\Transforms\Scalar\LoopSimplify.cpp(217) : error C2065: 'PN' : undeclared identifier ... and subsequents * Dynamic C99 array to std::vector llvm\lib\Target\TargetSchedInfo.cpp(178) : error C2057: expected const...
2006 Aug 15
2
Windows build with Visual Studio 2005 - some success
...rget (this is required for VS2005 to generate compatible dlls): $(DLLIB): $(DEFFILE) $(OBJS) @-$(RM) $@ $(LDSHARED) -Fe$(@) $(OBJS) $(LIBS) $(LOCAL_LIBS) $(DLDFLAGS) mt.exe -outputresource:$(DLLIB);2 -manifest $(DLLIB).manifest 4. ran nmake in ext dir: index_rw.c(192) : error C2275: ''DocField'' : illegal use of this type as an expression VC also does not like statements before declarations. Changed index.rw (lines 190-192) to: DocField **fields = doc->df_arr, *field; text_buf[MAX_WORD_SIZE - 1] = ''\0''; 5. nmake again. Lots of variations...
2010 May 20
10
Libtheora
Hi all, I am Sahana. I am currently working on Libtheora for windows platform and very new to it. I am getting a lot of compiling errors. Since Libtheora depends on libogg and libvorbis i have added these as well to my workspace in VC++ 6. I have a doubt regarding the x86 and x86_vc folders described in the libtheora software.Since both these folders have the same set of files which one do we