Bug 47049
| Summary: | [Qt] Can't build jsc (stand-alone JS interpreter) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ariya Hidayat <ariya.hidayat> |
| Component: | JavaScriptCore | Assignee: | Ariya Hidayat <ariya.hidayat> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kenneth, leandro, tonikitoo |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Ariya Hidayat
jsc, the JS shell, can't be built because jsc.pro specifies the TARGET=jsc and there exists already a subdirectory called jsc/, for CMake build files.
Possible solutions:
(1) we rename the TARGET to e.g. jsc-shell
(2) we rename jsc/ to e.g. shell/
I lean towards (2). AFAICS it's only for CMakeLists.txt so we should be more flexible there and does not break other ports.
Comments?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kenneth Rohde Christiansen
2) is fine with me.
Ariya Hidayat
(In reply to comment #1)
> 2) is fine with me.
Can someone handle this? I don't have EFL ready to test such a change.
Antonio Gomes
(In reply to comment #2)
> (In reply to comment #1)
> > 2) is fine with me.
>
> Can someone handle this? I don't have EFL ready to test such a change.
Leandro, could you please help or ask one of the your guys? :-)
Leandro Pereira
(In reply to comment #3)
> (In reply to comment #2)
> > (In reply to comment #1)
> > > 2) is fine with me.
> >
> > Can someone handle this? I don't have EFL ready to test such a change.
>
> Leandro, could you please help or ask one of the your guys? :-)
Moved it. Should be on r69132. I'm closing this bug.