Maybe I'll finally need to upgrade my Ubuntu Hardy :(

   $ scons --version
   SCons by Steven Knight et al.:
           engine: v0.97.0d20071203.r2509, 2007/12/03 20:20:38, by
   broonie on mercator
   Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 The SCons
   Foundation

...

   ~/src/svn/clam/CLAM$ scons
   scons: Reading SConscript files ...
   NameError: name 'Variables' is not defined:
     File "/home/nael/src/svn/clam/CLAM/SConstruct", line 14:
       opts = Variables('options.cache',ARGUMENTS)


Or just install another program (scons) in my local home. I still don't want KDE4....


El 06/25/2009 05:26 PM, David García Garzón escribió:
Yes, it will be nice if you do so. The warning is really nagging.

This implies that we require a certain minimum version of SCons. We might add a call to EnsureSConsVersion(0, 98, 1) to every updated scons. I don't know if this has implications in debian packaging. I will take it a look.

http://scons.tigris.org/ds/viewMessage.do?dsForumId=7871&dsMessageId=983422

David.

A Dijous, 25 de juny de 2009 11:06:32, Dirk Griffioen va escriure:
Hi,

I got rid of the (annoying) scons warnings like:

scons: warning: The Options class is deprecated; use the Variables class
instead.

scons: warning: The PathOption() function is deprecated; use the
PathVariable() function instead.

in the following files:
CLAM/SConstruct
CLAM/plugins/spacialization/SConstruct
CLAM/plugins/osc/SConstruct

Should I do the rest as well - or are there deprecated directories for
which this is a waste of time?

Best, Dirk

_______________________________________________
Clam-devel mailing list
Clam-devel@llistes.projectes.lafarga.org
https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel



_______________________________________________
Clam-devel mailing list
Clam-devel@llistes.projectes.lafarga.org
https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel

Reply via email to