search for: isexecutablefil

Displaying 1 result from an estimated 1 matches for "isexecutablefil".

Did you mean: isexecutablefile
2004 Sep 25
1
[LLVMdev] Code to be moved to the specific platform in lib/System?
Hi I'm compiling: llvm/lib/Support/SystemUtils.cpp on MinGW. However, it stops complaining about these errors: -------------------------- C:/MinGW/msys/local/src/llvm/lib/Support/SystemUtils.cpp: In function `bool llvm::isExecutableFile(const std::string&)': C:/MinGW/msys/local/src/llvm/lib/Support/SystemUtils.cpp:44: error: `getuid' undeclared (first use this function) C:/MinGW/msys/local/src/llvm/lib/Support/SystemUtils.cpp:44: error: (Each undeclared identifier is reported only once for each function it appea...