Displaying 4 results from an estimated 4 matches for "getdb".
Did you mean:
netdb
2008 Jan 08
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...i Edwin,
>
> I ran into two problems.
>
> 1. Using your config file and Makefile, I ran into issue compiling
> with gcc:
>
> Looks like it's a makefile issue?
>
Should be solved with the new flattened source layout and Makefile (-I.
was missing)
> 2. prepare.sh getdb doesn't work for me because I don't have wget.
>
> Is it possible for you to get the complete source in a compilable
> state and send me a tar file instead?
>
Yes, I have uploaded the .tar.gz here:
http://edwintorok.googlepages.com/ClamAV-srcflat.tar.gz
[inputs dir contain...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...-
Iinclude/libclamav\ -Iinclude/shared -Iinclude/clamscan/ -Iinclude/ -
DC_DARWIN -DFPU_WORDS_BIGENDIAN=0 -DWORDS_BIGENDIAN=0 -O2 -mdynamic-
no-pic -fomit-frame-pointer -O0 -c clamsca\n_clamscan.c -o Output/
clamscan_clamscan.bc -emit-llvm
Looks like it's a makefile issue?
2. prepare.sh getdb doesn't work for me because I don't have wget.
Is it possible for you to get the complete source in a compilable
state and send me a tar file instead?
A request: If it's possible, can you flatten the entire tree? That
is, everything in the top level directory?
Thanks,
Evan
On D...
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