Changes between Initial Version and Version 1 of Ticket #19350


Ignore:
Timestamp:
Apr 17, 2009, 1:57:34 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19350

    • Property Owner changed from macports-tickets@… to nox@…
    • Property Port gtk2 added
  • Ticket #19350 – Description

    initial v1  
    11To install gtk2 +no_x11 its library dependencies pango and cairo must be compiled with the variant "+quartz" or it will fail to compile:
    22
     3{{{
    34port install cairo +no_x11 +quartz
    45port install pango +no_x11 +quartz
     6}}}
    57
    68It seems the "+quartz" was not passed when I did
    79
     10{{{
    811port install gtk2 +no_x11
     12}}}
    913
    1014The installation failed with:
     15{{{
    1116 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -xobjective-c -I/opt/local/include -DX_LOCALE -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -fstrict-aliasing -Wall -MT gdkdrawable-quartz.lo -MD -MP -MF .deps/gdkdrawable-quartz.Tpo -c gdkdrawable-quartz.c  -fno-common -DPIC -o .libs/gdkdrawable-quartz.o
    1217gdkdrawable-quartz.c:22:26: error: cairo-quartz.h: No such file or directory
     
    1924make[1]: *** [all-recursive] Error 1
    2025make: *** [all] Error 2
    21 
     26}}}
    2227
    2328However I solved that reinstalling pango and cairo with "+quartz"