Changes between Initial Version and Version 3 of Ticket #9937


Ignore:
Timestamp:
Jul 22, 2014, 2:28:56 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The developers of Qt have declared that it is broken for us to be making this change to glib2's pkg-config file, so I plan to revert it; see #44395.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9937

    • Property Status changed from new to closed
    • Property Cc ryandesign@… added
    • Property Summary changed from glib-2.0.pc Cflags needs -I${includedir} to glib2: glib-2.0.pc Cflags needs -I${includedir}
    • Property Owner changed from darwinports-bugs@… to mij@…
    • Property Resolution changed from to fixed
    • Property Port glib2 added
  • Ticket #9937 – Description

    initial v3  
    11This problem was encountered doing a manual build of pan-0.103 against the glib-2.0 brought in by DarwinPorts. The error was:
    22
     3{{{
    34In file included from e-util.cc:32:
    45/opt/local/include/glib-2.0/glib/gi18n.h:23:21: error: libintl.h: No such file or directory
     6}}}
    57
    68The problem was that in the compile command that led to this error, there was no -I/opt/local/include (which is where libintl.h is), causing the include in gi18n.h to fail. This is apparently because the Cflags line in glib-2.0.pc does not have -I${includedir}.