Changes between Initial Version and Version 1 of Ticket #43524, comment 3


Ignore:
Timestamp:
May 9, 2014, 3:34:15 AM (10 years ago)
Author:
coolnodje@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43524, comment 3

    initial v1  
    1111}}}
    1212
     13Ah, got the log file ref on a second attempt after upgrade outdated.
     14Error comes from GLIB not being above min required.
    1315
    14 Hope it's related
     16{{{
     17:info:build In file included from /opt/local/include/gtk-2.0/gtk/gtk.h:32:
     18:info:build In file included from /opt/local/include/gtk-2.0/gdk/gdk.h:32:
     19:info:build In file included from /opt/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
     20:info:build In file included from /opt/local/include/glib-2.0/gio/gio.h:26:
     21:info:build In file included from /opt/local/include/glib-2.0/gio/giotypes.h:28:
     22:info:build In file included from /opt/local/include/glib-2.0/gio/gioenums.h:28:
     23:info:build In file included from /opt/local/include/glib-2.0/glib-object.h:23:
     24:info:build In file included from /opt/local/include/glib-2.0/gobject/gbinding.h:28:
     25:info:build In file included from /opt/local/include/glib-2.0/glib.h:30:
     26:info:build In file included from /opt/local/include/glib-2.0/glib/galloca.h:32:
     27:info:build In file included from /opt/local/include/glib-2.0/glib/gtypes.h:34:
     28:info:build /opt/local/include/glib-2.0/glib/gversionmacros.h:197:2: error: "GLIB_VERSION_MIN_REQUIRED must be >= GLIB_VERSION_2_26"
     29:info:build #error "GLIB_VERSION_MIN_REQUIRED must be >= GLIB_VERSION_2_26"
     30:info:build  ^
     31}}}
     32
     33hum, this is a problem on my system:
     34{{{
     35pkg-config --modversion glib-2.0
     362.40.0
     37}}}
     38but
     39
     40{{{
     41LD_LIBRARY_PATH=/usr/local/lib PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --modversion glib-2.0
     422.15.0
     43}}}
     44
     45Ok, by now I know it's not related to this ticket, and I'm sorry about that, but if anyone pity me enough to tell me how to safely remove my /usr/local version of Glib, I'd be grateful...