> 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]
