Subj : Re: Getting SpiderMonkey as dll+lib under Windows CE, ARMv3 and v4 To : maraux From : Doug Turner Date : Thu Jan 27 2005 11:53 pm sebastien NO Maraux SPAM wrote: > Hello, > > I am trying to get a built version of spidermonkey libs for use in an > embedded visual project on an ARM platform (pocket PC 2002, 2003 and > smartphones 2003). > > I have some difficulties rebuilding new projects for building spider > monkey as DLLs. (first issue is a undefined fdlibm_version symbol in > fdlibm.h, but I expect more serious issues related to platform > dependant definitions) > > Would anybody have some clues on how to achieve this, or even better, > libs or projects ready to use ? > > I appreciate any help on this issue. > > I have seen that eSVG, a commercial software on pocketPC, is based on > SM, and I have also found that minimo may use spidermonkey (not sure > about that) on ARM platforms, but on linux platforms only. > > Thanks in advance. > > Sebastien MARAUX Hi Sebastien, I am working on a mozilla minimo port to wince arm. minimo uses gecko, therefore include it includes spidermonkey. The port is not done, but js does compile javascript and it appears to be working. I would be happy to share these changes with you. Hopefully soon all of the changes will either be checked in, or sitting in bugs waiting for review. However, I haven't got to this point yet. Here are some notes I wrote up: http://www.meer.net/~dougt/minimo_ce/NOTES.txt I will try to attach the patch for nspr and js shortly. Or, If are simply interested in the binaries, I might be able to post them somewhere. Regards, Doug .