search for: bzlib_private

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

2005 Apr 07
0
R 2.1.0 (beta) on IRIX
...e CPPFLAGS and LDFLAGS are required for readline and NLS capabilities. The compilers are not optimized by default so you need to supply the relevant flags. Major problems: -------------- 1) inline function in src/extra/bzip2 The function BZ2_indexIntoF is declared inline in bzlib.c and extern in bzlib_private.h. The linker claims that the symbol is undefined. This can be solved by removing the R_INLINE keyword. I can't see another solution, and reading these guidelines on inlining ( http://www.greenend.org.uk/rjk/2003/03/inline.html ) leaves me no wiser. 2) IEEE arithmetic The standalone math l...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...rs.h > sis.h > snprintf.h > special.h > spin.h > str.h > suecrypt.h > table.h > text.h > tnef.h > unarj.h > unsp.h > untar.h > unzip.h > upack.h > upx.h > uuencode.h > vba_extract.h > wwunpack.h > yc.h > > ./include/libclamav/nsis: > bzlib_private.h > LZMADecode.h > nsis_bzlib.h > nsis_zconf.h > nsis_zlib.h > nsis_zutil.h > nulsft.h > > ./include/libclamav/regex: > cclass.h > cname.h > regex2.h > regex.h > utils.h > > ./include/shared: > cdiff.h > cfgparser.h > getopt.h > misc.h > n...
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