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

2017-12-25 Thread Holger Klemm
Hi Roman, I have reinstalled the original Ubuntu libopenjp2-7 and libopenjp2-7-dev, now it works! Many thanks Holger Am Sonntag, 24. Dezember 2017, 17:09:55 CET schrieben Sie: > On Sun, Dec 24, 2017 at 4:50 PM, Holger Klemm > > wrote: > > Am Sonntag, 24. Dezember 2017, 16:22:49 CET schrieben

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 > libopenj

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-

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 ba

Re: [darktable-dev] can't compile darktable

2017-12-23 Thread Alexander Rabtchevich
Thank you, now dt compiles at Mint 18.3 With respect, Alexander Rabtchevich ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Re: [darktable-dev] can't compile darktable

2017-12-22 Thread sturmflut
Hi all, On 22.12.2017 18:29, Roman Lebedev wrote: >> -- Performing Test DARKTABLE_HAVE_C_FLAG_WNO_FORMAT_TRUNCATION >> -- Performing Test DARKTABLE_HAVE_C_FLAG_WNO_FORMAT_TRUNCATION - Success >> -- Performing Test DARKTABLE_HAVE_CXX_FLAG_WNO_FORMAT_TRUNCATION >> -- Performing Test DARKTABLE_HAVE_

Re: [darktable-dev] can't compile darktable

2017-12-22 Thread Roman Lebedev
On Fri, Dec 22, 2017 at 7:59 PM, Alexander Rabtchevich wrote: > Here it is Thank you. > ... > -- Performing Test DARKTABLE_HAVE_C_FLAG_WNO_FORMAT_TRUNCATION > -- Performing Test DARKTABLE_HAVE_C_FLAG_WNO_FORMAT_TRUNCATION - Success > -- Performing Test DARKTABLE_HAVE_CXX_FLAG_WNO_FORMAT_TRUNCATIO

Re: [darktable-dev] can't compile darktable

2017-12-22 Thread Alexander Rabtchevich
Here it is Darktable build script Building directory:  /home/sasha/Install/darktable/build Installation prefix: /opt/darktable Build type:  RelWithDebInfo Build generator: Unix Makefiles Build tasks: 6 -- The CXX compiler identification is GNU 5.4.0 -- The C compiler identi

Re: [darktable-dev] can't compile darktable

2017-12-22 Thread Alexander Rabtchevich
Pascal Obry wrote: Le vendredi 22 décembre 2017 à 18:26 +0300, Alexander Rabtchevich a écrit : gcc (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609 Linux Mint 18.3 Roman will confirm, but I think this is a way too old compiler not supported to build dt. In latest version of Mint you ought to ha

Re: [darktable-dev] can't compile darktable

2017-12-22 Thread Roman Lebedev
On Fri, Dec 22, 2017 at 6:35 PM, Pascal Obry wrote: > Le vendredi 22 décembre 2017 à 18:26 +0300, Alexander Rabtchevich a > écrit : >> gcc (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609 >> >> Linux Mint 18.3 > > Roman will confirm, but I think this is a way too old compiler not > supported to buil

Re: [darktable-dev] can't compile darktable

2017-12-22 Thread Pascal Obry
Le vendredi 22 décembre 2017 à 18:26 +0300, Alexander Rabtchevich a écrit : > gcc (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609 > > Linux Mint 18.3 Roman will confirm, but I think this is a way too old compiler not supported to build dt. In latest version of Mint you ought to have a more recent

Re: [darktable-dev] can't compile darktable

2017-12-22 Thread Alexander Rabtchevich
Pascal Obry wrote: Le vendredi 22 décembre 2017 à 17:47 +0300, Alexander Rabtchevich a écrit : cc1: error: unrecognized command line option '-Wno-format- truncation' [-Werror] cc1: all warnings being treated as errors Which compiler version are you using? gcc (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5

Re: [darktable-dev] can't compile darktable

2017-12-22 Thread Pascal Obry
Le vendredi 22 décembre 2017 à 17:47 +0300, Alexander Rabtchevich a écrit : > cc1: error: unrecognized command line option '-Wno-format- > truncation' > [-Werror] > cc1: all warnings being treated as errors Which compiler version are you using? -- Pascal Obry / Magny Les Hameaux (78) The

Re: [darktable-dev] can't compile darktable

2017-12-22 Thread Alexander Rabtchevich
Of course, I had removed the directory before the second try. With respect, Alexander Rabtchevich Roman Lebedev wrote: On Fri, Dec 22, 2017 at 5:47 PM, Alexander Rabtchevich wrote: Hello Current git master cannot be compiled on Linux Mint 18.3 Mate x64 Did you try rm -rf build/ already?

Re: [darktable-dev] can't compile darktable

2017-12-22 Thread Roman Lebedev
On Fri, Dec 22, 2017 at 5:47 PM, Alexander Rabtchevich wrote: > Hello > > Current git master cannot be compiled on Linux Mint 18.3 Mate x64 Did you try rm -rf build/ already? Does it help? > [ 93%] Building C object > src/iop/CMakeFiles/bilat.dir/introspection_bilat.c.o > cc1: error: unrecogni