search for: istlport

Displaying 7 results from an estimated 7 matches for "istlport".

Did you mean: stlport
2004 Oct 12
3
[LLVMdev] Showstopper on Visual C
...the namespace problems are welcome... this is a 7 minutes compile files on a pentium 4 3ghz 700Mb ram... The fatal error at the end MAY depend on the previous... or at least, I hope so. cl /nologo /TP /EHsc /GR /Zi /Yd /D__STDC_LIMIT_MACROS /DHAVE__FINITE_IN_FLOAT_H /DHAVE__ISNAN_IN_FLOAT_H /ISTLport-4.6.2\stlport /Illvm\inc lude /Itablegen_includes /c llvm\lib\Target\X86\X86AsmPrinter.cpp /Fobuild_vc71\lib\Target\X86\X86AsmPrinter.obj X86AsmPrinter.cpp tablegen_includes\X86GenIntelAsmWriter.inc(15) : error C2888: 'bool `anonymous-namespace'::X86IntelAsmPrinter::printInstruction(cons...
2004 Oct 12
0
[LLVMdev] Showstopper on Visual C
...his is a 7 minutes compile files on a pentium 4 3ghz 700Mb > ram... > > The fatal error at the end MAY depend on the previous... or at least, I > hope so. > > cl /nologo /TP /EHsc /GR /Zi /Yd /D__STDC_LIMIT_MACROS > /DHAVE__FINITE_IN_FLOAT_H /DHAVE__ISNAN_IN_FLOAT_H > /ISTLport-4.6.2\stlport /Illvm\inc > lude /Itablegen_includes /c llvm\lib\Target\X86\X86AsmPrinter.cpp > /Fobuild_vc71\lib\Target\X86\X86AsmPrinter.obj X86AsmPrinter.cpp > > tablegen_includes\X86GenIntelAsmWriter.inc(15) : error C2888: 'bool > `anonymous-namespace'::X86IntelAsmPrint...
2004 Sep 16
1
[LLVMdev] HowToUseJIT.cpp - file: 'llvm/ADT/iterator': No suchfile or directory
...no >Checking for std::isinf(0.0) in C++ library None... no >Checking for finite(0.0) in C++ library None... no >Checking for _finite(0.0) in C++ library None... yes >scons: done reading SConscript files. >scons: Building targets ... >cl /nologo /TP /EHsc /GR /D__STDC_LIMIT_MACROS /ISTLport-4.6.2\stlport >/Illvm\include /Iinclude /Ibuild_vc71\include /c >build_vc71\lib\Target\X86\X86TargetMachine.cpp /Fobuild_vc71 >\lib\Target\X86\X86TargetMachine.obj > ><big snip> > >as you can see I was working on nan and isinf, that in VC are _isnan and >_finite ......
2004 Sep 24
2
[LLVMdev] Little win32/Signals.cpp patch
...-(( Probably is an implicid includes, but I'm using the STLPort standard library for LLVM (because it's not possible to use hash_map and hash_set of microsoft) cl /nologo /TP /EHsc /GR /Zi /Yd /D__STDC_LIMIT_MACROS /DHAVE__FINITE_IN_FLOAT_H /DHAVE__ISNAN_IN_FLOAT_H /DHAVE_WINDOWS_H /ISTLport-4.6.2\stlport /Illvm\include /Iinclude /Ibuild_vc71\inclu de /Illvm\include /c 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...
2004 Sep 15
2
[LLVMdev] HowToUseJIT.cpp - file: 'llvm/ADT/iterator': No such file or directory
Hi I'm trying to compile HowToUseJIT.cpp, but it seems that iterator definition is missing: --------------------Configuration: HowToUseJIT - Win32 Debug-------------------- Compiling... HowToUseJIT.cpp c:\sfu\usr\local\src\llvm\include\llvm\adt\ilist(41) : fatal error C1083: Cannot open include file: 'llvm/ADT/iterator': No such file or directory Error executing cl.exe. I've
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>