On Fri, Nov 20, 2009 at 11:50:13PM +0100, jaromil wrote:
> > I've managed to put an updated version of lib/javascript now
> > sporting spidermonkey/xulrunner 1.9.1 and put under the
> > xulrunner_191 branch.
>
> very cool. checked out and tried on a brand new ubuntu 9.10
> the problem reported by Pablo is still there when linking dynamic js
>
> however i've tried compiling the static (nice flag)
>
> what happens is that the configure in the lib/javascript is called in
> cascade from the main one, but then the 'make' command doesn't runs
> because the default target is 'dvi' for which "nothing has to be
> done". then giving a 'make all' in the javascript directory bails out
> in an error.
I've pushed some fixes for 32bits, please git pull then
autoreconf && ./configure --enable-static-mozjs
make
filippo
--
Filippo Giunchedi -
http://esaurito.net - 0x6B79D401
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
-- Brian W. Kernighan