search for: malloc_np

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

Did you mean: malloc_fn
2018 Nov 28
2
Errors in configuration for LLVM with CMake GUI
I tried to configure CMake for LLVM using the GUI and I've attached the logs for the attempt to this message. I installed Perl and the latest version of GCC before that attempt. There were still errors that stopped it from being able to generate project files, though. I'd like to know how I can get this to work. How do I tell it where to find Backtrace, Libomp, Compiler-RT, LLD and
2018 Nov 29
7
Errors in configuration for LLVM with CMake GUI
...ject: Re: [llvm-dev] Errors in configuration for LLVM with CMake GUI I checked your CMakeError.log again. The .h include files it is marking as missing are not LLVM include files, but are OS-related (e.g., malloc/malloc.h), and in some cases appear to be potentially Linux ones (dlfcn.h, sys/ioctl, malloc_np.h). I can't imagine why your build might be looking for Linux as opposed to Windows include files. That could be a clue to your problem. You said you installed the latest version of GCC before this attempt. This confuses me further, since you are using Visual Studio to build with, and that mak...
2018 Nov 29
3
Errors in configuration for LLVM with CMake GUI
...ors in configuration for LLVM with CMake GUI > > I checked your CMakeError.log again. The .h include files it is marking as > missing are not LLVM include files, but are OS-related (e.g., > malloc/malloc.h), and in some cases appear to be potentially Linux ones > (dlfcn.h, sys/ioctl, malloc_np.h). I can't imagine why your build might be > looking for Linux as opposed to Windows include files. That could be a clue > to your problem. > > You said you installed the latest version of GCC before this attempt. This > confuses me further, since you are using Visual Studio to...
2018 Nov 29
2
Errors in configuration for LLVM with CMake GUI
...ject: Re: [llvm-dev] Errors in configuration for LLVM with CMake GUI I checked your CMakeError.log again. The .h include files it is marking as missing are not LLVM include files, but are OS-related (e.g., malloc/malloc.h), and in some cases appear to be potentially Linux ones (dlfcn.h, sys/ioctl, malloc_np.h). I can't imagine why your build might be looking for Linux as opposed to Windows include files. That could be a clue to your problem. You said you installed the latest version of GCC before this attempt. This confuses me further, since you are using Visual Studio to build with, and that mak...