Changes between Initial Version and Version 2 of Ticket #56548


Ignore:
Timestamp:
May 28, 2018, 10:35:02 PM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

geoclue2 apparently requires glib2 features only offered in X11 mode, not in Quartz mode.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56548

    • Property Summary changed from geoclue2 : build error with dependency glib2 +quartz to geoclue2: build error with dependency glib2 +quartz
  • Ticket #56548 – Description

    initial v2  
    11i am trying to build geoclue2 but the build stops with the following error
    22
    3 
     3{{{
    44/usr/bin/clang -DHAVE_CONFIG_H -I. -I..   -I/opt/local/include -D_REENTRANT -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -Wall  -DLOCALEDIR="\"/opt/local/share/locale\"" -DABS_SRCDIR=\""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_geoclue2/geoclue2/work/geoclue-2.4.10/demo"\" -I../src -I../src -I../src/agent -I../src/agent -I../public-api -I../public-api -pipe -Os -arch x86_64 -O0 -ggdb3 -MT agent-gclue-service-agent.o -MD -MP -MF .deps/agent-gclue-service-agent.Tpo -c -o agent-gclue-service-agent.o `test -f 'gclue-service-agent.c' || echo './'`gclue-service-agent.c
    55:info:build gclue-service-agent.c:26:10: fatal error: 'gio/gdesktopappinfo.h' file not found
     
    88:info:build 1 error generated.
    99:info:build make[2]: *** [agent-gclue-service-agent.o] Error 1
    10 
     10}}}
    1111
    1212looking into the contents of glib2 (+quartz) there is no such header file "gio/gdesktopappinfo.h". - is it a problem with glib2 using variant +quartz or has the missing file been removed in a newer glib2 version?