[MacPorts] #55868: gtk3: lazy symbol binding failed

MacPorts noreply at macports.org
Fri Feb 23 08:59:46 UTC 2018


#55868: gtk3: lazy symbol binding failed
-------------------------+-------------------
  Reporter:  olmanolman  |      Owner:
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.4.2
Resolution:              |   Keywords:
      Port:  gtk3        |
-------------------------+-------------------

Comment (by olmanolman):

 {{{
 see c code I appended

 with
 //              LEdit_PrototypEntry = gtk_entry_new ();
 //              gtk_fixed_put (GTK_FIXED (FixedLayout_Prototyp),
 LEdit_PrototypEntry, 150, 80);
 it produces no messages

 with
                 LEdit_PrototypEntry = gtk_entry_new ();
                 gtk_fixed_put (GTK_FIXED (FixedLayout_Prototyp),
 LEdit_PrototypEntry, 150, 80);
 it produces the messages

 used
 xcode Version 9.2 (9C40b)

 c code
 test.c

 libraries
 libcairo.2.dylib
 libgtk-3.0.dylib
 libglib-2.0.0.dylib
 libgobject-2.0.0.dylib

 HEADER_SEARCH_PATHS = (
 "/opt/local/include/gtk-3.0",
 "/opt/local/include/glib-2.0",
 "/opt/local/lib/glib-2.0/include",
 "/opt/local/include/pango-1.0",
 "/opt/local/include/cairo,
 "/opt/local/include/gdk-pixbuf-2.0",
 "/opt/local/include/atk-1.0",
 );
 LIBRARY_SEARCH_PATHS = /opt/local/lib;
 }}}

--
Ticket URL: <https://trac.macports.org/ticket/55868#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list