First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 105212
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Hugues Fournier <hugues.fournier@tiscali.fr>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
libgnomeprintui.patch Patch correcting the dependency patch Hugues Fournier 2005-09-07 21:29 0000 490 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 105212 depends on: Show dependency tree
Show dependency graph
Bug 105212 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-09-07 21:26 0000
libgnomeprintui-2.10.2 is using the structure GdkEventOwnerChange that has been
introduced in GTK+-2.6.
However the ebuild currently depends on >=x11-libs/gtk+-2.4, so with the  2.4.x
branch, compilation is failing with the following error:

gnome-print-job-preview.c:2493: warning: type defaults to `int' in declaration
of `GdkEventOwnerChange'
gnome-print-job-preview.c:2493: error: syntax error before '*' token
gnome-print-job-preview.c: In function `cb_clipboard_owner_changed':
gnome-print-job-preview.c:2496: error: `jp' undeclared (first use in this function)
gnome-print-job-preview.c:2496: error: (Each undeclared identifier is reported
only once
gnome-print-job-preview.c:2496: error: for each function it appears in.)
gnome-print-job-preview.c:2497: error: `clipboard' undeclared (first use in this
function)


Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Hugues Fournier 2005-09-07 21:29:12 0000 -------
Created an attachment (id=67892) [edit]
Patch correcting the dependency

------- Comment #2 From Mike Gardiner (RETIRED) 2005-09-18 01:54:19 0000 -------
Correct, as shown here http://www.gtk.org/api/2.6/gdk/ix05.html.

Fixed in CVS, thanks for the report.

First Last Prev Next    No search results available      Search page      Enter new bug