codegooglecom / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

use lib js for embedded solutions #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
lib js is small, without dependences, easy compile and run without problem
loke any "mozjs dependences"

in my test case, compile with: "-I$(includedir)/js -DXP_UNIX -ljs"  and
compile OK

in some distros (like mandriva) include a libjs.pc, but don't include
"-DXP_UNIX" and compile crash. 

Regards

Original issue reported on code.google.com by castori...@gmail.com on 2 Aug 2009 at 3:17

GoogleCodeExporter commented 9 years ago
Can you provide some more info about libjs?  I don't know anything about it.

Original comment by npmccallum@gmail.com on 22 Jan 2010 at 8:53

GoogleCodeExporter commented 9 years ago

Original comment by npmccallum@gmail.com on 17 Feb 2010 at 2:02

GoogleCodeExporter commented 9 years ago
I assume this is a reference to SpiderMonkey, the Mozilla JS implementation? 
(one
more it seems).

Original comment by dominiqu...@gmail.com on 6 Mar 2010 at 10:27

GoogleCodeExporter commented 9 years ago
Current version of libproxy (trunk) now only supports libmozjs185, which is the 
now only supported external js library from the mozilla firefox.

Considering this issue here as 'solved' with this.

Original comment by dominiqu...@gmail.com on 20 Jun 2011 at 12:28