[webkit-help] How to build JavaScriptCore on Ubuntu only
Zhou Li
lzcarl at gmail.com
Thu Apr 29 12:02:25 PDT 2010
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 <loki at inf.u-szeged.hu> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20100429/83668fe5/attachment-0001.html>
More information about the webkit-help
mailing list