search for: _posix

Displaying 4 results from an estimated 4 matches for "_posix".

Did you mean: posix
2015 Aug 21
0
Problem with psignal.c for Windows builds
...not the one that is desired (what does "this" refer to?). Anyway, the mingw sys/types.h file contains the following code: #ifndef _SIGSET_T_ #define _SIGSET_T_ #ifdef _WIN64 __MINGW_EXTENSION typedef unsigned long long _sigset_t; #else typedef unsigned long _sigset_t; #endif #ifdef _POSIX typedef _sigset_t sigset_t; #endif #endif /* Not _SIGSET_T_ */ So if the R psignal.h file is included before sys/types, sigset_t will be defined as "int", not as "unsigned long" or "unsigned long long". And in fact it seems that R (though not pqR) always include...
2010 Aug 23
1
[LLVMdev] Error Building LLVM on AIX 6
...om/infocenter/comphelp/v8v101/index.jsp?topic=/com.ibm.xlcpp8a.doc/proguide/ref/dynamic_load.htm. Interestingly enough, the same page suggests that AIX does, in fact, support dlopen() and friends for POSIX compatibility. You might need to find out if there's a header file or a #define (e.g. _POSIX) that you need to include/define to get dlopen() and friends working on AIX. The above web page provides the name of an AIX document which should aid in determining how to use dlopen() on AIX. -- John T. Eric Christopher wrote: > On Aug 22, 2010, at 3:38 PM, Patrick Simmons wrote: > &g...
2010 Aug 22
0
[LLVMdev] Error Building LLVM on AIX 6
On Aug 22, 2010, at 3:38 PM, Patrick Simmons wrote: > I get the following problem building LLVM 2.7 on AIX 6: > > gmake[1]: Entering directory > `/home/home/ac/psimmons/llvm/llvm-2.7/lib/System' > llvm[1]: Compiling Path.cpp for Release build > In file included from Path.cpp:262: > Unix/Path.inc: In static member function 'static llvm::sys::Path >
2010 Aug 22
2
[LLVMdev] Error Building LLVM on AIX 6
I get the following problem building LLVM 2.7 on AIX 6: gmake[1]: Entering directory `/home/home/ac/psimmons/llvm/llvm-2.7/lib/System' llvm[1]: Compiling Path.cpp for Release build In file included from Path.cpp:262: Unix/Path.inc: In static member function 'static llvm::sys::Path llvm::sys::Path::GetTemporaryDirectory(std::string*)': Unix/Path.inc:142: error: 'mkdtemp' was