Re: [webkit-dev] JavaScriptCore export symbols

2010-05-31 Thread Kenneth Christiansen
Hi there, Yes, the patch got bit rotten a few times and due to our release of Qt 4.6 we ended up abandoned it. We are still interested in it though, other things just came up with higher priority. Cheers, Kenneth On Mon, May 31, 2010 at 9:17 PM, Kevin Ollivier wrote: > Hi Kenneth, > > On May 3

Re: [webkit-dev] JavaScriptCore export symbols

2010-05-31 Thread Lucas De Marchi
On Mon, May 31, 2010 at 3:03 PM, Kevin Ollivier wrote: > Hi all, > > I'm trying to switch over to building JavaScriptCore as a shared library for > the wx port, but one issue I'm hitting is the issue of export symbols. I was > wondering how other ports handle this? I know Apple / Win and Apple /

Re: [webkit-dev] JavaScriptCore export symbols

2010-05-31 Thread Kevin Ollivier
Hi Kenneth, On May 31, 2010, at 11:09 AM, Kenneth Christiansen wrote: > Hi Kevin, > > They export privately using some files listing the symbols to be > exported (mac supports that as so does visual studio, I believe). We > cannot do this for Qt, so if you search bugzilla you will find that we >

Re: [webkit-dev] JavaScriptCore export symbols

2010-05-31 Thread Osztrogonac Csaba
Hi, Kenneth surely thought about this bug: https://bugs.webkit.org/show_bug.cgi?id=27551 br, Ossy Kenneth Christiansen wrote: Hi Kevin, They export privately using some files listing the symbols to be exported (mac supports that as so does visual studio, I believe). We cannot do this for Qt,

Re: [webkit-dev] JavaScriptCore export symbols

2010-05-31 Thread Kenneth Christiansen
Hi Kevin, They export privately using some files listing the symbols to be exported (mac supports that as so does visual studio, I believe). We cannot do this for Qt, so if you search bugzilla you will find that we have some old patches adding export declarations to the classes being exported (or

[webkit-dev] JavaScriptCore export symbols

2010-05-31 Thread Kevin Ollivier
Hi all, I'm trying to switch over to building JavaScriptCore as a shared library for the wx port, but one issue I'm hitting is the issue of export symbols. I was wondering how other ports handle this? I know Apple / Win and Apple / Mac have export symbol files, but I'd like to avoid manually cr