[LLVMdev] Little win32/Signals.cpp patch

Paolo Invernizzi arathorn at fastwebnet.it
Fri Sep 24 08:32:08 PDT 2004


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
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\Signals.cpp(182) 
: error C3861: 'stderr': identifier not found, even with 
argument-dependent lookup
d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(187) 
: error C3861: 'fputs': identifier not found, even with 
argument-dependent lookup
d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(187) 
: error C3861: 'stderr': identifier not found, even with 
argument-dependent lookup
d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(200) 
: error C3861: 'fputc': identifier not found, even with 
argument-dependent lookup
d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(200) 
: error C3861: 'stderr': identifier not found, even with 
argument-dependent lookup
d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(206) 
: error C3861: 'fprintf': identifier not found, even with 
argument-dependent lookup
d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(206) 
: error C3861: 'stderr': identifier not found, even with 
argument-dependent lookup
d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(208) 
: error C3861: 'fprintf': identifier not found, even with 
argument-dependent lookup
d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(208) 
: error C3861: 'stderr': identifier not found, even with 
argument-dependent lookup
d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(215) 
: error C3861: 'fprintf': identifier not found, even with 
argument-dependent lookup
d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(215) 
: error C3861: 'stderr': identifier not found, even with 
argument-dependent lookup
d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(217) 
: error C3861: 'fprintf': identifier not found, even with 
argument-dependent lookup
d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(217) 
: error C3861: 'stderr': identifier not found, even with 
argument-dependent lookup
d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(220) 
: error C3861: 'fputc': identifier not found, even with 
argument-dependent lookup
d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(220) 
: error C3861: 'stderr': identifier not found, even with 
argument-dependent lookup

---
Paolo Invernizzi




More information about the llvm-dev mailing list