Re: [Gimp-developer] help compiling babl



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
CFLAGS="-march=native -O3 -ffast-math -ftree-vectorize -pipe" CXXFLAGS="${CFLAGS}" meson --prefix=$PREFIX ..
ninja install

Here are some questions about meson:

1. Any suggestions to modify my lines?

2. Do the CFLAGS lines actually do anything when using meson?

3. How do I tell meson to use "something" equivalent to the following "make" lines?

./autogen.sh --prefix=$PREFIX --enable-avx2=false --enable-mmx=no --enable-sse=no --enable-sse2=no --enable-sse3=no --enable-sse4_1=no --enable-f16c=no --enable-altivec=no --disable-docs




Alex

On Mon, Aug 12, 2019 at 8:36 PM Marco Ciampa via gimp-developer-list
<gimp-developer-list gnome org> 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 '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 might not get it.

------------------------

  GNU/Linux User #78271
  FSFE fellow #364

------------------------

_______________________________________________
gimp-developer-list mailing list
List address:    gimp-developer-list gnome org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list
_______________________________________________
gimp-developer-list mailing list
List address:    gimp-developer-list gnome org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list



--
https://ninedegreesbelow.com
Color management and free/libre photography


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]