unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Jan Djärv" <jan.h.d@swipnet.se>
To: George R Goffe <grgoffe@yahoo.com>
Cc: "18552@debbugs.gnu.org" <18552@debbugs.gnu.org>
Subject: bug#18552: Possible bug building emacs trunk with Fedora 19-x86_64
Date: Thu, 25 Sep 2014 08:29:16 +0200	[thread overview]
Message-ID: <C12E31E4-1AF9-4357-9031-747538ED5EE7@swipnet.se> (raw)
In-Reply-To: <1411621411.71664.YahooMailNeo@web162102.mail.bf1.yahoo.com>

Hello.

Just check if you have /usr/include/jconfig.h, and that it has this line:
#define JPEG_LIB_VERSION 62

If it doesn't, does it have a JPEG_LIB_VERSION line at all, and what does it look like?

FWFW, the jconfig.h that belongs to libjpeg-turbo-devel-1.3.1-2.fc has this line.

	Jan D.

25 sep 2014 kl. 07:03 skrev George R Goffe <grgoffe@yahoo.com>:

> Dmitry,
> 
> Thank you for your response.
> 
> I appear to have the correct rpm's installed. rpm -qa | grep libjpeg shows:
> 
> libjpeg-turbo-1.3.1-2.fc19.i686
> libjpeg-turbo-1.3.1-2.fc19.x86_64
> libjpeg-turbo-devel-1.3.1-2.fc19.i686
> libjpeg-turbo-devel-1.3.1-2.fc19.x86_64
> libjpeg-turbo-utils-1.3.1-2.fc19.x86_64
> mingw64-libjpeg-turbo-1.3.1-1.fc19.noarch
> 
> 
> There appear to be no other libjpeg files installed anywhere on this system which is x86_64. Could this architecture be causing the problem?
> 
> 
> #3 below produced NO output...
> 
> I'm not sure where to go at this point in time. emacs trunk used to build a few months ago... now it does not.
> 
> Regards,
> 
> George...
> 
> 
> 
> ----- Original Message -----
> From: Dmitry Antipov <dmantipov@yandex.ru>
> To: George R Goffe <grgoffe@yahoo.com>
> Cc: 18552@debbugs.gnu.org
> Sent: Wednesday, September 24, 2014 8:49 PM
> Subject: Re: bug#18552: Possible bug building emacs trunk with Fedora 19-x86_64
> 
> On 09/25/2014 01:42 AM, George R Goffe wrote:
> 
> 
> 
> 
>> I am having trouble building an up to date version of emacs on my fedora 19 system.
>> This configure suggests including --with-jpeg=no. I tried this and got the same
>> error message. As far as I know, my
>> system has all the jpeg libraries. I have also provided my parameters for ./configure.
>> Can you look things over and let me what I'm doing wrong please?
> 
> 1) Always update to latest official package from your distribution.  For Fedora 19, it
>    seems to be libjpeg-turbo-1.3.1-2 and libjpeg-turbo-devel-1.3.1-2, respectively.
> 
> 2) Make sure that you don't have alien installation of libjpeg in non-standard
>    location, or make sure that this installation is not accessible by Emacs'
>    configure script.
> 
> 3) Run this:
> 
>    echo -e "#include <jpeglib.h>\nversion=JPEG_LIB_VERSION" | cpp | grep -E "version= *(6[2-9]|[7-9][0-9])"
> 
>    If you don't see any output, re-check 2) because Fedora 19 definitely ships
>    the jpeg library recent enough to built Emacs trunk.
> 
> Dmitry
> 
> 






  reply	other threads:[~2014-09-25  6:29 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-24 21:42 bug#18552: Possible bug building emacs trunk with Fedora 19-x86_64 George R Goffe
2014-09-24 22:21 ` Glenn Morris
2014-09-24 23:38   ` George R Goffe
2014-09-25  3:49 ` Dmitry Antipov
2014-09-25  5:03   ` George R Goffe
2014-09-25  6:29     ` Jan Djärv [this message]
     [not found]       ` <1411633577.97603.YahooMailNeo@web162105.mail.bf1.yahoo.com>
2014-09-25  9:17         ` Jan D.
2014-09-25  9:48           ` Eli Zaretskii
2014-09-25  9:56             ` Jan D.
2014-10-01 18:13               ` Glenn Morris
2014-10-01 18:20                 ` Jan Djärv
2014-10-01 22:05                   ` George R Goffe
2014-10-01 18:25                 ` Eli Zaretskii
2014-10-01 22:24                   ` George R Goffe
2014-10-01 22:38                     ` Glenn Morris
2014-10-02  0:17                       ` George R Goffe
2014-10-02  1:27                         ` George R Goffe
2014-10-02  1:47                           ` Glenn Morris
2014-10-02  1:58                             ` George R Goffe
2014-10-05  6:19                               ` Glenn Morris
2014-10-05  7:32                                 ` George R Goffe
2014-10-05 16:49                                 ` George R Goffe
2014-09-25  5:36   ` George R Goffe
2014-09-25  8:24 ` Dmitry Antipov
2014-09-25  9:03   ` George R Goffe

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=C12E31E4-1AF9-4357-9031-747538ED5EE7@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=18552@debbugs.gnu.org \
    --cc=grgoffe@yahoo.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).