search for: checkmag

Displaying 2 results from an estimated 2 matches for "checkmag".

Did you mean: checkmsg
2004 Sep 19
0
[LLVMdev] Need for HAVE_MALLOC_H and a rewrite of../Config/alloca.h to handle this define
.../Config/config.h: ----------------------- #define HAVE_ALLOCA 1 #define HAVE_STDLIB_H 1 ----------------------- On the mingw platform it results in that we get this error when compiling: ----------------------- C:/MinGW/msys/local/src/llvm/lib/Support/FileUtilities.cpp: In function `bool llvm::CheckMagic(const std::string&, const std::string&)': C:/MinGW/msys/local/src/llvm/lib/Support/FileUtilities.cpp:33: error: `alloca' undeclared (first use this function) ----------------------- I don't know whether on certain unix systems that the alloc function is prototyped in std...
2004 Sep 19
0
[LLVMdev] Need for HAVE_MALLOC_H and a rewrite of../Config/alloca.hto handle this define
...----- >#define HAVE_ALLOCA 1 >#define HAVE_STDLIB_H 1 >----------------------- > >On the mingw platform it results in that we get this error when compiling: >----------------------- >C:/MinGW/msys/local/src/llvm/lib/Support/FileUtilities.cpp: In function >`bool > llvm::CheckMagic(const std::string&, const std::string&)': >C:/MinGW/msys/local/src/llvm/lib/Support/FileUtilities.cpp:33: error: >`alloca' > undeclared (first use this function) >----------------------- > >I don't know whether on certain unix systems that the alloc functi...