[darktable-dev] Compile error from Git - libxcf

2021-01-04 Thread Richard Hobday
Linux Mint 19.3 / Ubuntu 18.04 3.5.0+428~g62545c68e This is with a newly downloaded version of the current git master . I'm seeing the following errors when compiling from current GIT. I assume I have a missing or outdated dependency. Does any one else see this? /home/xxx/dtgit/src/external/l

Re: [darktable-dev] compile error

2020-08-04 Thread Pascal Obry
Le mardi 04 août 2020 à 08:09 -0400, Jesus Arocho a écrit : > Hello, > > I have been compiling dt for a while. Yesterday I ran the script to > update against github and compile. Got the error message: > > [ 8%] Built target opencl-program-guided_filter.cl > :1:10: fatal error: 'opencl-c.h' fil

[darktable-dev] compile error

2020-08-04 Thread Jesus Arocho
Hello, I have been compiling dt for a while. Yesterday I ran the script to update against github and compile. Got the error message: [ 8%] Built target opencl-program-guided_filter.cl :1:10: fatal error: 'opencl-c.h' file not found #include "opencl-c.h" ^~~~ [ 8%] Built targe

Re: [darktable-dev] Compile error: rawspeed/src/librawspeed/common/Common.h:87:1: error: body of ‘constexpr’ function

2018-11-02 Thread Postmaster
It does appear that cmake requires rawspeed. I can only presume that darktable requires it. cmake lets u know that it wants rawspeed/ anyway someone created the cmake scripts. Anyway someone created the error messages. It was not cmake that created them. On 11/2/18 8:41 AM, Sturm Flut wrote:

Re: [darktable-dev] Compile error: rawspeed/src/librawspeed/common/Common.h:87:1: error: body of ‘constexpr’ function

2018-11-02 Thread Sturm Flut
Hi, Am 31.10.18 um 16:50 schrieb Postmaster: > Its not so easy to make this work. cmake seems to be an issue. >From what I've been seeing in a couple of mails now, it feels like you might be running into issues which seem to be more specific to RHEL and Fedora than to darktable and the general G

Re: [darktable-dev] Compile error: rawspeed/src/librawspeed/common/Common.h:87:1: error: body of ‘constexpr’ function

2018-10-31 Thread Patrick Shanahan
* Postmaster [10-31-18 15:22]: > not a cc maven. > So what is wrong? > Also dont remember origin of source, but from darktable website ( not redhat > ) > > Its not so easy to make this work. cmake seems to be an issue. Just trying > to register with cmake-devel is a problem, as the host of cmake

[darktable-dev] Compile error: rawspeed/src/librawspeed/common/Common.h:87:1: error: body of ‘constexpr’ function

2018-10-31 Thread Postmaster
not a cc maven. So what is wrong? Also dont remember origin of source, but from darktable website ( not redhat ) Its not so easy to make this work. cmake seems to be an issue. Just trying to register with cmake-devel is a problem, as the host of cmake uses Google captcha, which appears to vio

Re: [darktable-dev] compile error in rawprepare.c

2016-08-12 Thread Wolfgang Goetz
Roman Lebedev wrote: > Which compiler? gcc -v Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3/gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.3/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /data_b/portage/portage/sys-devel/gcc-4.9.3/work/gcc-

Re: [darktable-dev] compile error in rawprepare.c

2016-08-12 Thread Roman Lebedev
Which compiler? On Fri, Aug 12, 2016 at 4:44 PM, Wolfgang Goetz wrote: > Hello! > > building dt git version because of gentoo's freshly released > =sci-geosciences/osm-gps-map-1.1.0 ~amd64 > > > fails in: > > ...src/iop/rawprepare.c:537:3: error: missing braces around initializer > [-Werror=miss

[darktable-dev] compile error in rawprepare.c

2016-08-12 Thread Wolfgang Goetz
Hello! building dt git version because of gentoo's freshly released =sci-geosciences/osm-gps-map-1.1.0 ~amd64 fails in: ...src/iop/rawprepare.c:537:3: error: missing braces around initializer [-Werror=missing-braces] dt_iop_rawprepare_params_t tmp = { 0 }; quick fix (working: 'm

Re: [darktable-dev] Compile error in Ubuntu Xenial using osm-gps-map

2016-05-30 Thread Roman Lebedev
Have you tried something like this $ cd darktable/build/ && rm -rf * && cmake ../ && make already? Which osm-gps-map version is that, specifically? Roman. On Mon, May 30, 2016 at 6:30 PM, Darrell Eifert wrote: > Hello -- > > I just recently updated to Ubuntu Xenial and tried to compile the late

Re: [darktable-dev] compile error

2016-05-16 Thread Ulrich Pegelow
Yepp, it's already fixed. Thanks! Ulrich Am 16.05.2016 um 21:20 schrieb johannes hanika: yeah, just noticed that too. should be fixed now. -jo ___ darktable developer mailing list to unsubscribe send a mail to darktable-

Re: [darktable-dev] compile error

2016-05-16 Thread johannes hanika
yeah, just noticed that too. should be fixed now. -jo On Tue, May 17, 2016 at 7:13 AM, Ulrich Pegelow wrote: > Hi, > > current master does not compile here (gcc (SUSE Linux) 4.8.3 20140627 > [gcc-4_8-branch revision 212064]): > > imageio_dng.h:212:20: note: expected ‘const uint8_t (*)[6]’ but ar

[darktable-dev] compile error

2016-05-16 Thread Ulrich Pegelow
Hi, current master does not compile here (gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064]): imageio_dng.h:212:20: note: expected ‘const uint8_t (*)[6]’ but argument is of type ‘uint8_t (*)[6]’ Best wishes Ulrich _