Skip to content

can't find config.h #63

Description

After calling

sudo scons install

I get

RuntimeError: can't find config.h in either source or build directories:
  File "/home/user/projects/cpp/geode/SConstruct", line 832:
    children(env)
  File "/home/user/projects/cpp/geode/SConstruct", line 824:
    child(env,dir)
  File "/home/user/projects/cpp/geode/SConstruct", line 809:
    env.SConscript('#'+os.path.join(path,'SConscript'),exports='env')
  File "/usr/lib/scons/SCons/Script/SConscript.py", line 546:
    return _SConscript(self.fs, *files, **subst_kw)
  File "/usr/lib/scons/SCons/Script/SConscript.py", line 260:
    exec _file_ in call_stack[-1].globals
  File "/home/user/projects/cpp/geode/geode/SConscript", line 27:
    config_header(env,'config.h',extra=['#include <geode/python/config.h>','#include <geode/utility/config.h>'])

System: Ubutnu 14.04
and

sudo apt-get install python python-numpy scons libgmp-dev
sudo apt-get install python-scipy python-pytest libpng-dev libjpeg-dev libopenexr-dev # optional

were executed successfuly

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions