glob2-devel
[Top][All Lists]
Advanced

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

[glob2-devel] Re: more errors compiling on windows


From: Quinn Yee Qin Teh
Subject: [glob2-devel] Re: more errors compiling on windows
Date: Mon, 20 Oct 2008 05:51:38 +1100

just a note: I was trying to compile beta3, not beta4 or the default branch, but using the latest python/scons/msys/mingw, so I think that was the cause of my suddenly not being able to compile.
 
Now I'm trying to compile the default branch and it did not encounter that problem. It's still compiling but hopefully there won't be any problems.
 
Cheers
Quinn
 


 
On Mon, Oct 20, 2008 at 4:48 AM, Quinn Yee Qin Teh <address@hidden> wrote:
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 <address@hidden> 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?



reply via email to

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