[Shotwell] Need help with compiling



Howdy,

I don't know if this is appropriate for this list, but here goes.
Trying to build trunk on Ubuntu 18.04

in shotwell:
meson build
fails because 
Invalid version of dependency, need 'gexiv2' ['>= 0.11.0'] found '0.10.8'.

in gexiv2, meson build looks good, but
ninja -C build

fails with
ninja: Entering directory `build'
[1/23] Compiling C object 'test/9f86d08@@gexiv2-regression@exe/gexiv2-regression.c.o'.
../test/gexiv2-regression.c: In function ‘test_ggo_45’:
../test/gexiv2-regression.c:292:5: warning: implicit declaration of function ‘g_assert_cmpfloat_with_epsilon’; did you mean ‘g_assert_cmpfloat’? [-Wimplicit-function-declaration]
     g_assert_cmpfloat_with_epsilon(alt, 2200.0, 1e-5);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     g_assert_cmpfloat
[16/23] Generating GExiv2-0.10.gir with a custom command.
FAILED: gexiv2/GExiv2-0.10.gir
/usr/bin/g-ir-scanner --no-libtool --namespace=GExiv2 --nsversion=0.10 --warn-all --output gexiv2/GExiv2-0.10.gir --c-include=gexiv2/gexiv2.h -I/opt/fetching/gexiv2/gexiv2 -I/opt/fetching/gexiv2/build/gexiv2 -I./gexiv2/.. -I../gexiv2/.. --filelist=/opt/fetching/gexiv2/build/gexiv2/1a6c516@@gexiv2@sha/GExiv2_0.10_gir_filelist --include=GObject-2.0 --include=Gio-2.0 --symbol-prefix=gexiv2 --identifier-prefix=GExiv2 --pkg-export=gexiv2 --cflags-begin -I./gexiv2/.. -I../gexiv2/.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/local/include --cflags-end --library gexiv2 -L/opt/fetching/gexiv2/build/gexiv2 -L/usr/local/lib --extra-library=gobject-2.0 --extra-library=glib-2.0 -L/usr/local/lib --extra-library=exiv2 --extra-library=gio-2.0
Couldn't find include 'GObject-2.0.gir' (search path: '['/usr/share/ubuntu/gir-1.0', '/home/ktenney/.local/share/flatpak/exports/share/gir-1.0', '/var/lib/flatpak/exports/share/gir-1.0', '/usr/local/share/gir-1.0', '/usr/share/gir-1.0', '/var/lib/snapd/desktop/gir-1.0', '/var/lib/snapd/desktop/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0']')
[17/23] Generating symbol file 'gexiv2/1a6c516@@gexiv2@sha/libgexiv2.so.2.0.0.symbols'.
ninja: build stopped: subcommand failed.


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