search for: c2065

Displaying 20 results from an estimated 42 matches for "c2065".

Did you mean: a2065
2009 Nov 12
1
[ win32utils-Bugs-27425 ] win32-open3 doesn't build with 1.9.1
...39;'*'' win32/open3.c(267) : error C2143: syntax error : missing ''{'' before ''*'' win32/open3.c(267) : error C2059: syntax error : ''type'' win32/open3.c(267) : error C2059: syntax error : '')'' win32/open3.c(309) : error C2065: ''fptr'' : undeclared identifier win32/open3.c(309) : error C2296: ''*'' : illegal, left operand has type ''HFILE (__stdcall *)(LPCSTR,LPOFSTRUCT,UINT)'' win32/open3.c(310) : error C2143: syntax error : missing '';'' before ''...
2005 May 01
3
win32-dir 0.1.0 compile problems
...00.9782.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cl -nologo -MD -Zi -O2b2xg- -G6 -I. -Ic:/ruby/lib/ruby/1.8/i386-mswin32 -Ic:/ruby/lib/ruby/1.8/i386-mswin32 -I. -I. -I./.. -I./../missing -D_WIN32_WINN T=0x0500 -D_WIN32_IE=0x0500 -c -Tcdir.c dir.c dir.c(36) : error C2065: ''CSIDL_ADMINTOOLS'' : undeclared identifier dir.c(40) : error C2065: ''CSIDL_CDBURN_AREA'' : undeclared identifier dir.c(41) : error C2065: ''CSIDL_COMMON_ADMINTOOLS'' : undeclared identifier dir.c(43) : error C2065: ''CSIDL_COMMON_APPDATA...
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
2010 Nov 22
1
Using RInside in Visual Studio 8.0 VC++.NET Program
...wnloaded Windows binary of RInside from the following link http://cran.r-project.org/web/packages/RInside/index.htm Version of RInside - 0.2.3 While compiling the program , i am getting about 69 error. Some of them are the folllowing ones. Please me in solving the following issue Error 96 error C2065: '_First1' : undeclared identifier C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xlocale 875 Qdev_R1 Error 97 error C2065: '_Last1' : undeclared identifier C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xlocale 875 Qdev_R1 Error 98 error C2065: '_Count' :...
2012 Jun 24
2
[LLVMdev] Problems building LLVM under Visual Studio
...#39;llvm::IntegersSubset' 1>        F:\Documents and Settings\Mason\My Documents\VC\llvm\include\llvm/Support/IntegersSubset.h(458) : see declaration of '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\ll...
2005 May 01
6
win32-changejournal 0.2.0-1 compile error
...ngejournal.c changejournal.h(49) : error C2039: ''FileNameOffset'' : is not a member of ''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)...
2018 Dec 16
0
Build from Source on MSVC 2017 cl and MSYS2 32 bit
...19.16.27024.1 for x86 Copyright (C) Microsoft Corporation. All rights 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 ident...
2016 Jun 21
2
FLAC__SSE_OS change
Erik de Castro Lopo wrote: > I actually think my change is correct. It should be easier to see if you > look at the github version of the change: > > https://github.com/xiph/flac/commit/e120037f3c67b23fd9eef7ccd04d2df57fa1a9a6#diff-9f048b83ff55071de36263cf0f403b2eL209 > FLAC__NO_SSE_OS was never defined anywhere, so I think that the following changes should be made:
2005 Aug 04
2
Next swig problem
After getting past the icon problem I ran into my next problem: SpinCtrl.cpp src/SpinCtrl.cpp(1141) : error C2065: ''cWxSpinCtrl'' : undeclared identifier src/SpinCtrl.cpp(1141) : error C2228: left of ''.klass'' must have class/struct/union type src/SpinCtrl.cpp(1147) : error C2371: ''cWxSpinCtrl'' : redefinition; different basic types ... The reason for this...
2006 Nov 04
1
[LLVMdev] llvm windows re-port
Hello Žiga Sat, 04 Nov 2006 12:48:23 +0100 you wrote: > I decided to make llvm port on windows, to support at least Visual > Studio 7.1 and Visual Studio 8. I guess I will make only Visual > Studio 7.1 version, since it can be easily converted to version 8. Good. Please note, that they're something about 1.5 years old. There already were some attempts to do visual studio port,
2010 Oct 15
1
[LLVMdev] compiling rev. 116572 on you-know-what
Hi! These warnings and errors might be interesting to you when compiling rev. 116572 of llvm and clang on windows: \llvm\utils\killthedoctor\system_error.h(260) : error C2065: 'EAFNOSUPPORT' : undeclared identifier and many similar errors regarding the system error constants. msdn says it's WSAEAFNOSUPPORT instead of EAFNOSUPPORT (prepend WSA... to all system error constants) \llvm\tools\clang\lib\Serialization\ASTReaderStmt.cpp(1083) : warning C4805: ...
2014 Nov 18
2
commit cf7d337
This commit makes MSVC to fail to compile libFLAC in debug config with the following message: error C2065: 'debug_target_offset' : undeclared identifier (The removed FLAC__ASSERT_DECLARATION macros declare debug_target_offset variable that was used in subsequent FLAC__ASSERTs)
2016 Jun 23
0
FLAC__SSE_OS change
...t; https://github.com/xiph/flac/commit/e120037f3c67b23fd9eef7ccd04d2df57fa1a9a6#diff-9f048b83ff55071de36263cf0f403b2eL209 >> P.P.S. 1) if FLAC__SSE_OS==1 then MSVC cannot compile current cpu.c: "#include <windows.h>" line is inactive and MSVC complains: cpu.c(278): error C2065: 'EXCEPTION_EXECUTE_HANDLER': undeclared identifier cpu.c(279): error C2065: 'STATUS_ILLEGAL_INSTRUCTION': undeclared identifier 2) the current code (simplified): if(info->ia32.sse) { #if !FLAC__SSE_OS /* assume user knows better than us; turn it off */ d...
2016 Dec 07
2
Do we need a pre-release?
lvqcl.mail wrote: > Microsoft Visual Studio 2015: > format.c(48): error C2065: 'PACKAGE_VERSION': undeclared identifier > > I edited MSVC project files (I changed 'VERSION' preprocessor variable > to 'PACKAGE_VERSION') and it resulted in successful build: > "Rebuild All: 26 succeeded, 0 failed, 0 skipped" Can I ask you to provi...
2011 Jun 24
1
windows compilation problem
I'm compiling rsync 3.0.9pre1 using Microsoft Visual Studio 2010 on my windows XP system. I get a compilation failure in flist.c, function send_directory: flist.c(1653) : error C2143: syntax error : missing ';' before 'type' flist.c(1654) : error C2065: 'name_len' : undeclared identifier flist.c(1654) : warning C4018: '>=' : signed/unsigned mismatch flist.c(1660) : error C2065: 'name_len' : undeclared identifier I realize the construct at this line is valid C99 syntax, which isn't accepted by MS. Can the code be c...
2000 Dec 16
1
Trying to build on Windows.
I truly hope I have not sent this 5 times. I've never worked on a project like this before so please let me know how it supposed to be done when I make mistakes. I have lots to learn so I'm sure I'll make many. Got the following error C:\Code\Vorbis\vorbis\lib\mdct.c(65) : error C2065: 'M_PI' : undeclared identifier and had to add #include "os.h" to vorbis\lib\mdct.h Also I had to add to the vorbis project bitbuffer.c bitbuffer.h Is there someone who manages the windows project files that I can write to? Lars. --- >8 ---- List archives: http://www.xiph....
2004 Sep 24
1
[LLVMdev] Little win32/Signals.cpp patch
On Fri, Sep 24, 2004 at 05:32:08PM +0200, Paolo Invernizzi wrote: > Jeff Cohen wrote: > > ><algorithm> works too. > > > > > For std::remove yes... but... > > d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(179) > : error C2065: 'stderr' : undeclared identifier > d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(179) > : error C3861: 'fprintf': identifier not found, even with > argument-dependent lookup These should all be prepended with ::, methinks, to label them as coming fr...
2006 Jan 19
0
Compile error (svn 10743)
...or : identifier 'pcmmode' 1>d:\voip\mod_speexrefcode\pcm_wrapper.c(149) : error C2059: syntax error : ';' 1>d:\voip\mod_speexrefcode\pcm_wrapper.c(153) : error C2143: 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...
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
2006 Jan 19
1
Compile error (svn 10743)
...or : identifier 'pcmmode' 1>d:\voip\mod_speexrefcode\pcm_wrapper.c(149) : error C2059: syntax error : ';' 1>d:\voip\mod_speexrefcode\pcm_wrapper.c(153) : error C2143: 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...