Hi Kent,

On Thu, May 10, 2012 at 8:06 AM, kent <huoap...@gmail.com> wrote:

>  cygwin warning:****
>
>   MS-DOS style path detected:
> D:\cygwin\home\WebKit\WebKitBuild\Release\buildfailed****
>
>   Preferred POSIX equivalent is:
> /home/WebKit/WebKitBuild/Release/buildfailed****
>
>   CYGWIN environment variable option "nodosfilewarning" turns off this
> warning.****
>
>   Consult the user's guide for more details about POSIX paths:****
>
>     http://cygwin.com/cygwin-ug-net/using.html#using-pathnames****
>
>  bash build-generated-files.sh "%ConfigurationBuildDir%"
> "D:\cygwin\home\WebKit\WebKitLibraries\win"****
>
>  bash -c "python work-around-vs-dependency-tracking-bugs.py"****
>
> 'import site' failed; use -v for traceback****
>
> Traceback (most recent call last):****
>
>   File "work-around-vs-dependency-tracking-bugs.py", line 3, in ****
>
>     import glob
>
ImportError: No module named glob
>

You don't seem to have the Python module glob installed. The glob.py
resides at
/usr/lib/python2.*

 You can either install the glob module, or copy the glob.py and paste it
in the above location.



> There is not a folder named /usr/bin/env In my computer
>
> Its not a concern...

Hope it helps
--Pravin
_______________________________________________
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to