Thanks so much. The jsc is built. Have you ever tried the jsc? When I type
in a command, even as simple as 'var a=3;' and execute, it shows undefined.

On Thu, Apr 29, 2010 at 3:48 AM, Gabor Loki <[email protected]> wrote:

> On cs, 2010-04-29 at 01:31 -0400, Zhou Li wrote:
> >
> >
> >
> > Thank you for your script. I tried build-jsc.sh but there are still
> > problems.
> ...
> > make: *** No rule to make target `libjscore.a', needed by `jsc'.
> > Stop.
> > make: *** Waiting for unfinished jobs....
> >
>
> The JavaScriptCore is a static lib now.
>
> So you should add the following code snippet before this line:
> if !(qmake -r ../../../JavaScriptCore/jsc.pro
>
>
> ####################
> if !(qmake -r \
>     ../../../JavaScriptCore/JavaScriptCore.pro -o Makefile.jsc \
>     $QMAKEARGS)
> then
>    exit 1
> fi
>
> if !(make -f Makefile.jsc $JOBS)
> then
>    exit 1
> fi
> ####################
>
>
> --Gabor
>
>
>


-- 
Zhou Li
Ph.D student
School of Informatics and Computing
Indiana University at Bloomington
website: www.cs.indiana.edu/~lizho
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to