edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
From: Chris Brannon <chris@the-brannons.com>
To: Edbrowse-dev@lists.the-brannons.com
Subject: Re: [Edbrowse-dev] I cannot package edbrowse 3.4.7
Date: Sat, 23 Jul 2011 06:39:01 -0500	[thread overview]
Message-ID: <874o2ddy5m.fsf@the-brannons.com> (raw)
In-Reply-To: <1311405536.569.31.camel@maison> (Jean-Philippe MENGUAL's message of "Sat, 23 Jul 2011 09:18:56 +0200")

Jean-Philippe MENGUAL <mengualjeanphi@free.fr> writes:

> My main problem is with jsapi.h dependency. In debian, it is present in
> two packages: libmozjs-dev and icedove-dev (headers of icedove and
> libmozjs).

Hi.
When you build with the libmozjs package, it appears that you are
building against the brand-new 1.8.5 version.  This is the one that is
causing all of the trouble for us on ArchLinux.
Hence, all of these errors in make2.txt.  The APIs are incompatible.
I'd suggest building against icedove, whatever that is, because it at
least appears to provide Spidermonkey headers that are older than
version 1.8.5.
Also, when you build the executable, you probably need to override the
setting of JSLIB in the makefile under src/.  E.G., the following should
work:
cd src ; make JSLIB=-lmozjs
I'm assuming that libmozjs.so is the name of the library.  Maybe that
assumption isn't correct.

Hope this helps,
-- Chris

      reply	other threads:[~2011-07-23 11:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-23  7:18 Jean-Philippe MENGUAL
2011-07-23 11:39 ` Chris Brannon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874o2ddy5m.fsf@the-brannons.com \
    --to=chris@the-brannons.com \
    --cc=Edbrowse-dev@lists.the-brannons.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).