well I managed to fix this:

'sh' is not recognized as an internal or external command,
operable program or batch file.

by adding c:\msys\1.0\bin to the PATH system variable, but the rest of the
problem is still there. (starting from OSError:  'sh sdl-config --cflags'
exited 1:)



On Mon, Oct 20, 2008 at 4:28 AM, Quinn Yee Qin Teh <[EMAIL PROTECTED]>wrote:

>  these are the last few lines when I tried to compile:
>
> Checking for C library glu32... yes
> Checking for C++ header file GL/glu.h... yes
> Checking for C library fribidi... no
> 'sh' is not recognized as an internal or external command,
> operable program or batch file.
> OSError: 'sh sdl-config --cflags' exited 1:
>   File "C:\msys\1.0\home\Yee Qin\glob2-beta3\SConstruct", line 270:
>     main()
>   File "C:\msys\1.0\home\Yee Qin\glob2-beta3\SConstruct", line 211:
>     env.ParseConfig("sh sdl-config --cflags")
>   File "c:\Python26\Lib\site-packages\scons-1.1.0\SCons\Environment.py",
> line 1405:
>     return function(self, self.backtick(command))
>   File "c:\Python26\Lib\site-packages\scons-1.1.0\SCons\Environment.py",
> line 545:
>     raise OSError("'%s' exited %d" % (command, status))
>
> I checked, sh is in c:\msys\1.0\bin\ so I'm not sure why it isn't being
> recognised. Anybody know why?
>
_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel

Reply via email to