Opened 13 years ago
Closed 13 years ago
#10537 closed Patch - Bug Fix (fixed)
Myth 0.25-rc gcc 4.7 patch
Reported by: | Owned by: | beirdo | |
---|---|---|---|
Priority: | minor | Milestone: | 0.24.3 |
Component: | MythTV - General | Version: | Master Head |
Severity: | low | Keywords: | gcc 4.7 |
Cc: | Ticket locked: | no |
Description
Myth core code will not compile with gcc 4.7 without explicitly including a few system header files. The included ffmpeg also requires changes to compile. Patch for mythtv and mythplugins included.
Attachments (2)
Change History (13)
Changed 13 years ago by
Attachment: | mythtv_0.25_gcc_4.7.patch added |
---|
Changed 13 years ago by
Attachment: | mythplugins_0.25_gcc_4.7.patch added |
---|
comment:1 Changed 13 years ago by
Milestone: | 0.25 → unknown |
---|---|
Owner: | set to beirdo |
Status: | new → assigned |
comment:2 Changed 13 years ago by
I'll look at this shortly, but I think we'll put this in after release.
comment:4 Changed 13 years ago by
unistd.h may be the way to go but I know on another project I suggested a similar fix but someone who developed on windows said "sys/types.h" was more portable. YMMV.
comment:5 Changed 13 years ago by
Milestone: | unknown → 0.26 |
---|---|
Resolution: | → Fixed |
Status: | assigned → closed |
Committed in 19a7e0131146d38bfe384da55fc4c16193f2b54e to master, all except the ffmpeg part.
comment:7 Changed 13 years ago by
Milestone: | 0.26 → 0.24.3 |
---|
comment:9 Changed 13 years ago by
Resolution: | Fixed |
---|---|
Status: | closed → new |
The ffmpeg portions will be looked at shortly.
comment:10 Changed 13 years ago by
Glancing through ffmpeg's git, this is probably the commit that will fix the failed build with gcc-4.7:
http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=da4c7cce2100a4e4f9276b4f17e260be47b53f41
comment:11 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Please don't set the milestone for tickets.