On Tue, Nov 17, 2015 at 8:03 AM, Alexandre Prokoudine <alexandre.prokoud...@gmail.com> wrote: > On Mon, Nov 16, 2015 at 9:23 PM, johannes hanika wrote: >> hi all, >> >> we just released a new release candidate, the second one: >> >> https://github.com/darktable-org/darktable/releases/tag/release-2.0rc2 >> >> hope you like it, let us know about any issues! > > Still fails to build on a 32bit system with > > src/control/jobs.c: In function 'dt_control_add_job': > /home/alex/soft/graphics/darktable/darktable-2015-11-14/src/control/jobs.c:370:30: > error: format '%ld' expects argument of type 'long int', but argument > 3 has type 'size_t {aka unsigned int}' [-Werror=format=] > dt_print(DT_DEBUG_CONTROL, "[add_job] %ld | ", length); > ^ > cc1: all warnings being treated as errors
right, it's probably a good thing to fail early on 32-bit.. the new caching backend (while being much faster and less memory hungry for RSS) will use up the virtual address space of 32-bit machines very quickly and make it not a lot of fun indeed to work with darktable. i guess we should make cmake fail over with an error message even earlier. (unless someone has different experiences they'd like to share. the above error isn't hard to fix at all) -jo > > Alex > ___________________________________________________________________________ > darktable developer mailing list > to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org > ___________________________________________________________________________ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org