Closed
Bug 535769
Opened 15 years ago
Closed 15 years ago
AIX Compilation error for 3.7a1pre media/liboggplay/src/liboggplay/oggplay_data.c", line 413.1: 1506-343 (S) Redeclaration of ogg play_data_handle_theora_frame differs from previous declaration on line 45 of "media/liboggplay/src/liboggplay/oggplay_data.h
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 576883
People
(Reporter: shailen.n.jain, Assigned: shailen.n.jain)
Details
Attachments
(2 files)
1.14 KB,
patch
|
cajbir
:
review+
|
Details | Diff | Splinter Review |
928 bytes,
patch
|
cajbir
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6
While compiling Mozilla Firefox source for 3.7a1pre, getting
the below error.
mozilla-central/media/liboggplay/src/liboggplay/oggplay_data.c", line 413.1: 1506-343 (S) Redeclaration of ogg
play_data_handle_theora_frame differs from previous declaration on line 45 of "mozilla-central/media/liboggplay/src/liboggplay/oggplay_data.h".
"mozilla-central/media/liboggplay/src/liboggplay/oggplay_data.c", line 490.37: 1506-280 (E) Function argument a
ssignment between types "struct {...}*" and "const struct {...}*" is not allowed.
Reproducible: Always
Steps to Reproduce:
1. Build Mozilla Firefox 3.7a1pre build on AIX with Gnome RPMS of 64 bit
version.
2.
3.
Actual Results:
Build fails with the above error.
Expected Results:
No build failure
Attachment #418365 -
Flags: review?(chris.double)
Attachment #418366 -
Flags: review?(chris.double)
Updated•15 years ago
|
Attachment #418365 -
Flags: review?(chris.double) → review+
Updated•15 years ago
|
Attachment #418366 -
Attachment is patch: true
Attachment #418366 -
Attachment mime type: application/octet-stream → text/plain
Updated•15 years ago
|
Attachment #418366 -
Flags: review?(chris.double) → review+
Keywords: checkin-needed
Updated•15 years ago
|
Assignee: nobody → shailen.n.jain
Comment 3•15 years ago
|
||
Please merge these two attachments into one patch.
Component: General → Video/Audio
Keywords: checkin-needed
Product: Firefox → Core
QA Contact: general → video.audio
Comment 4•15 years ago
|
||
We've removed liboggplay, so you shouldn't get this error when building on AIX.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Comment 6•14 years ago
|
||
Fixed on branches 1.9.1 and 1.9.2 by bug# 576883
Resolution: FIXED → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•