Hi Alejandro,

I have done that:

[root@head00 mpich2-1.4.1p1]# pkg-config --modversion pango
1.29.5
[root@head00 mpich2-1.4.1p1]# pkg-config --modversion glib-2.0
2.31.2
[root@head00 mpich2-1.4.1p1]# pkg-config --modversion atk
2.2.0
[root@head00 mpich2-1.4.1p1]# pkg-config --modversion gdk-pixbuf-2.0
2.24.1
[root@head00 mpich2-1.4.1p1]# pkg-config --modversion cairo
1.10.2

So it seems as though PKG_CONFIG_PATH is all set up, but it still keeps 
complaining about PangoCairoShapeRendererFunc. Any ideas?

Regards,

From: Alejandro Rodriguez Luna [mailto:[email protected]]
Sent: Monday, March 05, 2012 4:23 PM
To: Wadud Miah (ITCS)
Subject: Re: GTK+ build error

Check

alexrl@oc5745244553 $ pkg-config --modversion pango
1.29.4
alexrl@oc5745244553 $ pkg-config --modversion glib-2.0
2.30.2
alexrl@oc5745244553 $ pkg-config --modversion atk
2.2.0
alexrl@oc5745244553 $ pkg-config --modversion gdk-pixbuf-2.0
2.24.1



----------------------------------
Alejandro Rodriguez Luna
E-mail: [email protected]
----------------------------------
________________________________
De: Wadud Miah (ITCS) <[email protected]>
Para: "[email protected]" <[email protected]>
CC: "[email protected]" <[email protected]>
Enviado: Lunes, 5 de marzo, 2012 7:30:37
Asunto: GTK+ build error

Hello GTK users,

I am having trouble building GTK+ and it looks like it is having problems with 
Pango/Cairo:

gtkpango.c:78: warning: implicit declaration of function 
'pango_cairo_show_glyph_item'
gtkpango.c: In function 'gtk_fill_layout_renderer_draw_shape':
gtkpango.c:158: error: 'PangoCairoShapeRendererFunc' undeclared (first use in 
this function)
gtkpango.c:158: error: (Each undeclared identifier is reported only once
gtkpango.c:158: error: for each function it appears in.)
gtkpango.c:158: error: expected ';' before 'shape_renderer'
gtkpango.c:166: error: 'shape_renderer' undeclared (first use in this function)
gtkpango.c:166: warning: implicit declaration of function 
'pango_cairo_context_get_shape_renderer'
gtkpango.c:176: warning: implicit declaration of function 'shape_renderer'

However, I have set the PKG_CONFIG_PATH for py2cairo, cairo and pango:

[root@head00 gtk+-3.0.12]# echo $PKG_CONFIG_PATH
/gpfs/grace/pixman-0.24.2/lib/pkgconfig:/gpfs/grace/cairo-1.10.2/lib/pkgconfig:/gpfs/grace/gdk-pixbuf-2.24.1/lib/pkgconfig:/gpfs/grace/pango-1.29.5/lib/pkgconfig:/gpfs/grace/atk-2.2.0/lib/pkgconfig:/gpfs/grace/pygobject-2.26.0/lib/pkgconfig:/gpfs/grace/py2cairo-1.10.0/lib/pkgconfig:/gpfs/grace/glib-2.31.2/lib/pkgconfig:/gpfs/grace/libffi-3.0.9/lib/pkgconfig

Any help will be greatly appreciated.

Regards,

----------
Wadud Miah, High Performance Computing Systems Developer
Research Computing Services, University of East Anglia
Web: http://www.uea.ac.uk/~xca10fju/<http://www.uea.ac.uk/%7Exca10fju/>
Telephone: 01603 593856

Information Services
----------


_______________________________________________
gtk-list mailing list
[email protected]<mailto:[email protected]>
http://mail.gnome.org/mailman/listinfo/gtk-list

_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to