search for: c2146

Displaying 9 results from an estimated 9 matches for "c2146".

Did you mean: 2146
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
2005 May 01
6
win32-changejournal 0.2.0-1 compile error
...''USN_RE CORD'' C:\Program Files\Microsoft Visual Studio\VC98\include\winioctl.h(1895) : see declaration of ''USN_RECORD'' changejournal.c(60) : error C2065: ''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...
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
2018 Dec 16
0
Build from Source on MSVC 2017 cl and MSYS2 32 bit
...reserved. cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release cl : Command line warning D9002 : ignoring unknown option '-g' x86cpu.c x86\x86cpu.c(86): error C2065: '__asm__': undeclared identifier x86\x86cpu.c(86): error C2146: syntax error: missing ';' before identifier '__volatile__' x86\x86cpu.c(97): error C2143: syntax error: missing ')' before ':' x86\x86cpu.c(104): error C2065: '__asm__': undeclared identifier x86\x86cpu.c(104): error C2146: syntax error: missing ';'...
2017 Aug 31
1
how to build Xapian project on windows?
hi, anyone know how to build Xapian on windows?I had try this(https://github.com/xapian/xapian/tree/v1.2.24/xapian-maintainer-tools/win32msvc) but fail. error messages: .\remoteconnection.cc(532) : error C2146: syntax error : missing ';' before identifier 'uoff_t' How to edit the config.mak file to release a correct config.h file ? I can compile Xapian on Linux, it's easy, but on windows, it's hard, the document about how to build Xapian on windows is poor. thank you.
2006 Jan 19
0
Compile error (svn 10743)
...143: syntax error : missing ';' before '*' 1>d:\voip\mod_speexrefcode\pcm_wrapper.c(153) : error C2065: 'm' : undeclared identifier 1>d:\voip\mod_speexrefcode\pcm_wrapper.c(153) : error C2100: illegal indirection 1>d:\voip\mod_speexrefcode\pcm_wrapper.c(153) : error C2146: syntax error : missing ')' before identifier 'PCMMode' 1>d:\voip\mod_speexrefcode\pcm_wrapper.c(153) : error C2059: syntax error : ')' 1>d:\voip\mod_speexrefcode\pcm_wrapper.c(153) : error C2297: '*' : illegal, right operand has type 'const void *' 1&g...
2006 Jan 19
1
Compile error (svn 10743)
...143: syntax error : missing ';' before '*' 1>d:\voip\mod_speexrefcode\pcm_wrapper.c(153) : error C2065: 'm' : undeclared identifier 1>d:\voip\mod_speexrefcode\pcm_wrapper.c(153) : error C2100: illegal indirection 1>d:\voip\mod_speexrefcode\pcm_wrapper.c(153) : error C2146: syntax error : missing ')' before identifier 'PCMMode' 1>d:\voip\mod_speexrefcode\pcm_wrapper.c(153) : error C2059: syntax error : ')' 1>d:\voip\mod_speexrefcode\pcm_wrapper.c(153) : error C2297: '*' : illegal, right operand has type 'const void *' 1&g...
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)
2012 Jun 24
2
[LLVMdev] Problems building LLVM under Visual Studio
...llvm::IntegersSubset' 1>F:\Documents and Settings\Mason\My Documents\VC\llvm\include\llvm/Support/IntegersSubset.h(313) : error C2065: 'const_iterator' : undeclared identifier 1>F:\Documents and Settings\Mason\My Documents\VC\llvm\include\llvm/Support/IntegersSubset.h(313) : error C2146: syntax error : missing ';' before identifier 'i' 1>F:\Documents and Settings\Mason\My Documents\VC\llvm\include\llvm/Support/IntegersSubset.h(313) : error C2065: 'i' : undeclared identifier 1>F:\Documents and Settings\Mason\My Documents\VC\llvm\include\llvm/Support/In...