Bug 62769 - XFree86 4.2.0 src rpm do not compile with gcc3, fix within
Summary: XFree86 4.2.0 src rpm do not compile with gcc3, fix within
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: XFree86
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Mike A. Harris
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-04-05 12:38 UTC by Vladimir Kondratiev
Modified: 2007-04-18 16:41 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-04-09 00:43:38 UTC
Embargoed:


Attachments (Terms of Use)
patch to compile with gcc3 (261 bytes, patch)
2002-04-05 12:39 UTC, Vladimir Kondratiev
no flags Details | Diff

Description Vladimir Kondratiev 2002-04-05 12:38:41 UTC
Description of Problem:
With gcc3, XFree86 4.2.0 src rpm do not compile

Version-Release number of selected component (if applicable): 4.2.0-6.51


How Reproducible:
always


Steps to Reproduce:
1. rpm --rebuild ...
2. 
3. 

Additional Information:
Actually, one string needs to be corrected in 
ttmkfdir-freetype2-port-plus-cjk-chocolaty-goodness.patch

It adds class member (for ttmkfdir2/ttf.h)
	string		    FileName;
it should sounds
	std::string	    FileName;

With this correction, src rpm do compiles (I used gcc 3.0.4, but for 3.1beta
should be the same).

I will attach patch (should be applied after
ttmkfdir-freetype2-port-plus-cjk-chocolaty-goodness.patch)

Comment 1 Vladimir Kondratiev 2002-04-05 12:39:42 UTC
Created attachment 52344 [details]
patch to compile with gcc3

Comment 2 Mike A. Harris 2002-04-08 22:29:31 UTC
Yu: Is this patch needed still, or do your latest fixes include it already?
This isn't critical for our final release however, as we're not building with
gcc 3.x.

Also, 4.3.0 may end up not requiring ttmkfdir anymore with the new
mkfontscale program.

Comment 3 Yu Shao 2002-04-09 00:43:34 UTC
Hi Mike, Bero has done this.

Comment 4 Mike A. Harris 2002-04-19 22:05:28 UTC
Closing as RAWHIDE then, thanks.


Note You need to log in before you can comment on or make changes to this bug.