search for: c3861

Displaying 20 results from an estimated 24 matches for "c3861".

2004 Sep 24
0
[LLVMdev] Little win32/Signals.cpp patch
...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 d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(182) : error C3861: 'fprintf': identifier not found, even with argument-dependent lookup d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform...
2004 Sep 24
2
[LLVMdev] Little win32/Signals.cpp patch
...llvm\lib\System\Signals.cpp /Fobuild_vc71\lib\System\Signals.obj Signals.cpp d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(127) : error C2039: 'remove' : is not a member of '_STL' d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(127) : error C3861: 'remove': identifier not found, even with argument-dependent lookup 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: '...
2004 Sep 24
0
[LLVMdev] Little win32/Signals.cpp patch
But I compiled that under vc7.1 as it was! On Fri, 24 Sep 2004 15:19:22 +0200 Paolo Invernizzi <arathorn at fastwebnet.it> wrote: > Adding an include for std::remove under vc7.1 > > --- > Paolo Invernizzi >
2004 Sep 24
3
[LLVMdev] Little win32/Signals.cpp patch
Adding an include for std::remove under vc7.1 --- Paolo Invernizzi -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: diff.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040924/e1ca1218/attachment.txt>
2004 Sep 24
6
[LLVMdev] Little win32/Signals.cpp patch
<algorithm> works too. On Fri, 24 Sep 2004 10:09:21 -0500 Alkis Evlogimenos <alkis at cs.uiuc.edu> wrote: > On Fri, 2004-09-24 at 09:43, Paolo Invernizzi wrote: > > Jeff Cohen wrote: > > > > >But I compiled that under vc7.1 as it was! > > > > > > > > ;-(( > > > > Probably is an implicid includes, but I'm using the
2004 Sep 03
4
[LLVMdev] diffs for vc7.1
...nEngine.h(78) : error C2039: 'string' : is not a member of '_STL' - #include <algorithm> at top of: llvm\lib\CodeGen\LiveIntervalAnalysis.cpp(639) : error C2039: 'sort' : is not a member of '_STL' llvm\lib\CodeGen\RegAllocLinearScan.cpp(473) : error C3861: 'find': identifier not found, even with argument-dependent lookup llvm\lib\CodeGen\RegAllocLinearScan.cpp(486) : error C3861: 'find': identifier not found, even with argument-dependent lookup llvm\lib\Transforms\Scalar\LoopUnswitch.cpp(261) : error C2039: 'sort'...
2004 Dec 20
1
[LLVMdev] win32 still broken
I'm having trouble keeping up with you guys :-) No sooner than I fix the previous problems that another one is created: c:\llvm\lib\Support\Timer.cpp(140) : error C2039: 'find' : is not a member of 'std' c:\llvm\lib\Support\Timer.cpp(140) : error C3861: 'find': identifier not found, even with argument-dependent lookup c:\llvm\lib\Support\Timer.cpp(270) : error C2039: 'sort' : is not a member of 'std' c:\llvm\lib\Support\Timer.cpp(270) : error C3861: 'sort': identifier not found, even with argument-dependent look...
2008 Feb 18
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...igure.vcproj "Config ure|Win32" Target support: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\..\..\vc\vcpackag es\vcbuild.exe C:\Prg\llvm-2.2\llvm-2.2\win32\Support\Support.tmp_Debug_Win32.vc proj "Debug|Win32" ..\..\lib\Support\IsInf.cpp(46): error C3861: 'isinf': identifier not fo und ..\..\lib\Support\IsInf.cpp(47): error C3861: 'isinf': identifier not fo und ..\..\lib\Support\IsNAN.cpp(31): error C3861: 'isnan': identifier not fo und ..\..\lib\Support\IsNAN.cpp(32): error C3861: 'isnan': id...
2008 Feb 18
3
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...igure.vcproj "Config ure|Win32" Target support: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\..\..\vc\vcpackag es\vcbuild.exe C:\Prg\llvm-2.2\llvm-2.2\win32\Support\Support.tmp_Debug_Win32.vc proj "Debug|Win32" ..\..\lib\Support\IsInf.cpp(46): error C3861: 'isinf': identifier not fo und ..\..\lib\Support\IsInf.cpp(47): error C3861: 'isinf': identifier not fo und ..\..\lib\Support\IsNAN.cpp(31): error C3861: 'isnan': identifier not fo und ..\..\lib\Support\IsNAN.cpp(32): error C3861: 'isnan': id...
2008 Feb 18
2
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
By the way, somebody (I think it was Chuck, but I don't remember for certain) was asking for the BuildLog.htm from building the llvm.sln file under VS 2005 SP1 for diagnostic purposes; right now the SLN is configured to produce a new BuildLog for each and every one of the projects inside the solution. I don't know who's responsible for this guy, but that's probably not the best way
2009 Aug 18
0
[LLVMdev] Fail to build with msvc 9.0
D:\svn\llvm\tools\bugpoint\ToolRunner.cpp(612) : error C3861: 'strcasecmp': identifier not found D:\svn\llvm\tools\bugpoint\ToolRunner.cpp(614) : error C3861: 'strncasecmp': identifier not found Must because of delete #ifdef __APPLE__ -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo
2009 Aug 30
1
[LLVMdev] Regular Expression lib support
...ems ok to me, please commit. One minor comment: Committed. It would be useful if someone could test if this works on Windows, the msvc buildbot was all red before my commit, failing here: G:\public\zorg\buildbot\osuosl\slave\clang-i686-xp-msvc9\llvm\include\llvm/Support/IRBuilder.h(133) : error C3861: 'InsertHelper': identifier not found > > +++ b/lib/Support/Regex.cpp > > + // Allocate pmatch with at least one element. > + pmatch = new llvm_regmatch_t[nmatch > 0 ? nmatch : 1]; > + pmatch[0].rm_so = 0; > + pmatch[0].rm_eo = String.size(); > > Can thi...
2004 Sep 24
1
[LLVMdev] Little win32/Signals.cpp patch
...ks 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 from the global namespace... For one, as example I'm seeing the following in Unix/Path.cpp: int fd = ::creat(path.c_str(), S_IRUSR |...
2005 Oct 20
1
[LLVMdev] missing llabs define in VS: DAGCombiner.cpp
...not have llabs() llabs() is not defined in Visual Studio, however, _abs64() is. But if I switch to _abs64() the linker does not resolve __abs64(). I thought _abs64() was suppose to be in the CRT library. Any hints for a solution? c:\devwl\llvm\lib\CodeGen\SelectionDAG\DAGCombiner.cpp(295) : error C3861: 'llabs': identifier not found, even with argument-dependent lookup
2008 Feb 19
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
..." > Target support: > C:\Program Files\Microsoft Visual Studio > 8\Common7\IDE\..\..\vc\vcpackag > es\vcbuild.exe > C:\Prg\llvm-2.2\llvm-2.2\win32\Support\Support.tmp_Debug_Win32.vc > proj "Debug|Win32" > ..\..\lib\Support\IsInf.cpp(46): error C3861: 'isinf': > identifier > not fo > und > ..\..\lib\Support\IsInf.cpp(47): error C3861: 'isinf': > identifier > not fo > und > ..\..\lib\Support\IsNAN.cpp(31): error C3861: 'isnan': > identifier > not fo > und > ..\.....
2004 Sep 26
2
[LLVMdev] patches and scons
...f the skipped files I can reach the complete link, but I'll wait till a suitable solution ;-) === * Added #include <algorithm> llvm\lib\CodeGen\LiveInterval.cpp(35) : error C2039: 'upper_bound' : is not a member of '_STL' llvm\lib\Target\TargetSchedInfo.cpp(231) : error C3861: 'sort': identifier 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\Wr...
2010 Nov 22
1
Using RInside in Visual Studio 8.0 VC++.NET Program
...pp\Language.h 164 Qdev_R1 Error 319 error C2143: syntax error : missing ';' before '{' D:\R Lib\Packages\Rcpp\include\Rcpp\Language.h 164 Qdev_R1 Error 320 error C2065: 'call_' : undeclared identifier D:\R Lib\Packages\Rcpp\include\Rcpp\Language.h 166 Qdev_R1 Error 321 error C3861: 'proxy': identifier not found D:\R Lib\Packages\Rcpp\include\Rcpp\Language.h 166 Qdev_R1 Error 322 error C2143: syntax error : missing ',' before '{' D:\R Lib\Packages\Rcpp\include\Rcpp\Language.h 166 Qdev_R1 I also have few queries 1. Can Rinside 0.2.3 be used in a...
2009 Aug 30
0
[LLVMdev] Regular Expression lib support
On Aug 28, 2009, at 1:53 AM, Daniel Dunbar wrote: > Nice! > > This looks good to me but probably Chris or someone else should sign > off on it. This seems ok to me, please commit. One minor comment: +++ b/lib/Support/Regex.cpp + // Allocate pmatch with at least one element. + pmatch = new llvm_regmatch_t[nmatch > 0 ? nmatch : 1]; + pmatch[0].rm_so = 0; + pmatch[0].rm_eo =
2009 Dec 07
2
[LLVMdev] Trunk build failure
...5) : error C2664: 'InterlockedDecrement' : cannot convert parameter 1 from 'volatile llvm::sys::cas_flag *' to 'volatile LONG *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>Atomic.cpp(88) : error C3861: 'InterlockedAdd': identifier not found
2010 Feb 08
0
[LLVMdev] Build broken on MSVC 9.0
...VC 9.0 (according to buildbot http://google1.osuosl.org:8011/console at least since 2010-02-06 01:02:15) due to some strange template name lookup problems.,,, 97>FlatStore.cpp 97>D:\public\zorg\buildbot\osuosl\slave\clang-i686-xp-msvc9\llvm\include\llvm/ADT/ImmutableIntervalMap.h(98) : error C3861: 'MarkImmutable': identifier not found 97> D:\public\zorg\buildbot\osuosl\slave\clang-i686-xp-msvc9\llvm\include\llvm/ADT/ImmutableIntervalMap.h(96) : while compiling class template member function 'llvm::ImutAVLTree<ImutInfo> *llvm::ImutIntervalAVLFactory<ImutInfo&gt...