Re: [Gimp-developer] Questions about the histogram

2019-08-12 Thread Elle Stone
On 08/11/2019 04:34 PM, Elle Stone wrote: On 07/30/2019 09:07 AM, Elle Stone wrote: On approximately 08/11/2019, Steve Pricks wrote: (text below copied from Nabble) However, I have not seen buttons like these in any other image editing software, neither commercial nor free/libre (not even in

[Gimp-developer] help compiling babl

2019-08-12 Thread Marco Ciampa via gimp-developer-list
Hi devs, I have a prolem compiling babl... from master git I do: ./configure make make: *** No rule to make target 'Makefile.am', needed by 'Makefile.in'. Stop. but with a: git checkout BABL_0_1_68 it works... what's going on here? TIA -- Marco Ciampa I know a joke about UDP, but you

Re: [Gimp-developer] help compiling babl

2019-08-12 Thread Alexandre Prokoudine via gimp-developer-list
Hello, You should be using the Meson build system now. Alex On Mon, Aug 12, 2019 at 8:36 PM Marco Ciampa via gimp-developer-list wrote: > > Hi devs, I have a prolem compiling babl... > > from master git I do: > > ./configure > make > make: *** No rule to make target 'Makefile.am', needed by

Re: [Gimp-developer] help compiling babl

2019-08-12 Thread Elle Stone
On 08/12/2019 01:38 PM, Alexandre Prokoudine via gimp-developer-list wrote: Hello, You should be using the Meson build system now. In case it helps anyone, here are the lines I've been using with meson to build babl: cd $SRC_DIR/babl git status rm -r build git checkout build cd build

Re: [Gimp-developer] help compiling babl

2019-08-12 Thread Marco Ciampa via gimp-developer-list
On Mon, Aug 12, 2019 at 08:38:45PM +0300, Alexandre Prokoudine via gimp-developer-list wrote: > Hello, > > You should be using the Meson build system now. Doh, I missed that! It works now, thank you! -- Marco Ciampa I know a joke about UDP, but you might not get it.

Re: [Gimp-developer] help compiling babl

2019-08-12 Thread Elle Stone
On 08/12/2019 03:38 PM, Ken Moffat via gimp-developer-list wrote: On Mon, Aug 12, 2019 at 02:33:42PM -0400, Elle Stone wrote: On 08/12/2019 01:38 PM, Alexandre Prokoudine via gimp-developer-list wrote: Hello, You should be using the Meson build system now. In case it helps anyone, here are

Re: [Gimp-developer] help compiling babl

2019-08-12 Thread Ken Moffat via gimp-developer-list
On Mon, Aug 12, 2019 at 02:33:42PM -0400, Elle Stone wrote: > On 08/12/2019 01:38 PM, Alexandre Prokoudine via gimp-developer-list wrote: > > Hello, > > > > You should be using the Meson build system now. > > In case it helps anyone, here are the lines I've been using with meson to > build babl: