[Xorp-users] Problem with scons build in xorp 1.7-WIP

J.T. Conklin jtc at acorntoolworks.com
Tue Sep 15 07:23:27 PDT 2009


Hi Naresh,

naresh raga <naresh_raga at yahoo.co.in> writes:
> Hi,
> I have checked out a copy of xorp 1.7-WIP from
>
> https://xorp.svn.sourceforge.net/svnroot/xorp/trunk/xorp
>
> raganaresh at raganaresh-laptop:~/xorp$ scons
> scons: Reading SConscript files ...
> NameError: name 'Variables' is not defined:
>   File "/home/raganaresh/xorp/SConstruct", line 52:
>     vars = Variables()
>
> What is Variables.Also I need to know is the checked out version
> contain all the functionalities of xorp.

Variables is a SCons feature for managing command line arguments.  It
appears that the version of SCons on your system doesn't have it; you  
may have to upgrade to the current version.  I'll add something to 
the toplevel SConstruct file to handle the error better.

Yes, the version you checked out is the most current code.

    --jtc

-- 
J.T. Conklin



More information about the Xorp-users mailing list