search for: killsigs

Displaying 5 results from an estimated 5 matches for "killsigs".

Did you mean: killings
2009 Mar 08
3
[LLVMdev] Compiling LLVM on MinGW
Like this: llvm[1]: Compiling Signals.cpp for Debug build In file included from Signals.cpp:33: Win32/Signals.inc:262: error: `sys' has not been declared Win32/Signals.inc: In function `void AddSignalHandler(void (*)(void*), void*)': Win32/Signals.inc:266: error: `KillSigs' was not declared in this scope Win32/Signals.inc:266: error: `KillSigsEnd' was not declared in this scope Win32/Signals.inc:266: error: `RegisterHandler' was not declared in this scope Win32/Signals.inc:266: warning: unused variable 'KillSigs' Win32/Signals.inc:266: warning: un...
2009 Mar 08
0
[LLVMdev] Compiling LLVM on MinGW
...> > llvm[1]: Compiling Signals.cpp for Debug build > In file included from Signals.cpp:33: > Win32/Signals.inc:262: error: `sys' has not been declared > Win32/Signals.inc: In function `void AddSignalHandler(void (*) > (void*), void*)': > Win32/Signals.inc:266: error: `KillSigs' was not declared in this > scope > Win32/Signals.inc:266: error: `KillSigsEnd' was not declared in this > scope > Win32/Signals.inc:266: error: `RegisterHandler' was not declared in > this scope > Win32/Signals.inc:266: warning: unused variable 'KillSigs'...
2009 Mar 08
2
[LLVMdev] Compiling LLVM on MinGW
I'm trying to compile the top version of LLVM with MinGW, but I'm getting compilation errors. They seem to be caused by the changes in rev 66072. Has anyone compiled on MinGW? Since I just installed MinGW on this computer it could be my problem. (I noticed that LLVM 2.5 still doesn't come with binaries for the libraries on MinGW.) -- Lennarft
2009 Mar 08
0
[LLVMdev] Compiling LLVM on MinGW
On Sunday 08 March 2009 01:42:42 Lennart Augustsson wrote: > I'm trying to compile the top version of LLVM with MinGW, but I'm > getting compilation errors. What kind of errors? Ciao, Duncan.
2009 Mar 08
2
[LLVMdev] Compiling LLVM on MinGW
...Compiling Signals.cpp for Debug build >> In file included from Signals.cpp:33: >> Win32/Signals.inc:262: error: `sys' has not been declared >> Win32/Signals.inc: In function `void AddSignalHandler(void (*) >> (void*), void*)': >> Win32/Signals.inc:266: error: `KillSigs' was not declared in this >> scope >> Win32/Signals.inc:266: error: `KillSigsEnd' was not declared in this >> scope >> Win32/Signals.inc:266: error: `RegisterHandler' was not declared in >> this scope >> Win32/Signals.inc:266: warning: unused variable...