On Sat, Nov 26, 2016 at 2:33 PM, Nikolaus Thiel <[email protected]> wrote: > Hi James > > Thanks for offering your time. I have the following Exiv2 library installed > by MacPorts: Just a few cent: while i personally have never ever used osx, i have recently found out that osx's homebrew has all the deps, so one *could* try
brew update && brew tap Homebrew/bundle && brew bundle while being in the root of darktable repo checkout all the deps for homebrew are listed in https://github.com/darktable-org/darktable/blob/master/Brewfile That is what ci does: https://travis-ci.org/darktable-org/darktable/jobs/179017468 Roman. > > $ port search --name --glob '*xiv2*'exiv2 @0.25 (graphics) EXIF and IPTC > metadata manipulation library and toolsgexiv2 @0.10.4 (gnome, graphics) > gexiv2 is a GObject-based wrapper around the exiv2 library.libkexiv2 > @4.14.3_3 (kde, kde4) Wrapper around Exiv2 for KDE.py-exiv2 @0.3.2_3 > (python, graphics) Python bindings for exiv2.py27-exiv2 @0.3.2_3 (python, > graphics) Python bindings for exiv2.Found 5 ports. > > > I have run the following command: > > $ make 1> make.out 2>make.err ; echo $? > > 2 > > of which you can find the output here: > > https://webcloud.zaclys.com/index.php/s/G0JyBdlMEfOfw3x > > > I hope that helps more. > > > Regards, > > Klaus > > > > Am 2016-11-26 um 00:06 schrieb James C. McPherson: >> On 26/11/16 08:03 am, Nikolaus Thiel wrote: >>> Dear All >>> >>> I am trying to build Darktable on Mac OS X 10.12.1 (Sierra) following the >>> file packaging/macosx/BUILD.txt. >>> >>> However the command make fails with a large output, including a long >>> list of "Undefined symbols for architecture x86_64". Here the final >>> words of the process: >>> >>> >>> ld: symbol(s) not found for architecture x86_64 >>> collect2: error: ld returned 1 exit status >>> make[2]: *** [src/libdarktable.dylib] Error 1 >>> make[1]: *** [src/CMakeFiles/lib_darktable.dir/all] Error 2 >>> make: *** [all] Error 2 >>> >>> >>> Please find some output below but I can provide the full output if needed. >> >> If you could pastebin the full output, that would be more useful. >> >> btw, the first link error you quoted was for Exiv2 - is your copy >> of that library up to date? >> >> >> James C. McPherson >> -- >> Solaris kernel software engineer, system admin and troubleshooter >> https://www.jmcpdotcom.com/blog >> Find me on LinkedIn @ http://www.linkedin.com/in/jamescmcpherson > > ___________________________________________________________________________ > darktable developer mailing list > to unsubscribe send a mail to [email protected] > ___________________________________________________________________________ darktable developer mailing list to unsubscribe send a mail to [email protected]
