search for: have_malloc_h

Displaying 14 results from an estimated 14 matches for "have_malloc_h".

2004 Sep 19
0
[LLVMdev] Need for HAVE_MALLOC_H and a rewrite of../Config/alloca.hto handle this define
...hen HAVE_STDLIB_H is set on mingw systems we >get above error rather than this: >----------------------- >The function alloca() is required but not found! >----------------------- > >This leaves us, that we need a test in the configure script that gives us a >define like: >HAVE_MALLOC_H and to rewrite llvm/Config/alloca.h to handle this define >appropriately. Sorry, HAVE_MALLOC_H *is* a valid define in llvm/Config/config.h. This leaves, that llvm/Config/alloca.h has to be fixed accordingly. I'll try to come up with a patch. Henrik _____________________________________...
2004 Sep 19
0
[LLVMdev] Need for HAVE_MALLOC_H and a rewrite of../Config/alloca.h to handle this define
...prototyped in stdlib.h. But, when HAVE_STDLIB_H is set on mingw systems we get above error rather than this: ----------------------- The function alloca() is required but not found! ----------------------- This leaves us, that we need a test in the configure script that gives us a define like: HAVE_MALLOC_H and to rewrite llvm/Config/alloca.h to handle this define appropriately. Henrik _________________________________________________________________ F� alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.dk/
2004 Sep 20
0
[LLVMdev] Need for HAVE_MALLOC_H and a rewriteof../Config/alloca.hto handle this define
Hi >This leaves, that llvm/Config/alloca.h has to be fixed accordingly. I'll >try to come up with a patch. Patch is attached this file. Henrik _________________________________________________________________ Find det, du s�ger p� MSN S�g http://search.msn.dk -------------- next part -------------- A non-text attachment was scrubbed... Name: alloca.h.zip Type:
2000 Nov 25
4
Vorbis works on Mac OS X Public Beta now
I have got libao up to oggenc and ogg123 working on Mac OS X Public Beta now. I'd like to submit patches, but last time I did, they never got committed by anyone. Who is in charge of committing stuff? Does someone want to nominate themselves to review and commit my patches? The patches are briefly: - On Mac OS X dlopen() is not very well supported, so libao has been cleaned up a bit to
2001 Jun 04
2
creating /etc/tinc directories in make install
Hi, I am curious why don't you guys create /etc/tinc directory, set permissions, add /etc/rc.d scripts etc. from the Makefile(s) in the source distribution ? Doing a make install and not finding an example config in /etc/tinc is kind of frustrating. Am I missing something? Maybe there is a good reason for that? Also, why is it not finding evp.h when I try to do configure? Is creating
2019 Oct 29
0
auth logging or auditing
...BAIO_H ?? HAVE_LIBGEN_H ?? HAVE_LIBINTL_H ?? HAVE_LIMITS_H ?? HAVE_LINUX_ETHTOOL_H ?? HAVE_LINUX_FALLOC_H ?? HAVE_LINUX_FCNTL_H ?? HAVE_LINUX_FS_H ?? HAVE_LINUX_IOCTL_H ?? HAVE_LINUX_NETLINK_H ?? HAVE_LINUX_RTNETLINK_H ?? HAVE_LINUX_SOCKIOS_H ?? HAVE_LINUX_TYPES_H ?? HAVE_LMDB_H ?? HAVE_LOCALE_H ?? HAVE_MALLOC_H ?? HAVE_MEMORY_H ?? HAVE_MENU_H ?? HAVE_MNTENT_H ?? HAVE_NCURSES_H ?? HAVE_NETDB_H ?? HAVE_NETINET_IN_H ?? HAVE_NETINET_IN_SYSTM_H ?? HAVE_NETINET_IP_H ?? HAVE_NETINET_TCP_H ?? HAVE_NET_IF_H ?? HAVE_NSS_H ?? HAVE_PANEL_H ?? HAVE_POLL_H ?? HAVE_POPT_H ?? HAVE_PTHREAD_H ?? HAVE_PTY_H ?? HAVE_PWD_H ??...
2020 May 29
2
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
Samba 4.12.1, single server with AD+DC on Ubuntu 18.04. Filesystem: /dev/sdb1 on /home type ext4 (rw,relatime,stripe=32750,data=ordered) It all work as expected, but I occasionally get the error in subject which denies access to shares. Restarting Samba will restore functionality. What can be the cause of this problem? Thanks. [2020/05/27 18:24:35.795379, 8]
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...ne to 1 if you have the <libmilter/mfapi.h> header file. */ > /* #undef HAVE_LIBMILTER_MFAPI_H */ > > /* Define to 1 if you have the <limits.h> header file. */ > #define HAVE_LIMITS_H 1 > > /* Define to 1 if you have the <malloc.h> header file. */ > /* #define HAVE_MALLOC_H 1 */ > > /* Define to 1 if you have the `memcpy' function. */ > #define HAVE_MEMCPY 1 > > /* Define to 1 if you have the <memory.h> header file. */ > /* #define HAVE_MEMORY_H 1 */ > > /* Define to 1 if you have the `mkstemp' function. */ > #define HAVE_MKSTE...
2020 Jun 03
3
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
...N_H HAVE_LIBINTL_H HAVE_LIBUNWIND_H HAVE_LIMITS_H HAVE_LINUX_ETHTOOL_H HAVE_LINUX_FALLOC_H HAVE_LINUX_FCNTL_H HAVE_LINUX_FS_H HAVE_LINUX_IOCTL_H HAVE_LINUX_NETLINK_H HAVE_LINUX_RTNETLINK_H HAVE_LINUX_SOCKIOS_H HAVE_LINUX_TYPES_H HAVE_LMDB_H HAVE_LOCALE_H HAVE_MALLOC_H HAVE_MEMORY_H HAVE_MENU_H HAVE_MNTENT_H HAVE_NCURSES_H HAVE_NETDB_H HAVE_NETINET_IN_H HAVE_NETINET_IN_SYSTM_H HAVE_NETINET_IP_H HAVE_NETINET_TCP_H HAVE_NET_IF_H HAVE_NSS_H HAVE_PANEL_H HAVE_POLL_H HAVE_POPT_H HAVE_PTHREAD_H HAVE_PTY_H HAVE_PWD_H...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote: > One way to do this is to add a "cut down" version of the app to the > test suite. I disabled optional features in clamav-config.h > >> 2. GPL license. Chris? > > Any open source license that allows unrestricted redistribution is > fine in llvm-test Ok, I have created a script that automatically checks out ClamAV 0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that
2016 Mar 17
2
Building with LLVM_PARALLEL_XXX_JOBS
On Mon, Mar 14, 2016 at 5:30 PM, Chris Bieneman <cbieneman at apple.com> wrote: [ brutal-snip ] ... > [ TODO#S: Before doing a 2nd build (and in a 3rd run using more > optimized binaries) ] > > How do I anable LTO via CMAKE? > > > LLVM_ENALBLE_LTO=On > [ v4 of my build-script attached ] Hi Chris, thanks for the response! That seems to work (see below). $ cd
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a /lot/ of errors like this (strangely I hit none of these in check-llvm, only in check-clang): Any ideas? ==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes at address 0x631000014800 ==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...//Have library z HAVE_LIBZ:INTERNAL=1 //Have include link.h HAVE_LINK_H:INTERNAL=1 //Have symbol lseek64 HAVE_LSEEK64:INTERNAL=1 //Have include mach/mach.h HAVE_MACH_MACH_H:INTERNAL= //Have symbol mallctl HAVE_MALLCTL:INTERNAL= //Have symbol mallinfo HAVE_MALLINFO:INTERNAL=1 //Have include malloc.h HAVE_MALLOC_H:INTERNAL=1 //Have include malloc/malloc.h HAVE_MALLOC_MALLOC_H:INTERNAL= //Have symbol malloc_zone_statistics HAVE_MALLOC_ZONE_STATISTICS:INTERNAL= //Have symbol mkdtemp HAVE_MKDTEMP:INTERNAL=1 //Have symbol mkstemp HAVE_MKSTEMP:INTERNAL=1 //Have symbol mktemp HAVE_MKTEMP:INTERNAL=1 //Have include...