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 [email protected] 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 <http://audio2u.com> > brucewilliamsphotography.com <http://brucewilliamsphotography.com> > shuttersincpodcast.com <http://shuttersincpodcast.com> > sinelanguagepodcast.com <http://sinelanguagepodcast.com> > > e-mail <mailto:[email protected]> | 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 > [email protected] ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
