[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #39913] Unable to compile __magick_read__.cc a
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #39913] Unable to compile __magick_read__.cc after cset ba79ba4e83ab |
Date: |
Sat, 31 Aug 2013 22:07:05 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 |
URL:
<http://savannah.gnu.org/bugs/?39913>
Summary: Unable to compile __magick_read__.cc after cset
ba79ba4e83ab
Project: GNU Octave
Submitted by: rik5
Submitted on: Sat 31 Aug 2013 03:07:04 PM PDT
Category: Configuration and Build System
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Regression
Status: None
Assigned to: carandraug
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: GNU/Linux
_______________________________________________________
Details:
Since changeset ba79ba4e83ab (rewrite of iminfo), I am unable to compile
Octave.
The errors are listed below. Apparently these constants are not defined with
the version of GraphicsMagick that I have available (1.3.12). If these
constants are going to be used it looks like one of them should be checked for
by a macro in configure.ac and then the code in __magick_read__.cc will need
an #ifdef around these four constants.
dldfcn/__magick_read__.cc: In function 'octave_value
magick_to_octave_value(const MagickLib::CompressionType&)':
dldfcn/__magick_read__.cc:1438:12: error: 'LZMACompression' is not a member of
'Magick'
dldfcn/__magick_read__.cc:1440:12: error: 'JPEG2000Compression' is not a
member of 'Magick'
dldfcn/__magick_read__.cc:1442:12: error: 'JBIG1Compression' is not a member
of 'Magick'
dldfcn/__magick_read__.cc:1444:12: error: 'JBIG2Compression' is not a member
of 'Magick'
make[3]: *** [dldfcn/dldfcn___magick_read___la-__magick_read__.lo] Error 1
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?39913>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #39913] Unable to compile __magick_read__.cc after cset ba79ba4e83ab,
Rik <=