Re: [darktable-dev] can't compile darktable 2.4 with ubuntu 16.04

2017-12-24 Thread Roman Lebedev
On Sun, Dec 24, 2017 at 4:50 PM, Holger Klemm
 wrote:
> Am Sonntag, 24. Dezember 2017, 16:22:49 CET schrieben Sie:
>> openjpeg2
>
> Hi Roman,
> libopenjp2-7-dev is installed and libopenjpeg-dev is not installed.
>
>
> klemmh@Trillian-Z400:~/Downloads/darktable-2.4.0/build$ dpkg -l | grep
> libopenjp2-7-dev
> ii  libopenjp2-7-dev2.1.2-1.1~16.04.york0
> amd64development files for OpenJPEG, a JPEG 2000 image library
>
> klemmh@Trillian-Z400:~/Downloads/darktable-2.4.0/build$ dpkg -l | grep
> libopenjpeg-dev
> klemmh@Trillian-Z400:~/Downloads/darktable-2.4.0/build$
Hmm, did you install it manually then?

What does this say: ?
$ dpkg -S /usr/include/openjpeg.h
___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



Re: [darktable-dev] can't compile darktable 2.4 with ubuntu 16.04

2017-12-24 Thread Holger Klemm
Am Sonntag, 24. Dezember 2017, 16:22:49 CET schrieben Sie:
> openjpeg2

Hi Roman,
libopenjp2-7-dev is installed and libopenjpeg-dev is not installed.


klemmh@Trillian-Z400:~/Downloads/darktable-2.4.0/build$ dpkg -l | grep 
libopenjp2-7-dev
ii  libopenjp2-7-dev2.1.2-1.1~16.04.york0   
 
amd64development files for OpenJPEG, a JPEG 2000 image library

klemmh@Trillian-Z400:~/Downloads/darktable-2.4.0/build$ dpkg -l | grep 
libopenjpeg-dev
klemmh@Trillian-Z400:~/Downloads/darktable-2.4.0/build$ 


___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



Re: [darktable-dev] can't compile darktable 2.4 with ubuntu 16.04

2017-12-24 Thread Roman Lebedev
On Sun, Dec 24, 2017 at 4:18 PM, Holger Klemm
 wrote:
> Hi,
> thanks for the new darktable version
>
> When compiles with ubuntu 16.04 there is a crash.
> See attachement
You have openjpeg2 (which dt requires since 2.2), and older openjpeg1
installed at the same time
IIRC openjpeg1 is doing very bad stuff by installing it's headers into
the root of /usr/include,
and not into some subdir, thus the wrong header is being included.

Purging openjpeg1 should solve it.

> Merry Christmas
>
> Holger
Roman.

> ___
> darktable developer mailing list
> to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org
___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



[darktable-dev] can't compile darktable 2.4 with ubuntu 16.04

2017-12-24 Thread Holger Klemm
Hi,
thanks for the new darktable version

When compiles with ubuntu 16.04 there is a crash.
See attachement

Merry Christmas

Holger
___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.orgklemmh@Trillian-Z400:~/Downloads/darktable-2.4.0/build$ cmake 
-DCMAKE_INSTALL_PREFIX=/usr/ ..
-- Building SSE2-optimized codepaths: ON
-- Found little endian system. Good.
-- Is the target platform supported: 1
-- multiarch triplet detected: x86_64-linux-gnu
-- Performing Test C_COMPILER_UNDERSTANDS_-Wno-error=varargs
-- Performing Test C_COMPILER_UNDERSTANDS_-Wno-error=varargs - Success
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wno-error=varargs
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wno-error=varargs - Success
-- Performing Test C_COMPILER_UNDERSTANDS_-Wno-error=address-of-packed-member
-- Performing Test C_COMPILER_UNDERSTANDS_-Wno-error=address-of-packed-member - 
Failed
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wno-error=address-of-packed-member
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wno-error=address-of-packed-member 
- Failed
-- Performing Test C_COMPILER_UNDERSTANDS_-Wframe-larger-than=32768
-- Performing Test C_COMPILER_UNDERSTANDS_-Wframe-larger-than=32768 - Success
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wframe-larger-than=32768
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wframe-larger-than=32768 - Success
-- Performing Test C_COMPILER_UNDERSTANDS_-Wstack-usage=32768
-- Performing Test C_COMPILER_UNDERSTANDS_-Wstack-usage=32768 - Success
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wstack-usage=32768
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wstack-usage=32768 - Success
-- Performing Test C_COMPILER_UNDERSTANDS_-Wlarger-than=524288
-- Performing Test C_COMPILER_UNDERSTANDS_-Wlarger-than=524288 - Success
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wlarger-than=524288
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wlarger-than=524288 - Success
-- Looking for external programs
-- Found perl
-- Found intltool-merge
-- Found desktop-file-validate
CMake Warning at CMakeLists.txt:337 (find_package):
  Could not find a configuration file for package "LLVM" that is compatible
  with requested version "6.0".

  The following configuration files were considered but not accepted:

