[webkit-dev] JavaScriptCore export symbols

Kevin Ollivier kevino at theolliviers.com
Mon May 31 11:03:12 PDT 2010


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 creating and maintaining such files, and at the same time, using the Apple / Win and Apple / Mac files seems like it will require a number of adjustments to my build process to get working. (e.g. it wants symbols specific to those ports) So I'm wondering, what are my options here? Would it be acceptable to start adding JS_EXPORT to functions in the JSCore library that are needed by DRT, etc.? 

Thanks,

Kevin


More information about the webkit-dev mailing list