Your message dated Mon, 20 Feb 2006 18:49:25 +0100
with message-id <[EMAIL PROTECTED]>
and subject line spidermonkey-dev: jsapi.h missing
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: spidermonkey-dev
Version: 1.5rc6a-2
Severity: important

Hi,

during the compiliation of avidemux
I found that compiling fails with
"*** SPIDERMONKEY javascript engine not found! ***".
I suspect that /usr/include/jsapi.h belongs
to this package.

"dpkg -L" told me that this package actually
conatins documentation only.

kind regards,
        Timo Gerke

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates'), (500, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages spidermonkey-dev depends on:
ii  libsmjs-dev                   1.5rc6a-2  Development files for the SpiderMo

spidermonkey-dev recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
On Tue, Jan 10, 2006 at 08:31:30PM +0100, Timo Gerke <[EMAIL PROTECTED]> wrote:
> Package: spidermonkey-dev
> Version: 1.5rc6a-2
> Severity: important
> 
> Hi,
> 
> during the compiliation of avidemux
> I found that compiling fails with
> "*** SPIDERMONKEY javascript engine not found! ***".
> I suspect that /usr/include/jsapi.h belongs
> to this package.
> 
> "dpkg -L" told me that this package actually
> conatins documentation only.

As said by Darren Salt in his message, you have to tell the include
files are in /usr/include/smjs and the library is -lsmjs. Closing this
bug.

Note that spidermonkey-dev is obsoleted by libsmjs-dev, which in turn,
is obsoleted by libmozjs-dev, which is built from xulrunner sources.
This newer package also provides a pkg-config file named
xulrunner-js.pc, so you can get the correct CFLAGS and LDFLAGS with the
following commands:
pkg-config --cflags xulrunner-js
pkg-config --libs xulrunner-js

Cheers,

Mike

--- End Message ---

Reply via email to