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.
_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel