Fwd: Fwd: [darktable-user] Need help with compiling from git

2019-09-03 Thread Michael Gauland
Also note that Darktable 2.6 may not be able to read the new sidecar
files--best to back up any of those you'll be working with as well.

 Forwarded Message 
Subject:Re: Fwd: [darktable-user] Need help with compiling from git
Date:   Wed, 4 Sep 2019 07:00:32 +1200
From:   Michael Gauland 
To: darktable-user@lists.darktable.org



On 3/09/19 11:28 pm, Bruce Williams wrote:
> Hi all,
> Well, I can happily report that I eventually managed to get darktable
> 2.7.0 up and running, with thanks to 3 or 4 most-generous people here
> on the list!
> You know who you are thanks heaps!
Great!
> But now I'm wondering... is 2.7.0 the most recent build?
> I ask because I was under the impression that the interface had
> undergone a bit of an overhaul, and what I'm seeing looks just like 2.6.2.
>
I can't speak with any authority, but from my mucking about I believe
2.7.0 is the latest tagged version. When I built that, I didn't see the
(more visible) UI changes, and didn't get the "Basic Corrections" or
"LUT3d" modules.

If you run "git checkout master", then "git submodule update", then run
"build.sh", you'll get the absolute latest code--all the improvements,
and any new bugs as well! 

That got me that UI changes I'd heard about, as well as the new modules
I wanted to play with. Just beware; working from the latest, unreleased
code can be unstable.

Oh, and this will require an update to your Darktable configuration
databases--best to back them up (~/.config/darktable) in case you want
to go back.

--Mike



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: Fwd: [darktable-user] Need help with compiling from git

2019-09-03 Thread Michael Gauland
On 3/09/19 11:28 pm, Bruce Williams wrote:
> Hi all,
> Well, I can happily report that I eventually managed to get darktable
> 2.7.0 up and running, with thanks to 3 or 4 most-generous people here
> on the list!
> You know who you are thanks heaps!
Great!
> But now I'm wondering... is 2.7.0 the most recent build?
> I ask because I was under the impression that the interface had
> undergone a bit of an overhaul, and what I'm seeing looks just like 2.6.2.
>
I can't speak with any authority, but from my mucking about I believe
2.7.0 is the latest tagged version. When I built that, I didn't see the
(more visible) UI changes, and didn't get the "Basic Corrections" or
"LUT3d" modules.

If you run "git checkout master", then "git submodule update", then run
"build.sh", you'll get the absolute latest code--all the improvements,
and any new bugs as well! 

That got me that UI changes I'd heard about, as well as the new modules
I wanted to play with. Just beware; working from the latest, unreleased
code can be unstable.

Oh, and this will require an update to your Darktable configuration
databases--best to back them up (~/.config/darktable) in case you want
to go back.

--Mike



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: Fwd: [darktable-user] Need help with compiling from git

2019-09-03 Thread jys



On Tue, Sep 3, 2019, at 11:48, jys wrote:

> That path is releative to the "src" directory, adjust accordingly.

Oops, actually the base git directory.

-- 
jys

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: Fwd: [darktable-user] Need help with compiling from git

2019-09-03 Thread jys
On Tue, Sep 3, 2019, at 04:28, Bruce Williams wrote:

> But now I'm wondering... is 2.7.0 the most recent build?

The versions built from master (currently the "2.7" development branch) are 
generally denoted by refering to the point in the commit history they were 
built from. There's a script in the tools directory of the repository that will 
return a nicely formatted version string, you can use it in your build script 
something like this:

 VERSION=$(./tools/get_git_version_string.sh)

That path is releative to the "src" directory, adjust accordingly.

> I ask because I was under the impression that the interface had 
> undergone a bit of an overhaul, and what I'm seeing looks just like 
> 2.6.2.

The changes are fairly profound, but some of it might not be immediately 
apparent. Custom widgets have been replaced by standard GTK versions, which may 
result in a slightly different "look and feel". There's been some changes to 
the bottom panel (the current behavior when clicking on the arrow to show/hide 
is a little odd, having more than two states). There's a new configurable 
information display in darkroom, replacing what was previously shown in the 
histogram, and the histogram itself can now be hidden... there's a new 
"culling" mode... and other stuff I can't list off the top of my head. Browsing 
through the commit history will show up relevant pull requests, and these will 
often have some informative discussion attached to them, if other documentation 
is lacking.

The tagging module has been improved in many ways, be sure to check that out.

Of course, the big one (for me, at least) isn't really "visible" at all: you 
can now Ctrl+Shift+Click on the headers of the various iop modules in darkroom 
and drag them to different positions in the processing pipe. The position will 
be saved when creating "Styles". This means you can now do stuff like move the 
"vignetting" module down next to lens correction and use it to actually correct 
(approximately) or simulate real lens falloff... it's worth emphasizing that 
modules should NOT be re-arranged just for UI convenience purposes, because 
doing so will alter the actual processing order.

Anyway, that's what comes to mind, hopefully it gives a starting point for 
further exploration.

-- 
jys

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Fwd: [darktable-user] Need help with compiling from git

2019-09-03 Thread Bruce Williams
Hi all,
Well, I can happily report that I eventually managed to get darktable 2.7.0
up and running, with thanks to 3 or 4 most-generous people here on the list!
You know who you are thanks heaps!
But now I'm wondering... is 2.7.0 the most recent build?
I ask because I was under the impression that the interface had undergone a
bit of an overhaul, and what I'm seeing looks just like 2.6.2.
Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com
brucewilliamsphotography.com
shuttersincpodcast.com
sinelanguagepodcast.com

e-mail  | Twitter  |
LinkedIn  | Facebook
 | Soundcloud
 | Quora

--




-- Forwarded message -
From: ternaryd 
Date: Tue, Sep 3, 2019 at 6:16 PM
Subject: Re: [darktable-user] Need help with compiling from git
To: 


On Tue, 3 Sep 2019 17:23:25 +1000
Bruce Williams  wrote:

> /home/darktable/darktable/src/common/imageio_rawspeed.cc:185:10:
> error: ‘uint32’ was not declared in this
> scope

Try to edit the file at the given line number,
either changing uint32 to uint32_t or to
guint32. I'm not a C++ or GUI programmer, so I
can't be sure. But it shouldn't really matter.

But if there are many of those errors, it's more
likely, that you are missing some .h file.

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: Fwd: Fwd: [darktable-user] Need help with compiling from git

2019-09-03 Thread Richard Hobday

Hi Bruce,

Looking at the snippet of log here it would seem that there are issues
with the Rawspeed module. This 'sub-module' needs to be initialized
after updating from GIT but before running the build.sh script.

This is documented somewhere but I can't put my finger on it at present.

These are the commands that I use to update from Git and build dt.

 cd /home//darktable

 git pull
 git submodule init
 git submodule update
 ./build.sh

 cd build make darktable-usermanual
 make darktable-lua-api
 cd ..
 sudo cmake --build "/home//darktable/build" --target install -- -j4




  Not sure if this will move you forward or not .


R.

On 03/09/2019 08:23, Bruce Williams wrote:

Seems like everything WAS going ok, until this point

--
[ 29%] Building C object src/CMakeFiles/lib_darktable.dir/dtgtk/button.c.o
[ 29%] Building C object
src/CMakeFiles/lib_darktable.dir/dtgtk/drawingarea.c.o
[ 29%] Building C object src/CMakeFiles/lib_darktable.dir/dtgtk/expander.c.o
[ 29%] Building C object
src/CMakeFiles/lib_darktable.dir/dtgtk/gradientslider.c.o
/home/darktable/darktable/src/common/imageio_rawspeed.cc: In function
‘dt_imageio_retval_t dt_imageio_open_rawspeed(dt_image_t*, const char*,
dt_mipmap_buffer_t*)’:
/home/darktable/darktable/src/common/imageio_rawspeed.cc:185:10: error:
‘uint32’ was not declared in this scope
      for (uint32 i=0;
i<(sizeof(legacy_aliases)/sizeof(legacy_aliases[1])); i++)
           ^~
/home/darktable/darktable/src/common/imageio_rawspeed.cc:185:10: note:
suggested alternative: ‘guint32’
      for (uint32 i=0;
i<(sizeof(legacy_aliases)/sizeof(legacy_aliases[1])); i++)
           ^~
           guint32
/home/darktable/darktable/src/common/imageio_rawspeed.cc:185:22: error:
‘i’ was not declared in this scope
      for (uint32 i=0;
i<(sizeof(legacy_aliases)/sizeof(legacy_aliases[1])); i++)
                       ^
