Changes between Initial Version and Version 4 of Ticket #15013


Ignore:
Timestamp:
Nov 23, 2008, 9:50:37 AM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15013

    • Property Status changed from new to assigned
    • Property Owner changed from macports-tickets@… to rhwood@…
    • Property Port at-spi added
    • Property Milestone changed from to Port Bugs
  • Ticket #15013 – Description

    initial v4  
    1 the at-spi quartz variant fails when compiling:[[BR]]
     1the at-spi quartz variant fails when compiling:
    22
    3 sudo port install at-spi quartz [[BR]]
    4 --->  Building at-spi with target all[[BR]]
    5 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_at-spi/work/at-spi-1.22.0" && make all " returned error 2[[BR]]
    6 Command output: make  all-recursive[[BR]]
    7 Making all in docs[[BR]]
    8 Making all in reference[[BR]]
    9 Making all in cspi[[BR]]
    10 make[4]: Nothing to be done for `all'.[[BR]]
    11 Making all in idl[[BR]]
    12 make[4]: Nothing to be done for `all'.[[BR]]
    13 make[4]: Nothing to be done for `all-am'.[[BR]]
    14 make[3]: Nothing to be done for `all-am'.[[BR]]
    15 Making all in idl[[BR]]
    16 make[2]: Nothing to be done for `all'.[[BR]]
    17 Making all in libspi[[BR]]
    18 make  all-am[[BR]]
    19 make[3]: Nothing to be done for `all-am'.[[BR]]
    20 Making all in login-helper[[BR]]
    21 make  all-am[[BR]]
    22 make[3]: Nothing to be done for `all-am'.[[BR]]
    23 Making all in registryd[[BR]]
    24 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../libspi -I../libspi -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare  -DORBIT2=1 -D_REENTRANT -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/atk-1.0 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12    -I/opt/local/include  -O2 -MT desktop.o -MD -MP -MF .deps/desktop.Tpo -c -o desktop.o desktop.c[[BR]]
    25 desktop.c:32:22: error: gdk/gdkx.h: No such file or directory[[BR]]
    26 desktop.c: In function 'spi_atk_desktop_init':[[BR]]
    27 desktop.c:119: warning: implicit declaration of function 'gdk_x11_lookup_xdisplay'[[BR]]
    28 desktop.c:119: warning: nested extern declaration of 'gdk_x11_lookup_xdisplay'[[BR]]
    29 desktop.c:119: warning: implicit declaration of function 'GDK_DISPLAY'[[BR]]
    30 desktop.c:119: warning: nested extern declaration of 'GDK_DISPLAY'[[BR]]
    31 desktop.c:119: warning: assignment makes pointer from integer without a cast[[BR]]
    32 make[2]: *** [desktop.o] Error 1[[BR]]
    33 make[1]: *** [all-recursive] Error 1[[BR]]
    34 make: *** [all] Error 2[[BR]]
    35 [[BR]]
    36 Error: Status 1 encountered during processing.[[BR]]
     3{{{
     4sudo port install at-spi +quartz
     5--->  Building at-spi with target all
     6Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_at-spi/work/at-spi-1.22.0" && make all " returned error 2
     7Command output: make  all-recursive
     8Making all in docs
     9Making all in reference
     10Making all in cspi
     11make[4]: Nothing to be done for `all'.
     12Making all in idl
     13make[4]: Nothing to be done for `all'.
     14make[4]: Nothing to be done for `all-am'.
     15make[3]: Nothing to be done for `all-am'.
     16Making all in idl
     17make[2]: Nothing to be done for `all'.
     18Making all in libspi
     19make  all-am
     20make[3]: Nothing to be done for `all-am'.
     21Making all in login-helper
     22make  all-am
     23make[3]: Nothing to be done for `all-am'.
     24Making all in registryd
     25/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../libspi -I../libspi -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare  -DORBIT2=1 -D_REENTRANT -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/atk-1.0 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12    -I/opt/local/include  -O2 -MT desktop.o -MD -MP -MF .deps/desktop.Tpo -c -o desktop.o desktop.c
     26desktop.c:32:22: error: gdk/gdkx.h: No such file or directory
     27desktop.c: In function 'spi_atk_desktop_init':
     28desktop.c:119: warning: implicit declaration of function 'gdk_x11_lookup_xdisplay'
     29desktop.c:119: warning: nested extern declaration of 'gdk_x11_lookup_xdisplay'
     30desktop.c:119: warning: implicit declaration of function 'GDK_DISPLAY'
     31desktop.c:119: warning: nested extern declaration of 'GDK_DISPLAY'
     32desktop.c:119: warning: assignment makes pointer from integer without a cast
     33make[2]: *** [desktop.o] Error 1
     34make[1]: *** [all-recursive] Error 1
     35make: *** [all] Error 2
    3736
     37Error: Status 1 encountered during processing.
     38}}}