From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id C0513BC57 for ; Sat, 12 Jun 2010 23:00:28 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AggCAKaSE0zRVdY0kWdsb2JhbACDHZtdCBUBAQEBCQsKBxEDH61cBj2CA4RJLohPAQEDBYQkcQSOKg X-IronPort-AV: E=Sophos;i="4.53,408,1272837600"; d="scan'208";a="52264031" Received: from mail-bw0-f52.google.com ([209.85.214.52]) by mail3-smtp-sop.national.inria.fr with ESMTP; 12 Jun 2010 23:00:27 +0200 Received: by bwz16 with SMTP id 16so1136073bwz.39 for ; Sat, 12 Jun 2010 14:00:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; bh=EuAa3veksJq7e7IED3nPVBJJO7ICaVts86+yoaDOC20=; b=NLiyevV4Nj2GLmqaglVRSBasAoSwHKMx+FhvvhV2UWAEKrJ1c1qg6pkr5pOxTdfizP Mj5pNWSL8RuAesVCssiapvy0Fw03MR4M0Ek/yGf2eCY4a8I90NfN76JJxf2+dJTvao9F kgu+0r3ekkQScWjMrR+ppFAmZlSH6DrjFejC0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=NnhU3rSzr7M2L3wI9d1T+s5F/hdQrxlyTxUpdnJjmAfMuCSKz0vILUnSDSml77wRcy GGA7CqPqtnWY8dWRt/5IzP6XA9iIW6cSEMTQODBlyXdu3683ABs1Cv7cs4f6/hiXRF9Z P+AR6eU1qAkhYORwY5MmlxLNOjpPnXp4Re9f4= Received: by 10.204.81.74 with SMTP id w10mr2699161bkk.79.1276376426524; Sat, 12 Jun 2010 14:00:26 -0700 (PDT) MIME-Version: 1.0 Sender: gabriel.scherer@gmail.com Received: by 10.204.112.14 with HTTP; Sat, 12 Jun 2010 14:00:06 -0700 (PDT) In-Reply-To: References: <4C13F2F1.9070508@gmail.com> From: bluestorm Date: Sat, 12 Jun 2010 23:00:06 +0200 X-Google-Sender-Auth: 1G8MjQOo0IAYgyKPpYsNT9ko0q0 Message-ID: Subject: Re: [Caml-list] [ANNOUNCE] llpp To: malc Cc: =?ISO-8859-1?Q?T=F6r=F6k_Edwin?= , caml-list@yquem.inria.fr Content-Type: multipart/alternative; boundary=0016e6d5618b80b1d90488db8bd9 X-Spam: no; 0.00; malc:01 usr:01 malc:01 usr:01 compile:01 compile:01 typing:01 typing:01 caml-list:01 minor:01 minor:01 match:02 match:02 problem:05 problem:05 X-Attachments: cset="KOI8-R" cset="KOI8-R" --0016e6d5618b80b1d90488db8bd9 Content-Type: text/plain; charset=KOI8-R 2010/6/12 malc > > 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. --0016e6d5618b80b1d90488db8bd9 Content-Type: text/html; charset=KOI8-R Content-Transfer-Encoding: quoted-printable
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<= br> > 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 you= r
mupdf installation(or lack there of) into BUILDING, but then didn't, sigh...

I had the same problem and had to c= hange link.c, not build.sh. It would be nicer if the harcoded header path w= ere not "fitz/fitz.h" and "mupdf/mupdf.h" but "fit= z.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.
--0016e6d5618b80b1d90488db8bd9--