caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: bluestorm <bluestorm.dylc@gmail.com>
To: malc <av1474@comtv.ru>
Cc: "Török Edwin" <edwintorok@gmail.com>, caml-list@yquem.inria.fr
Subject: Re: [Caml-list] [ANNOUNCE] llpp
Date: Sat, 12 Jun 2010 23:00:06 +0200	[thread overview]
Message-ID: <AANLkTikvlrBe-RWdTJ5BnxZPRbFDTgpf9WREpoa_Ro8h@mail.gmail.com> (raw)
In-Reply-To: <alpine.LNX.2.00.1006130053120.11824@linmac>

[-- Attachment #1: Type: text/plain, Size: 789 bytes --]

2010/6/12 malc <av1474@comtv.ru>

> > Two minor issues:
> > 1. The mupdf from sumatrapdf installs fitz.h and mupdf.h directly into
> > /usr/local/include, and not under fitz/, or mupdf/, so llpp failed to
> > compile. I fixed by copying the headers to where llpp expected them to
> be.
>
> I was a nanometer away from typing: please edit build.sh to match your
> mupdf installation(or lack there of) into BUILDING, but then didn't,
> sigh...


I had the same problem and had to change link.c, not build.sh. It would be
nicer if the harcoded header path were not "fitz/fitz.h" and "mupdf/mupdf.h"
but "fitz.h" and "mupdf.h". You would have to add the corresponding
"$mupdflibpath/fitz/" and "$mupdflibpath/mupdf" in your build.sh, but
standard mupdf installation would work out of the box.

[-- Attachment #2: Type: text/html, Size: 1152 bytes --]

  reply	other threads:[~2010-06-12 21:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-12 18:36 malc
2010-06-12 20:49 ` [Caml-list] " Török Edwin
2010-06-12 20:54   ` malc
2010-06-12 21:00     ` bluestorm [this message]
2010-06-12 21:07       ` malc

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=AANLkTikvlrBe-RWdTJ5BnxZPRbFDTgpf9WREpoa_Ro8h@mail.gmail.com \
    --to=bluestorm.dylc@gmail.com \
    --cc=av1474@comtv.ru \
    --cc=caml-list@yquem.inria.fr \
    --cc=edwintorok@gmail.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).