[ 29%] Building C object src/CMakeFiles/lib_darktable.dir/dtgtk/icon.c.o
[ 29%] Building C object src/CMakeFiles/lib_darktable.dir/dtgtk/paint.c.o
[ 29%] Building C object
src/CMakeFiles/lib_darktable.dir/dtgtk/resetlabel.c.o
[ 30%] Building C object
src/CMakeFiles/lib_darktable.dir/dtgtk/sidepanel.c.o
[ 30%] Building C object
src/CMakeFiles/lib_darktable.dir/dtgtk/togglebutton.c.o
src/CMakeFiles/lib_darktable.dir/build.make:964: recipe for target
'src/CMakeFiles/lib_darktable.dir/common/imageio_rawspeed.cc.o' failed
make[2]: ***
[src/CMakeFiles/lib_darktable.dir/common/imageio_rawspeed.cc.o] Error 1
make[2]: *** Waiting for unfinished jobs
CMakeFiles/Makefile2:1504: recipe for target
'src/CMakeFiles/lib_darktable.dir/all' failed
make[1]: *** [src/CMakeFiles/lib_darktable.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2
--

Anyone able to point me in the right direction here, please?
Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com <http://audio2u.com>
brucewilliamsphotography.com <http://brucewilliamsphotography.com>
shuttersincpodcast.com <http://shuttersincpodcast.com>
sinelanguagepodcast.com <http://sinelanguagepodcast.com>

e-mail <mailto:stu...@audio2u.com> | Twitter
<http://twitter.com/@audio2u> | LinkedIn
<http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook
<http://www.facebook.com/audio2u> | Soundcloud
<http://www.soundcloud.com/audio2u> | Quora
<https://www.quora.com/profile/Bruce-Williams-5>
--




-- Forwarded message -
From: *HaJo Schatz* mailto:h...@hajo.net>>
Date: Tue, Sep 3, 2019 at 5:15 PM
Subject: Re: Fwd: [darktable-user] Need help with compiling from git
To: darktable-user mailto:darktable-user@lists.darktable.org>>


If you need some package (such as libjpeg) to compile a source (such as
darktable), then you need to install the respective "developer" version
of libjpeg. I.e. the headers of the library which darktable requires. A
quick search on [1] (not sure if your system uses Debian though) reveals
that for libjpeg the correct package would be libjpeg-devel. So "apt
install libjpeg-devel" shoud do the trick. I'm no longer fluent in apt,
but something like "apt search libjpeg" or "apt find jpeg" should also
give you an idea. "man apt" will help there...

[1]
https://packages.debian.org/search?suite=default=all=any=names=libjpeg


--
PGP key: http://tinyurl.com/2016PGPKEY


On Fri, Aug 30, 2019 at 3:55 PM Bruce Williams mailto:stu...@audio2u.com>> wrote:

Hi again,
So, the list of required software mentions
libsqlite3, libjpeg, libpng, libpugixml, rawspeed (supplied),
gtk+-3, cairo, lcms2, exiv2, tiff, curl, gphoto2, dbus-glib, fop,
openexr, libsoup

Fwd: Fwd: [darktable-user] Need help with compiling from git

2019-09-03 Thread Bruce Williams
Seems like everything WAS going ok, until this point

--
[ 29%] Building C object src/CMakeFiles/lib_darktable.dir/dtgtk/button.c.o
[ 29%] Building C object
src/CMakeFiles/lib_darktable.dir/dtgtk/drawingarea.c.o
[ 29%] Building C object src/CMakeFiles/lib_darktable.dir/dtgtk/expander.c.o
[ 29%] Building C object
src/CMakeFiles/lib_darktable.dir/dtgtk/gradientslider.c.o
/home/darktable/darktable/src/common/imageio_rawspeed.cc: In function
‘dt_imageio_retval_t dt_imageio_open_rawspeed(dt_image_t*, const char*,
dt_mipmap_buffer_t*)’:
/home/darktable/darktable/src/common/imageio_rawspeed.cc:185:10: error:
‘uint32’ was not declared in this scope
 for (uint32 i=0; i<(sizeof(legacy_aliases)/sizeof(legacy_aliases[1]));
i++)
  ^~
/home/darktable/darktable/src/common/imageio_rawspeed.cc:185:10: note:
suggested alternative: ‘guint32’
 for (uint32 i=0; i<(sizeof(legacy_aliases)/sizeof(legacy_aliases[1]));
i++)
  ^~
  guint32
/home/darktable/darktable/src/common/imageio_rawspeed.cc:185:22: error: ‘i’
was not declared in this scope
 for (uint32 i=0; i<(sizeof(legacy_aliases)/sizeof(legacy_aliases[1]));
i++)
  ^
[ 29%] Building C object src/CMakeFiles/lib_darktable.dir/dtgtk/icon.c.o
[ 29%] Building C object src/CMakeFiles/lib_darktable.dir/dtgtk/paint.c.o
[ 29%] Building C object
src/CMakeFiles/lib_darktable.dir/dtgtk/resetlabel.c.o
[ 30%] Building C object
src/CMakeFiles/lib_darktable.dir/dtgtk/sidepanel.c.o
[ 30%] Building C object
src/CMakeFiles/lib_darktable.dir/dtgtk/togglebutton.c.o
src/CMakeFiles/lib_darktable.dir/build.make:964: recipe for target
'src/CMakeFiles/lib_darktable.dir/common/imageio_rawspeed.cc.o' failed
make[2]: ***
[src/CMakeFiles/lib_darktable.dir/common/imageio_rawspeed.cc.o] Error 1
make[2]: *** Waiting for unfinished jobs
CMakeFiles/Makefile2:1504: recipe for target
'src/CMakeFiles/lib_darktable.dir/all' failed
make[1]: *** [src/CMakeFiles/lib_darktable.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2
--

Anyone able to point me in the right direction here, please?
Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com
brucewilliamsphotography.com
shuttersincpodcast.com
sinelanguagepodcast.com

e-mail  | Twitter <http://twitter.com/@audio2u> |
LinkedIn <http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook
<http://www.facebook.com/audio2u> | Soundcloud
<http://www.soundcloud.com/audio2u> | Quora
<https://www.quora.com/profile/Bruce-Williams-5>
--




-- Forwarded message -
From: HaJo Schatz 
Date: Tue, Sep 3, 2019 at 5:15 PM
Subject: Re: Fwd: [darktable-user] Need help with compiling from git
To: darktable-user 


If you need some package (such as libjpeg) to compile a source (such as
darktable), then you need to install the respective "developer" version of
libjpeg. I.e. the headers of the library which darktable requires. A quick
search on [1] (not sure if your system uses Debian though) reveals that for
libjpeg the correct package would be libjpeg-devel. So "apt install
libjpeg-devel" shoud do the trick. I'm no longer fluent in apt, but
something like "apt search libjpeg" or "apt find jpeg" should also give you
an idea. "man apt" will help there...

[1]
https://packages.debian.org/search?suite=default=all=any=names=libjpeg


-- 
PGP key: http://tinyurl.com/2016PGPKEY


On Fri, Aug 30, 2019 at 3:55 PM Bruce Williams  wrote:

> Hi again,
> So, the list of required software mentions
> libsqlite3, libjpeg, libpng, libpugixml, rawspeed (supplied), gtk+-3,
> cairo, lcms2, exiv2, tiff, curl, gphoto2, dbus-glib, fop, openexr,
> libsoup2.4
>
> I tried opening a terminal and issuing commands like
> $ sudo apt-get install 
>
> ...where  is any of the aforementioned prerequisites.
> Most of them failed with a message that said "unable to locate the
> package".
> What did I do wrong?
>
> Cheers,
> Bruce Williams
> --
> Mobile:  +61 41 250 6349
>
> audio2u.com
> brucewilliamsphotography.com
> shuttersincpodcast.com
> sinelanguagepodcast.com
>
> e-mail  | Twitter <http://twitter.com/@audio2u> |
> LinkedIn <http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook
> <http://www.facebook.com/audio2u> | Soundcloud
> <http://www.soundcloud.com/audio2u> | Quora
> <https://www.quora.com/profile/Bruce-Williams-5>
> --
>
>
>
>
> -- Forwarded message -
> From: David Vincent-Jones 
> Date: Fri, Aug 30, 2019 at 1:40 AM
> Subje

Re: Fwd: [darktable-user] Need help with compiling from git

2019-09-03 Thread HaJo Schatz
If you need some package (such as libjpeg) to compile a source (such as
darktable), then you need to install the respective "developer" version of
libjpeg. I.e. the headers of the library which darktable requires. A quick
search on [1] (not sure if your system uses Debian though) reveals that for
libjpeg the correct package would be libjpeg-devel. So "apt install
libjpeg-devel" shoud do the trick. I'm no longer fluent in apt, but
something like "apt search libjpeg" or "apt find jpeg" should also give you
an idea. "man apt" will help there...

[1]
https://packages.debian.org/search?suite=default=all=any=names=libjpeg


-- 
PGP key: http://tinyurl.com/2016PGPKEY


On Fri, Aug 30, 2019 at 3:55 PM Bruce Williams  wrote:

> Hi again,
> So, the list of required software mentions
> libsqlite3, libjpeg, libpng, libpugixml, rawspeed (supplied), gtk+-3,
> cairo, lcms2, exiv2, tiff, curl, gphoto2, dbus-glib, fop, openexr,
> libsoup2.4
>
> I tried opening a terminal and issuing commands like
> $ sudo apt-get install 
>
> ...where  is any of the aforementioned prerequisites.
> Most of them failed with a message that said "unable to locate the
> package".
> What did I do wrong?
>
> Cheers,
> Bruce Williams
> --
> Mobile:  +61 41 250 6349
>
> audio2u.com
> brucewilliamsphotography.com
> shuttersincpodcast.com
> sinelanguagepodcast.com
>
> e-mail  | Twitter <http://twitter.com/@audio2u> |
> LinkedIn <http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook
> <http://www.facebook.com/audio2u> | Soundcloud
> <http://www.soundcloud.com/audio2u> | Quora
> <https://www.quora.com/profile/Bruce-Williams-5>
> ----------
>
>
>
>
> -- Forwarded message -
> From: David Vincent-Jones 
> Date: Fri, Aug 30, 2019 at 1:40 AM
> Subject: Re: Fwd: [darktable-user] Need help with compiling from git
> To: Bruce Williams 
>
>
> It would be nice to have for a reference a definitive set of instructions
> for this complete operation
>
> David
> On 8/28/19 10:59 PM, Bruce Williams wrote:
>
> Aa!
> I was looking for that list of dependencies!
> Further down the page in the section on "Git version", there's a line
> which says "You can find a list of them here."
> ...but it doesn't contain a link.
> Thanks for the heads up!
> I shall try again.
> Cheers,
> Bruce Williams
> --
> Mobile:  +61 41 250 6349
>
> audio2u.com
> brucewilliamsphotography.com
> shuttersincpodcast.com
> sinelanguagepodcast.com
>
> e-mail  | Twitter <http://twitter.com/@audio2u> |
> LinkedIn <http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook
> <http://www.facebook.com/audio2u> | Soundcloud
> <http://www.soundcloud.com/audio2u> | Quora
> <https://www.quora.com/profile/Bruce-Williams-5>
> --
>
>
>
>
> -- Forwarded message -
> From: August Schwerdfeger 
> Date: Thu, Aug 29, 2019 at 3:57 PM
> Subject: Re: [darktable-user] Need help with compiling from git
> To: 
>
>
> According to this error log, LLVM not being found is just a warning --
> what is actually tripping the build up is the absence of the XML parsing
> program, 'xmllint'.
>
> Have you tried installing all the packages in the list of dependencies on
> Darktable's install page (https://www.darktable.org/install/#source)?
> That should have tracked in the XML parser.
> --
> August Schwerdfeger
> aug...@schwerdfeger.name
>
> On 8/29/19 12:26 AM, Bruce Williams wrote:
>
> Hi all,
> Yes, I'm finally taking the plunge and trying to get my head around git
> and all that comes with that. :)
> I've created a new user profile on my linux box just so I don't screw up
> my main user profile.
> Anyway... got as far as $ ./build.sh
> A bunch of text flew past, which all seemed to be going ok until
> 
> -- Found desktop-file-validate
> -- Could NOT find LLVM (missing: LLVM_DIR)
> -- Could NOT find LLVM (missing: LLVM_DIR)
> -- Could NOT find LLVM (missing: LLVM_DIR)
> -- Could NOT find LLVM (missing: LLVM_DIR)
> -- Could NOT find LLVM (missing: LLVM_DIR)
> -- Could NOT find LLVM (missing: LLVM_DIR)
> CMake Warning at CMakeLists.txt:311 (message):
>   Could not find LLVM 3.9+
>
>
> CMake Warning at CMakeLists.txt:312 (message):
>   Test-compilation of OpenCL programs can not be done.
>
>
> -- Test-compilation of OpenCL programs is disabled.
> -- Missing jsonschema, problems in noiseprofiles.json might go unnoticed
>

Re: Fwd: Fwd: [darktable-user] Need help with compiling from git

2019-08-30 Thread Marco DE BOOIJ
I just compiled darktable with the help of the wiki 
(https://redmine.darktable.org/projects/darktable/wiki/Building_darktable_26). 
It worked well. I must say that the result was not 100% correct. It is 
slow and I had to copy the darktable.css myself. I will redo the whole 
process again, to see if I made a mistake, when I have a bit more time.


Marco

Op 30-08-19 om 09:54 schreef Bruce Williams:

Hi again,
So, the list of required software mentions
libsqlite3, libjpeg, libpng, libpugixml, rawspeed (supplied), gtk+-3, 
cairo, lcms2, exiv2, tiff, curl, gphoto2, dbus-glib, fop, openexr, 
libsoup2.4


I tried opening a terminal and issuing commands like
$ sudo apt-get install 

...where  is any of the aforementioned prerequisites.
Most of them failed with a message that said "unable to locate the 
package".

What did I do wrong?

Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com <http://audio2u.com>
brucewilliamsphotography.com <http://brucewilliamsphotography.com>
shuttersincpodcast.com <http://shuttersincpodcast.com>
sinelanguagepodcast.com <http://sinelanguagepodcast.com>

e-mail <mailto:stu...@audio2u.com> | Twitter 
<http://twitter.com/@audio2u> | LinkedIn 
<http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook 
<http://www.facebook.com/audio2u> | Soundcloud 
<http://www.soundcloud.com/audio2u> | Quora 
<https://www.quora.com/profile/Bruce-Williams-5>

--




-- Forwarded message -
From: *David Vincent-Jones* <mailto:david...@gmail.com>>

Date: Fri, Aug 30, 2019 at 1:40 AM
Subject: Re: Fwd: [darktable-user] Need help with compiling from git
To: Bruce Williams mailto:stu...@audio2u.com>>


It would be nice to have for a reference a definitive set of 
instructions for this complete operation


David

On 8/28/19 10:59 PM, Bruce Williams wrote:

Aa!
I was looking for that list of dependencies!
Further down the page in the section on "Git version", there's a line 
which says "You can find a list of them here."

...but it doesn't contain a link.
Thanks for the heads up!
I shall try again.
Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com <http://audio2u.com>
brucewilliamsphotography.com <http://brucewilliamsphotography.com>
shuttersincpodcast.com <http://shuttersincpodcast.com>
sinelanguagepodcast.com <http://sinelanguagepodcast.com>

e-mail <mailto:stu...@audio2u.com> | Twitter 
<http://twitter.com/@audio2u> | LinkedIn 
<http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook 
<http://www.facebook.com/audio2u> | Soundcloud 
<http://www.soundcloud.com/audio2u> | Quora 
<https://www.quora.com/profile/Bruce-Williams-5>

--




-- Forwarded message -
From: *August Schwerdfeger* <mailto:aug...@schwerdfeger.name>>

Date: Thu, Aug 29, 2019 at 3:57 PM
Subject: Re: [darktable-user] Need help with compiling from git
To: <mailto:darktable-user@lists.darktable.org>>



According to this error log, LLVM not being found is just a warning 
-- what is actually tripping the build up is the absence of the XML 
parsing program, 'xmllint'.


Have you tried installing all the packages in the list of 
dependencies on Darktable's install page 
(https://www.darktable.org/install/#source)? That should have tracked 
in the XML parser.


--
August Schwerdfeger
aug...@schwerdfeger.name <mailto:aug...@schwerdfeger.name>

On 8/29/19 12:26 AM, Bruce Williams wrote:

Hi all,
Yes, I'm finally taking the plunge and trying to get my head around 
git and all that comes with that. :)
I've created a new user profile on my linux box just so I don't 
screw up my main user profile.

Anyway... got as far as $ ./build.sh
A bunch of text flew past, which all seemed to be going ok until

-- Found desktop-file-validate
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
CMake Warning at CMakeLists.txt:311 (message):
  Could not find LLVM 3.9+


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


-- Test-compilation of OpenCL programs is disabled.
-- Missing jsonschema, problems in noiseprofiles.json might go unnoticed
-- Missing xsltproc
-- Missing saxon-xslt
-- No xslt interpreter found
-- Missing xmllint
CMake Error at CMakeLists.txt:361 (message):
  Some external programs couldn't be found


-- Configuring incomplete, errors occurred!
See also "/home/darktable/darktable/build/CMakeFiles/CMakeOutput.log".
See also "/home/darktab

Re: Fwd: Fwd: [darktable-user] Need help with compiling from git

2019-08-30 Thread Michael Gauland
On 30/08/19 7:54 pm, Bruce Williams wrote:
> So, the list of required software mentions
> libsqlite3, libjpeg, libpng, libpugixml, rawspeed (supplied), gtk+-3,
> cairo, lcms2, exiv2, tiff, curl, gphoto2, dbus-glib, fop, openexr,
> libsoup2.4
>
> I tried opening a terminal and issuing commands like
> $ sudo apt-get install 
>
> ...where  is any of the aforementioned prerequisites.
> Most of them failed with a message that said "unable to locate the
> package".
> What did I do wrong?

Often the full package name will have a version number appended to it.

I'm running Debian (just upgraded to "Buster"), but I was able to build
Darktable following the instructions for Ubuntu 17.10 from
https://redmine.darktable.org/projects/darktable/wiki/Building_darktable_22

I think I did have futz with a couple of the dependencies (I didn't need
"libopenjpeg" and had to specify a newer version of LLVM, as I recall),
but those instructions got me most of the way there.



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Fwd: Fwd: Fwd: [darktable-user] Need help with compiling from git

2019-08-30 Thread Bruce Williams
Yeah... nah.
Tried that. Still getting "unable to locate package" messages.
Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com
brucewilliamsphotography.com
shuttersincpodcast.com
sinelanguagepodcast.com

e-mail  | Twitter <http://twitter.com/@audio2u> |
LinkedIn <http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook
<http://www.facebook.com/audio2u> | Soundcloud
<http://www.soundcloud.com/audio2u> | Quora
<https://www.quora.com/profile/Bruce-Williams-5>
--




-- Forwarded message -
From: Bruce Williams 
Date: Fri, Aug 30, 2019 at 6:03 PM
Subject: Fwd: Fwd: Fwd: [darktable-user] Need help with compiling from git
To: darktable-user 


Linux Mint, which I think is based on Ubuntu.
I'll give 'apt' (sans 'get') a go!
Thanks. :)
Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com
brucewilliamsphotography.com
shuttersincpodcast.com
sinelanguagepodcast.com

e-mail  | Twitter <http://twitter.com/@audio2u> |
LinkedIn <http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook
<http://www.facebook.com/audio2u> | Soundcloud
<http://www.soundcloud.com/audio2u> | Quora
<https://www.quora.com/profile/Bruce-Williams-5>
--




-- Forwarded message -----
From: thokster 
Date: Fri, Aug 30, 2019 at 6:01 PM
Subject: Re: Fwd: Fwd: [darktable-user] Need help with compiling from git
To: Bruce Williams 


Is your system Ubuntu based?
If it is then "apt" is the right command not "apt-get"

Am 30.08.19 um 09:54 schrieb Bruce Williams:

Hi again,
So, the list of required software mentions
libsqlite3, libjpeg, libpng, libpugixml, rawspeed (supplied), gtk+-3,
cairo, lcms2, exiv2, tiff, curl, gphoto2, dbus-glib, fop, openexr,
libsoup2.4

I tried opening a terminal and issuing commands like
$ sudo apt-get install 

...where  is any of the aforementioned prerequisites.
Most of them failed with a message that said "unable to locate the package".
What did I do wrong?

Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com
brucewilliamsphotography.com
shuttersincpodcast.com
sinelanguagepodcast.com

e-mail  | Twitter <http://twitter.com/@audio2u> |
LinkedIn <http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook
<http://www.facebook.com/audio2u> | Soundcloud
<http://www.soundcloud.com/audio2u> | Quora
<https://www.quora.com/profile/Bruce-Williams-5>
----------




-- Forwarded message -----
From: David Vincent-Jones 
Date: Fri, Aug 30, 2019 at 1:40 AM
Subject: Re: Fwd: [darktable-user] Need help with compiling from git
To: Bruce Williams 


It would be nice to have for a reference a definitive set of instructions
for this complete operation

David
On 8/28/19 10:59 PM, Bruce Williams wrote:

Aa!
I was looking for that list of dependencies!
Further down the page in the section on "Git version", there's a line which
says "You can find a list of them here."
...but it doesn't contain a link.
Thanks for the heads up!
I shall try again.
Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com
brucewilliamsphotography.com
shuttersincpodcast.com
sinelanguagepodcast.com

e-mail  | Twitter <http://twitter.com/@audio2u> |
LinkedIn <http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook
<http://www.facebook.com/audio2u> | Soundcloud
<http://www.soundcloud.com/audio2u> | Quora
<https://www.quora.com/profile/Bruce-Williams-5>
--




-- Forwarded message -
From: August Schwerdfeger 
Date: Thu, Aug 29, 2019 at 3:57 PM
Subject: Re: [darktable-user] Need help with compiling from git
To: 


According to this error log, LLVM not being found is just a warning -- what
is actually tripping the build up is the absence of the XML parsing
program, 'xmllint'.

Have you tried installing all the packages in the list of dependencies on
Darktable's install page (https://www.darktable.org/install/#source)? That
should have tracked in the XML parser.
--
August Schwerdfeger
aug...@schwerdfeger.name

On 8/29/19 12:26 AM, Bruce Williams wrote:

Hi all,
Yes, I'm finally taking the plunge and trying to get my head around git and
all that comes with that. :)
I've created a new user profile on my linux box just so I don't screw up my
main user profile.
Anyway... got as far as $ ./build.sh
A bunch of text flew past, which all seemed to be going ok until

