glob2-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[glob2-devel] scons issue


From: donkyhotay
Subject: [glob2-devel] scons issue
Date: Mon, 23 Jul 2007 14:36:59 -0700

This is probably something basic but I've never used scons before and am
having a little trouble. I assume to use scons it's simply a matter of
going into the correct directory and typing:
scons

and it should configure and compile automatically. Now when I do this I
get:
h: Can't open sdl-config
<type 'exceptions.OSError'>: 'sh sdl-config --cflags' exited 2:
  File "/home/donkyhotay/workspace/glob2/SConstruct", line 139:
    main()
  File "/home/donkyhotay/workspace/glob2/SConstruct", line 123:
    env.ParseConfig("sh sdl-config --cflags")
  File "/usr/lib/scons/SCons/Environment.py", line 1103:
    return function(self, self.backtick(command))
  File "/usr/lib/scons/SCons/Environment.py", line 468:
    raise OSError("'%s' exited %s" % (command, status))

which makes it look like a SDL library is missing. There is no
libsdlconfig that I am aware of and according to the website no new
libraries are required for compiling that weren't required under cmake
(except fribidi which I have already installed). Any ideas on what I'm
doing wrong? It'd be nice to be able to test the latest version.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]