[oe-issues] [Bug 2845] New: gtk+-2.10.14-r5 fail to compile
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Thu Aug 23 15:33:34 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2845
Summary: gtk+-2.10.14-r5 fail to compile
Product: Openembedded
Version: Angstrom
Platform: ARM
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: gremlin at gremlin.it
gtk+-2.10.14-r5 fail to compile
cause is :
---
gtkcombobox.c: In function 'gtk_combo_box_size_request':
gtkcombobox.c:1859: warning: unused variable 'font_desc'
gtkcombobox.c:1858: warning: unused variable 'metrics'
gtkcombobox.c:1857: warning: unused variable 'context'
gtkcombobox.c:1855: warning: unused variable 'arrow_size'
gtkcombobox.c:1854: warning: unused variable 'font_size'
gtkcombobox.c: In function 'gtk_combo_box_size_allocate':
gtkcombobox.c:1962: error: 'arrow_size' undeclared (first use in this function)
gtkcombobox.c:1962: error: (Each undeclared identifier is reported only once
gtkcombobox.c:1962: error: for each function it appears in.)
gtkcombobox.c:1965: error: 'font_desc' undeclared (first use in this function)
gtkcombobox.c:1966: error: 'context' undeclared (first use in this function)
gtkcombobox.c:1967: error: 'metrics' undeclared (first use in this function)
gtkcombobox.c:1969: error: 'font_size' undeclared (first use in this function)
---
the problem is probably the combo-arrow-size.patch that add variables to the
wrong function.
moving variables definition from gtk_combo_box_size_request to
gtk_combo_box_size_allocate resolve.
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list