w icon indicating copy to clipboard operation
w copied to clipboard

Running scons fails

Open ghost opened this issue 11 years ago • 0 comments

With the these commands,

$ git clone https://github.com/simonask/w.git --recursive
$ cd w
$ scons -j8

I get the following error message from scons:

scons: Reading SConscript files ...
TypeError: 'builtin_function_or_method' object has no attribute '__getitem__':
  File "<PATH_TO>/w/SConstruct", line 97:
    w_dev = WaywardProgram(env_with_ws, 'w_dev', w_util_sources, rpaths = ['.'])
  File "<PATH_TO>/w/wayward_build.py", line 37:
    libs.extend['event', 'event_pthreads', 'pq', 'unwind']

I'm running Arch linux with Scons 2.3.2.

ghost avatar Jul 26 '14 11:07 ghost