RESOLVED FIXED47049
[Qt] Can't build jsc (stand-alone JS interpreter)
https://bugs.webkit.org/show_bug.cgi?id=47049
Summary [Qt] Can't build jsc (stand-alone JS interpreter)
Ariya Hidayat
Reported 2010-10-02 08:32:56 PDT
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
Kenneth Rohde Christiansen
Comment 1 2010-10-02 08:37:38 PDT
2) is fine with me.
Ariya Hidayat
Comment 2 2010-10-02 08:39:37 PDT
(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
Comment 3 2010-10-02 17:26:03 PDT
(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
Comment 4 2010-10-05 12:01:43 PDT
(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.
Note You need to log in before you can comment on or make changes to this bug.