Sorry, I only set LANG previously. When I also set LC_ALL to sv_SE.utf8 it worked.
So, doing "cmake ../ && make" works. Great. ... And, oddly enough? So, now, does "rm -rf build && ./build.sh" too. :-S ... Huh. Started with a fresh terminal, locale then set as follows: LANG=sv_SE.UTF-8 LC_CTYPE="sv_SE.UTF-8" LC_NUMERIC="sv_SE.UTF-8" LC_TIME="sv_SE.UTF-8" LC_COLLATE="sv_SE.UTF-8" LC_MONETARY="sv_SE.UTF-8" LC_MESSAGES="sv_SE.UTF-8" LC_PAPER="sv_SE.UTF-8" LC_NAME="sv_SE.UTF-8" LC_ADDRESS="sv_SE.UTF-8" LC_TELEPHONE="sv_SE.UTF-8" LC_MEASUREMENT="sv_SE.UTF-8" LC_IDENTIFICATION="sv_SE.UTF-8" LC_ALL= Then build.sh fails. If I export LC_ALL="sv_SE.UTF-8" it works. Great! Case closed. Thank you for taking the time to help out, Roman! Kind regards, Kristian On Wed, 28 Dec 2016 at 22:59 Roman Lebedev <[email protected]> wrote: > On Thu, Dec 29, 2016 at 12:56 AM, Kristian Niemi > <[email protected]> wrote: > > > > > > On Wed, 28 Dec 2016 at 22:53 Kristian Niemi <[email protected]> > > wrote: > >> > >> > >> I'll set it back to sv_SE.utf8 now and see if it matters. > > > > > > Nah, failed the same way. > > Can you please try setting LANG=C.UTF-8 specifically. > And, such locale does exist on your machine? > > > Kind regards, > > Kristian > Roman. > ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
