Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61443 Details for
Bug 96461
gpdf-2.10.0 does not build on newer gcc-4.0.1_pre releases
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
the merged patch including the xpdf patch
gpdf-2.10.0-amd64-gcc4.patch (text/plain), 920 bytes, created by
Walter Meinl
on 2005-06-18 06:38:42 UTC
(
hide
)
Description:
the merged patch including the xpdf patch
Filename:
MIME Type:
Creator:
Walter Meinl
Created:
2005-06-18 06:38:42 UTC
Size:
920 bytes
patch
obsolete
>--- gpdf-2.10.0/xpdf/gpdf-control.cc 2005-05-20 15:03:29.000000000 +0200 >+++ gpdf-2.10.0.az/xpdf/gpdf-control.cc 2005-05-20 15:06:39.000000000 +0200 >@@ -213,7 +213,7 @@ > g_return_if_fail (GPDF_IS_NON_NULL_CONTROL (control)); > priv = control->priv; > >- if ((to_id = (unsigned int) >+ if ((to_id = (unsigned long) > g_object_get_data (G_OBJECT (control), > "status-timeout-id")) != 0) { > g_object_set_data (G_OBJECT (control), >diff -Naur xpdf-3.00.old/xpdf/TextOutputDev.h xpdf-3.00/xpdf/TextOutputDev.h >--- xpdf-3.00.old/xpdf/TextOutputDev.h 2004-01-22 09:26:45.000000000 +0800 >+++ xpdf-3.00/xpdf/TextOutputDev.h 2005-06-08 10:15:45.000000000 +0800 >@@ -26,6 +26,10 @@ > class GfxState; > class UnicodeMap; > >+class TextBlock; >+class TextPage; >+class TextLineFrag; >+ > //------------------------------------------------------------------------ > > typedef void (*TextOutputFunc)(void *stream, char *text, int len);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 96461
:
61442
| 61443