-- Found desktop-file-validate
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LL

Fwd: Fwd: Fwd: [darktable-user] Need help with compiling from git

2019-08-30 Thread Bruce Williams
Linux Mint, which I think is based on Ubuntu.
I'll give 'apt' (sans 'get') a go!
Thanks. :)
Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com
brucewilliamsphotography.com
shuttersincpodcast.com
sinelanguagepodcast.com

e-mail  | Twitter <http://twitter.com/@audio2u> |
LinkedIn <http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook
<http://www.facebook.com/audio2u> | Soundcloud
<http://www.soundcloud.com/audio2u> | Quora
<https://www.quora.com/profile/Bruce-Williams-5>
--




-- Forwarded message -
From: thokster 
Date: Fri, Aug 30, 2019 at 6:01 PM
Subject: Re: Fwd: Fwd: [darktable-user] Need help with compiling from git
To: Bruce Williams 


Is your system Ubuntu based?
If it is then "apt" is the right command not "apt-get"

Am 30.08.19 um 09:54 schrieb Bruce Williams:

Hi again,
So, the list of required software mentions
libsqlite3, libjpeg, libpng, libpugixml, rawspeed (supplied), gtk+-3,
cairo, lcms2, exiv2, tiff, curl, gphoto2, dbus-glib, fop, openexr,
libsoup2.4

I tried opening a terminal and issuing commands like
$ sudo apt-get install 

...where  is any of the aforementioned prerequisites.
Most of them failed with a message that said "unable to locate the package".
What did I do wrong?

Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com
brucewilliamsphotography.com
shuttersincpodcast.com
sinelanguagepodcast.com

e-mail  | Twitter <http://twitter.com/@audio2u> |
LinkedIn <http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook
<http://www.facebook.com/audio2u> | Soundcloud
<http://www.soundcloud.com/audio2u> | Quora
<https://www.quora.com/profile/Bruce-Williams-5>
--




-- Forwarded message -
From: David Vincent-Jones 
Date: Fri, Aug 30, 2019 at 1:40 AM
Subject: Re: Fwd: [darktable-user] Need help with compiling from git
To: Bruce Williams 


It would be nice to have for a reference a definitive set of instructions
for this complete operation

David
On 8/28/19 10:59 PM, Bruce Williams wrote:

Aa!
I was looking for that list of dependencies!
Further down the page in the section on "Git version", there's a line which
says "You can find a list of them here."
...but it doesn't contain a link.
Thanks for the heads up!
I shall try again.
Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com
brucewilliamsphotography.com
shuttersincpodcast.com
sinelanguagepodcast.com

e-mail  | Twitter <http://twitter.com/@audio2u> |
LinkedIn <http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook
<http://www.facebook.com/audio2u> | Soundcloud
<http://www.soundcloud.com/audio2u> | Quora
<https://www.quora.com/profile/Bruce-Williams-5>
--




