[Clam-devel] Re: Patch for build system
Pau Arumí
parumi at iua.upf.edu
Thu Feb 21 03:37:33 PST 2008
Hi Trevor,
many thanks for your patches. I have them in my tasks queue. It is also
likely that some of the stuff you fixed was done but uncommited in my
local copy.
Anyways, it is great to have more people testing and improving the mac
osx build.
Cheers!
Pau
On ds, 2008-02-16 at 01:35 -0600, Trevor Fancher wrote:
> On Feb 16, 2008, at 1:10 AM, Trevor Fancher wrote:
>
> > Hi,
> >
> > I'm new to this list and also to CLAM and its build system so bear
> > with me.
> >
> > ...
> >
>
> I found another build system bug. This one in Annotator's build system.
> Patch attached.
>
> Trevor Fancher
>
>
>
>
> Index: Annotator/vmqt/SConstruct
> ===================================================================
> --- Annotator/vmqt/SConstruct (revision 11188)
> +++ Annotator/vmqt/SConstruct (working copy)
> @@ -27,7 +27,7 @@
>
> env.SConsignFile() # Single signature file
>
> -crosscompiling = env["crossmingw"]
> +crosscompiling = env.has_key("crossmingw") and env["crossmingw"]
> isWindowsPlatform = sys.platform=='win32' or crosscompiling
> isLinuxPlatform = sys.platform=='linux' and not crosscompiling
> isDarwinPlatform = sys.platform=='darwin'
>
>
> _______________________________________________
> Clam-devel mailing list
> Clam-devel at llistes.projectes.lafarga.org
> https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel
More information about the clam-devel
mailing list