/usr/lib/llvm-3.9/cmake/LLVMConfig.cmake, version: 3.9.1
/usr/lib/llvm-3.9/cmake/LLVMConfig.cmake, version: 3.9.1

Call Stack (most recent call first):
  CMakeLists.txt:345 (find_llvm)


CMake Warning at CMakeLists.txt:337 (find_package):
  Could not find a configuration file for package "LLVM" that is compatible
  with requested version "5.0".

  The following configuration files were considered but not accepted:

/usr/lib/llvm-3.9/cmake/LLVMConfig.cmake, version: 3.9.1

Call Stack (most recent call first):
  CMakeLists.txt:345 (find_llvm)


CMake Warning at CMakeLists.txt:337 (find_package):
  Could not find a configuration file for package "LLVM" that is compatible
  with requested version "4.0".

  The following configuration files were considered but not accepted:

/usr/lib/llvm-3.9/cmake/LLVMConfig.cmake, version: 3.9.1

Call Stack (most recent call first):
  CMakeLists.txt:345 (find_llvm)


-- Found LLVM 3.9.1
CMake Warning at CMakeLists.txt:371 (message):
  Could not find appropriate clang compiler


CMake Warning at CMakeLists.txt:372 (message):
  Test-compilation of OpenCL programs can not be done.


-- Test-compilation of OpenCL programs is disabled.
-- Found jsonschema
-- Found xsltproc
-- Found xmllint
-- All external programs found
-- Found msgfmt to convert .po file. Translation enabled
-- Checking for -march=native support
-- Checking for -march=native support - works
-- Checking for -std=c++14 support
-- Checking for -std=c++14 support - works
You have called ADD_LIBRARY for library rawspeed without any source files. This 
typically indicates a problem with your CMakeLists.txt file
-- Looking for PThreads
-- Looking for PThreads - found
-- Looking for OpenMP
-- Looking for OpenMP - found
-- Looking for pugixml
-- Found Pugixml 1.70
-- Looking for pugixml - found (system)
-- Looking for JPEG
-- Looking for JPEG - found
-- Looking for ZLIB
-- Looking for ZLIB - found (system)
-- Looking for OpenMP
-- Looking for OpenMP - found
-- 
-- The following features have been enabled:

 * PThread-based library threading , used for parallelized image decoding
 * OpenMP-based utilites threading , used for parallelization of utilities 
only, NOT library!
 * XML reading , used for loading of data/cameras.xml
 * Lossy JPEG decoding , used for DNG Lossy JPEG compression decoding
 * ZLIB decoding , used for DNG Deflate compression decoding

-- The following OPTIONAL packages have been found:

 * LLVM (required version >= 3.9)
 * Gettext
 * OpenMP
   Used for parallelization of tools (NOT library!)
   Used for parallelization of tools (NOT library!)
 * XMLLINT , command line XML t

[darktable-dev] bug #11879

2017-12-24 Thread Gerd Sussner

Hi there,

it's time to introduce myself and to excuse for the quick and maybe too 
short email about a bug I have found in DT 2.4.0rc1 last week. I had a 
pretty busy week and just wanted to indicate that bug so that it could 
be fixed until the final DT 2.4.0


However, it seems that no one created a ticket for it - so I registered 
and created a ticket #bug11879.


Hopefully it is not a big deal and a fix could be make it into the final 
DT 2.4.0


Merry Christmas

Gerd
___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org