-- Forwarded message -
From: August Schwerdfeger 
Date: Thu, Aug 29, 2019 at 3:57 PM
Subject: Re: [darktable-user] Need help with compiling from git
To: 


According to this error log, LLVM not being found is just a warning -- what
is actually tripping the build up is the absence of the XML parsing
program, 'xmllint'.

Have you tried installing all the packages in the list of dependencies on
Darktable's install page (https://www.darktable.org/install/#source)? That
should have tracked in the XML parser.
--
August Schwerdfeger
aug...@schwerdfeger.name

On 8/29/19 12:26 AM, Bruce Williams wrote:

Hi all,
Yes, I'm finally taking the plunge and trying to get my head around git and
all that comes with that. :)
I've created a new user profile on my linux box just so I don't screw up my
main user profile.
Anyway... got as far as $ ./build.sh
A bunch of text flew past, which all seemed to be going ok until

-- Found desktop-file-validate
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
CMake Warning at CMakeLists.txt:311 (message):
  Could not find LLVM 3.9+


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


-- Test-compilation of OpenCL programs is disabled.
-- Missing jsonschema, problems in noiseprofiles.json might go unnoticed
-- Missing xsltproc
-- Missing saxon-xslt
-- No xslt interpreter found
-- Missing xmllint
CMake Error at CMakeLists.txt:361 (message):
  Some external programs couldn't be found


