Thank you for answer,

I have another question. I cannot figure out meaning for ftonly and troot.
Can I get some explanation for this 2 variables?

They are used in matcher.c [code snipped]:

if(!ftonly && (ret = cli_ac_initdata(&gdata, groot->ac_partsigs,
groot->ac_lsigs, AC_DEFAULT_TRACKLEN)))
        return ret;

    if(troot) {
        if((ret = cli_ac_initdata(&tdata, troot->ac_partsigs,
troot->ac_lsigs, AC_DEFAULT_TRACKLEN)))
            return ret;
    }

Thanks in advance.
Tom

On Sun, Dec 7, 2008 at 9:28 AM, Török Edwin <[EMAIL PROTECTED]> wrote:
>
> You are probably missing clamav-config.h which is generated by configure.
>
> I think copying libclamav into your project is the wrong way to go,
> since you'll be missing a lot of stuff created by configure.
>
> Just ./configure && make && make install, and then link to libclamav by
> using -lclamav, and including <clamav.h>
> Or you can link statically (build with ./configure --disable-shared), if
> you want to.
>
> Best regards,
> --Edwin
> _______________________________________________
> http://lurker.clamav.net/list/clamav-devel.html
> Please submit your patches to our Bugzilla: http://bugs.clamav.net
>
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

Reply via email to