Re: [darktable-dev] Compilation error relating to lens.c

2019-02-06 Thread philippe . weyland
Hi Hobbes, Which version of lensfun do you have ? To make it work I'm downgrading lensfun to 0.3.2-4: $ pacman -U /var/cache/pacman/pkg/mingw-w64-x86_64-lensfun-0.3.2-4-any.pkg.tar.xz You should be able to get this file from: https://sourceforge.net/projects/msys2/files/REPOS/MINGW/Sources/

[darktable-dev] Compilation error relating to lens.c

2019-02-05 Thread Hobbes Pirakitti
Hi! I am following this guide to compiling on Windows: https://raw.githubusercontent.com/darktable-org/darktable/master/packaging/windows/BUILD.txt When I execute the following step cmake --build . It gets to about 77% and then I get a bunch of "deprecated" errors: In file included from C:/ms

Re: [darktable-dev] Compilation error - Ubuntu 16.04

2017-05-16 Thread Aurélien PIERRE
Thanks Roman ! /usr/bin/c++ points (now) to /usr/bin/g++. It works after a reset of the build folder. I have found that the origin of the issue is Anaconda, a package and virtual environnement manager for scientific Python packages. I have installed a differential equations solver shipped with i

Re: [darktable-dev] Compilation error - Ubuntu 16.04

2017-05-16 Thread Roman Lebedev
On Tue, May 16, 2017 at 9:08 PM, Aurélien PIERRE wrote: > Hi, > > I'm trying to compile DT 2.2.4 from the sources on Ubuntu 16.04. I have > installed the dependencies listed on the wiki, plus another required during > the setup but not listed (LLVM 3.9). > > While executing build.sh, I get : > > a

[darktable-dev] Compilation error - Ubuntu 16.04

2017-05-16 Thread Aurélien PIERRE
Hi, I'm trying to compile DT 2.2.4 from the sources on Ubuntu 16.04. I have installed the dependencies listed on the wiki, plus another required during the setup but not listed (LLVM 3.9). While executing build.sh, I get : aurelien@ouranos:~/Softwares/darktable$ ./build.sh Darktable bui

Re: [darktable-dev] compilation error

2016-05-15 Thread johannes hanika
https://github.com/darktable-org/darktable/commit/5eeddc9f2415e31475e8d6b89630fcde7e7a34f7 On Mon, May 16, 2016 at 5:34 AM, johannes hanika wrote: > can you kids stop :) ? > > i don't have gcc6, but am happy to push a couple of white spaces to > make silly compilers happy.. > > fwiw i think -Werr

Re: [darktable-dev] compilation error

2016-05-15 Thread johannes hanika
can you kids stop :) ? i don't have gcc6, but am happy to push a couple of white spaces to make silly compilers happy.. fwiw i think -Werror is a good idea in general (i think we take it out for release tarballs, if not we should probably). -jo On Mon, May 16, 2016 at 4:29 AM, Pedro Côrte-Real

Re: [darktable-dev] compilation error

2016-05-15 Thread Pedro Côrte-Real
On Sun, May 15, 2016 at 5:23 PM, Roman Lebedev wrote: > Probably the fact that rawspeed is the separate project, and > into darktable's sourcecode that -werror was added exclusively by you? Yeah, git doesn't have shared commits yet so it would be done by a single person. > You break it, you fix

Re: [darktable-dev] compilation error

2016-05-15 Thread Roman Lebedev
On Sun, May 15, 2016 at 5:13 PM, Pedro Côrte-Real wrote: > On Sun, May 15, 2016 at 12:47 PM, Roman Lebedev wrote: >> On Sun, May 15, 2016 at 2:36 PM, Pedro Côrte-Real wrote: >>> It's not my code and I don't have that compiler so I don't have a way >>> of fixing it. >> Sure, but it would not be a

Re: [darktable-dev] compilation error

2016-05-15 Thread Pedro Côrte-Real
On Sun, May 15, 2016 at 12:47 PM, Roman Lebedev wrote: > On Sun, May 15, 2016 at 2:36 PM, Pedro Côrte-Real wrote: >> It's not my code and I don't have that compiler so I don't have a way >> of fixing it. > Sure, but it would not be an error if not for your -Werror: > https://github.com/darktable-

Re: [darktable-dev] compilation error

2016-05-15 Thread Roman Lebedev
On Sun, May 15, 2016 at 2:36 PM, Pedro Côrte-Real wrote: > On Sun, May 15, 2016 at 8:42 AM, Roman Lebedev wrote: >> Or is there no more interest in fixing rawspeed issues? > > It's not my code and I don't have that compiler so I don't have a way > of fixing it. Sure, but it would not be an error

Re: [darktable-dev] compilation error

2016-05-15 Thread Pedro Côrte-Real
On Sun, May 15, 2016 at 8:42 AM, Roman Lebedev wrote: > Or is there no more interest in fixing rawspeed issues? It's not my code and I don't have that compiler so I don't have a way of fixing it. Pedro ___ darktable develope

Re: [darktable-dev] Compilation error on Majaro XFCE

2016-05-15 Thread Sebastian
Known issue, see the previous mail thread from today: http://article.gmane.org/gmane.comp.graphics.darktable.devel/7466 and this issue: https://redmine.darktable.org/issues/11009 As temporary fix, you can remove -Werror from the gcc's parameters. Sebastian On 05/15/2016 11:12 AM, João Horta wro

[darktable-dev] Compilation error on Majaro XFCE

2016-05-15 Thread João Horta
darktable-git release.2.1.0.r1031.gdf4eb00-1 (Dom Mai 15 10:10:07 WEST 2016) [ 10%] Building CXX object src/external/rawspeed/CMakeFiles/rawspeed.dir/RawSpeed/OrfDecoder.cpp.o /tmp/yaourt-tmp-jmhorta/aur-darktable-git/src/darktable/src/external/rawspeed/RawSpeed/OrfDecoder.cpp: In member function

Fwd: [darktable-dev] compilation error

2016-05-15 Thread Roman Lebedev
Hi. -- Forwarded message -- From: Marc Cousin Date: Sun, May 15, 2016 at 9:39 AM Subject: [darktable-dev] compilation error To: darktable-dev@lists.darktable.org Hi, this new compilation error has appeared… (gcc 6.1.1 on arch, this has just been upgraded from 5.3) I could

[darktable-dev] compilation error

2016-05-14 Thread Marc Cousin
Hi, this new compilation error has appeared… (gcc 6.1.1 on arch, this has just been upgraded from 5.3) I could simply deactivate it, but I thought it may be worth signaling this… /tmp/yaourt-tmp-marc/aur-darktable-git/src/darktable/src/external/rawspeed/RawSpeed/OrfDecoder.cpp: In member functi