[Bug 740815]

2011-03-27 Thread Wes Garland
Colin -- I checked in "configure" in purpose - it's part of the source tarball (which is what that repo tracks). The idea is to eliminate autoconf-2.13 as a dependency for projects embedding SpiderMonkey and building from (or incorporating) the source tarball. -- You received this bug notificati

[Bug 740815]

2011-03-27 Thread Wes Garland
Chris -- argh, thanks for catching the js-config bug. I'll be cutting a new release to address that specific issue RSN. Thanks also for your SONAME patch: that's something I don't have a lot of experience with. Mike -- I named the library libmozjs185.so rather than libmozjs.so specifically becau

[Bug 740815]

2011-04-04 Thread Wes Garland
We officially published last night -- http://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.gz https://developer.mozilla.org/En/SpiderMonkey/1.8.5 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-python-extras in Ubuntu. http

[Bug 740815]

2011-04-10 Thread Wes Garland
Ionut; I think you did # ./configure --prefix=/build/pkg/usr/ # make && make install and then wanted to move/copy the links that were made, but they were absolute rather than relative links, so this did not work? If I understand correctly, I can fix this in the next release, or perhaps a point r

[Bug 740815]

2011-04-10 Thread Wes Garland
Interesting, that is not a configuration I've tested but I will add it to my (very short) list for the next release. In the meantime, I think you can change 891 and 892 of Makefile.in like this to achieve the desired outcome: 891 ln -s $(notdir $(SHLIB_EXACT_VER)) $(SHLIB_ABI_VER) 892

[Bug 740815]

2011-04-11 Thread Wes Garland
Thanks - I'll be sure to roll that into the next release. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-python-extras in Ubuntu. https://bugs.launchpad.net/bugs/740815 Title: [FFe] Updates to enable us to drop xulrunner from

[Bug 740815]

2011-07-19 Thread Wes Garland
Ionut, -DJS_C_STRINGS_ARE_UTF8 is not the best way to access that feature, it is deprecated (but still functional) after JS 1.7.0. Instead please invoke JS_SetCStringsAreUTF8() before your first call to JS_InitRuntime(). https://developer.mozilla.org/en/JS_CStringsAreUTF8 Wes -- You received t