Re: odd waf error from examples-v2

2018-04-27 Thread Chris Johns
On 27/4/18 11:36 pm, Joel Sherrill wrote: > OK .. the waf in my git clone is OK Clone of which repo? > but the copy of waf-2.0.7 I downloaded > and dropped in the top directory Such as: cp ~/Downloads/waf-2.0.7 waf ? Did you have to chmod the copied file? > doesn't work: > > [joel@rtbf64c

Re: odd waf error from examples-v2

2018-04-27 Thread Joel Sherrill
OK .. the waf in my git clone is OK but the copy of waf-2.0.7 I downloaded and dropped in the top directory doesn't work: [joel@rtbf64c examples-v2]$ ./waf distclean Traceback (most recent call last): File "./waf", line 164, in from waflib import Scripting ImportError: No module named wafli

Re: odd waf error from examples-v2

2018-04-26 Thread Joel Sherrill
On Thu, Apr 26, 2018, 8:23 PM Chris Johns wrote: > On 26/04/2018 23:42, Joel Sherrill wrote: > > Hi > > > > I am getting this on rtbf64c which is running this version of CentOS: > > > > CentOS Linux release 7.4.1708 (Core) > > > > It doesn't occur on my VM which has the same version: > > > > $ ca

Re: odd waf error from examples-v2

2018-04-26 Thread Chris Johns
On 26/04/2018 23:42, Joel Sherrill wrote: > Hi > > I am getting this on rtbf64c which is running this version of CentOS: > > CentOS Linux release 7.4.1708 (Core)  > > It doesn't occur on my VM which has the same version: > > $ cat /etc/redhat-release  > CentOS Linux release 7.4.1708 (Core)  >