-- Configuring incomplete, errors occurred!
See also "/home/darktable/darktable/build/CMakeFiles/CMakeOutput.log".
See also "/home/darktable/darktable/build/CMakeFiles/CMakeError.log".
-

Fwd: Fwd: [darktable-user] Need help with compiling from git

2019-08-30 Thread Bruce Williams
Hi again,
So, the list of required software mentions
libsqlite3, libjpeg, libpng, libpugixml, rawspeed (supplied), gtk+-3,
cairo, lcms2, exiv2, tiff, curl, gphoto2, dbus-glib, fop, openexr,
libsoup2.4

I tried opening a terminal and issuing commands like
$ sudo apt-get install 

...where  is any of the aforementioned prerequisites.
Most of them failed with a message that said "unable to locate the package".
What did I do wrong?

Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com
brucewilliamsphotography.com
shuttersincpodcast.com
sinelanguagepodcast.com

e-mail  | Twitter <http://twitter.com/@audio2u> |
LinkedIn <http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook
<http://www.facebook.com/audio2u> | Soundcloud
<http://www.soundcloud.com/audio2u> | Quora
<https://www.quora.com/profile/Bruce-Williams-5>
--




-- Forwarded message -
From: David Vincent-Jones 
Date: Fri, Aug 30, 2019 at 1:40 AM
Subject: Re: Fwd: [darktable-user] Need help with compiling from git
To: Bruce Williams 


It would be nice to have for a reference a definitive set of instructions
for this complete operation

David
On 8/28/19 10:59 PM, Bruce Williams wrote:

Aa!
I was looking for that list of dependencies!
Further down the page in the section on "Git version", there's a line which
says "You can find a list of them here."
...but it doesn't contain a link.
Thanks for the heads up!
I shall try again.
Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com
brucewilliamsphotography.com
shuttersincpodcast.com
sinelanguagepodcast.com

e-mail  | Twitter <http://twitter.com/@audio2u> |
LinkedIn <http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook
<http://www.facebook.com/audio2u> | Soundcloud
<http://www.soundcloud.com/audio2u> | Quora
<https://www.quora.com/profile/Bruce-Williams-5>
--




-- Forwarded message -
From: August Schwerdfeger 
Date: Thu, Aug 29, 2019 at 3:57 PM
Subject: Re: [darktable-user] Need help with compiling from git
To: 


According to this error log, LLVM not being found is just a warning -- what
is actually tripping the build up is the absence of the XML parsing
program, 'xmllint'.

Have you tried installing all the packages in the list of dependencies on
Darktable's install page (https://www.darktable.org/install/#source)? That
should have tracked in the XML parser.
--
August Schwerdfeger
aug...@schwerdfeger.name

On 8/29/19 12:26 AM, Bruce Williams wrote:

Hi all,
Yes, I'm finally taking the plunge and trying to get my head around git and
all that comes with that. :)
I've created a new user profile on my linux box just so I don't screw up my
main user profile.
Anyway... got as far as $ ./build.sh
A bunch of text flew past, which all seemed to be going ok until

-- Found desktop-file-validate
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
CMake Warning at CMakeLists.txt:311 (message):
  Could not find LLVM 3.9+


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


-- Test-compilation of OpenCL programs is disabled.
-- Missing jsonschema, problems in noiseprofiles.json might go unnoticed
-- Missing xsltproc
-- Missing saxon-xslt
-- No xslt interpreter found
-- Missing xmllint
CMake Error at CMakeLists.txt:361 (message):
  Some external programs couldn't be found


-- Configuring incomplete, errors occurred!
See also "/home/darktable/darktable/build/CMakeFiles/CMakeOutput.log".
See also "/home/darktable/darktable/build/CMakeFiles/CMakeError.log".


Anyone able to help me out here, please?
I searched the software manager for LLVM, and found "Clang", but not sure
if I need to install that or not.
Any advice would be gladly received!

Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com
brucewilliamsphotography.com
shuttersincpodcast.com
sinelanguagepodcast.com

e-mail  | Twitter <http://twitter.com/@audio2u> |
LinkedIn <http://au.linkedin.com/pub/bruce-williams/1/318/489> | Facebook
<http://www.facebook.com/audio2u> | Soundcloud
<http://www.soundcloud.com/audio2u> | Quora
<https://www.quora.com/profile/Bruce-Williams-5>
--




darktable user mailing list to unsubscribe send a mail to
darktable-user+unsubscr...@lists.darktable.org


___

Fwd: [darktable-user] Need help with compiling from git

2019-08-29 Thread Bruce Williams
Aa!
I was looking for that list of dependencies!
Further down the page in the section on "Git version", there's a line which
says "You can find a list of them here."
...but it doesn't contain a link.
Thanks for the heads up!
I shall try again.
Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com
brucewilliamsphotography.com
shuttersincpodcast.com
sinelanguagepodcast.com

e-mail  | Twitter  |
LinkedIn  | Facebook
 | Soundcloud
 | Quora

--




-- Forwarded message -
From: August Schwerdfeger 
Date: Thu, Aug 29, 2019 at 3:57 PM
Subject: Re: [darktable-user] Need help with compiling from git
To: 


According to this error log, LLVM not being found is just a warning -- what
is actually tripping the build up is the absence of the XML parsing
program, 'xmllint'.

Have you tried installing all the packages in the list of dependencies on
Darktable's install page (https://www.darktable.org/install/#source)? That
should have tracked in the XML parser.
--
August Schwerdfeger
aug...@schwerdfeger.name

On 8/29/19 12:26 AM, Bruce Williams wrote:

Hi all,
Yes, I'm finally taking the plunge and trying to get my head around git and
all that comes with that. :)
I've created a new user profile on my linux box just so I don't screw up my
main user profile.
Anyway... got as far as $ ./build.sh
A bunch of text flew past, which all seemed to be going ok until

-- Found desktop-file-validate
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find LLVM (missing: LLVM_DIR)
CMake Warning at CMakeLists.txt:311 (message):
  Could not find LLVM 3.9+


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


-- Test-compilation of OpenCL programs is disabled.
-- Missing jsonschema, problems in noiseprofiles.json might go unnoticed
-- Missing xsltproc
-- Missing saxon-xslt
-- No xslt interpreter found
-- Missing xmllint
CMake Error at CMakeLists.txt:361 (message):
  Some external programs couldn't be found


-- Configuring incomplete, errors occurred!
See also "/home/darktable/darktable/build/CMakeFiles/CMakeOutput.log".
See also "/home/darktable/darktable/build/CMakeFiles/CMakeError.log".


Anyone able to help me out here, please?
I searched the software manager for LLVM, and found "Clang", but not sure
if I need to install that or not.
Any advice would be gladly received!

Cheers,
Bruce Williams
--
Mobile:  +61 41 250 6349

audio2u.com
brucewilliamsphotography.com
shuttersincpodcast.com
sinelanguagepodcast.com

e-mail  | Twitter  |
LinkedIn  | Facebook
 | Soundcloud
 | Quora

--




darktable user mailing list to unsubscribe send a mail to
darktable-user+unsubscr...@lists.darktable.org



darktable user mailing list to unsubscribe send a mail to
darktable-user+unsubscr...@lists.darktable.org


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org