You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>'])
Hmm, that stacktrace is strange because config_header is a function that we define in SConstruct. The actual file is generated by the line header, = env.Textfile(name,lines) in SConstruct.config_header. Could you add some print statements before and after that line to try to localize who is throwing the error?
Did you build before trying to install? (i.g. scons -j 5). It looks like the install target might not be triggering a build. If so, manually running the build first could be a workaround.
After calling
I get
System: Ubutnu 14.04
and
were executed successfuly
The text was updated successfully, but these errors were encountered: