Both with -j 1 and -j 4 build fails with: http://pastebin.com/TeLLGQ1z
Kind regards, Kristian On Sun, 10 Apr 2016 at 13:37 Christian Tellefsen <[email protected]> wrote: > > On current dev-version of darktable > > (d6a0066bfd22e621eab4f82ec0958d3a930ff052), running ./build.sh > > --prefix=/opt/darktable fails on OSX El Capitan with error: > > > > gmake: the '-j' option requires a positive integer argument > > > > Problem being that the variable MAKE_TASKS isn't properly set; echoing > the > > var gives: > > > > warning: unable to determine number of CPUs on Darwin > > > > Now, I guess I can set it manually, but...? > > Hmm. Does it still build with 1 cpu? > > To set number of parallell builds: > > ./build.sh -j 4 > > > > Christian > > > ____________________________________________________________________________ > darktable user mailing list > to unsubscribe send a mail to > [email protected] > > ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
