Advertisement
ProzacR

Untitled

Mar 19th, 2011
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. scons
  2. scons: Reading SConscript files ...
  3. cpu: x86_64
  4. OS: Linux
  5. Package x11 was not found in the pkg-config search path.
  6. Perhaps you should add the directory containing `x11.pc'
  7. to the PKG_CONFIG_PATH environment variable
  8. No package 'x11' found
  9. OSError: 'pkg-config --cflags --libs x11' exited 1:
  10. File "/home/vytautas/Downloads/xreal-et/trunk/SConstruct", line 263:
  11. SConscript('SConscript_engine', variant_dir = 'build/engine', duplicate = 0)
  12. File "/usr/lib/scons/SCons/Script/SConscript.py", line 614:
  13. return method(*args, **kw)
  14. File "/usr/lib/scons/SCons/Script/SConscript.py", line 551:
  15. return _SConscript(self.fs, *files, **subst_kw)
  16. File "/usr/lib/scons/SCons/Script/SConscript.py", line 260:
  17. exec _file_ in call_stack[-1].globals
  18. File "/home/vytautas/Downloads/xreal-et/trunk/SConscript_engine", line 504:
  19. local_env.ParseConfig('pkg-config --cflags --libs x11')
  20. File "/usr/lib/scons/SCons/Environment.py", line 1460:
  21. return function(self, self.backtick(command))
  22. File "/usr/lib/scons/SCons/Environment.py", line 593:
  23. raise OSError("'%s' exited %d" % (command, status))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement