Opened 12 years ago

Closed 7 years ago

#32526 closed defect (worksforme)

ffmpeg fails to build on Mac OS 10.4.11 PPC

Reported by: cybernesto@… Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: tiger powerpc Cc: junknpunk@…, cooljeanius (Eric Gallager)
Port: ffmpeg

Description

seems to be related with openjpeg. The command sudo port install openjpeg runs without errors. See log file.

Attachments (1)

main.log (593.6 KB) - added by cybernesto@… 12 years ago.
complete log

Download all attachments as: .zip

Change History (6)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

The log is not complete. Please clean and try again, then attach the new main.log.

Changed 12 years ago by cybernesto@…

Attachment: main.log added

complete log

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: junknpunk@… added; devans@… removed
Owner: changed from macports-tickets@… to devans@…

Has duplicate #32878.

comment:3 in reply to:  description Changed 12 years ago by max@…

I've found a workaround.

For some reason, when compiling openjpeg from ffmpeg, there's an incompatible definition of bool.

Adding

#undef bool

Just before

#if !defined(bool)

on line 75 in /opt/local/include/openjpeg.h solves the problem.

I haven't found, nor looked for, a proper solution.

Last edited 10 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:4 Changed 10 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:5 Changed 7 years ago by kencu (Ken)

Resolution: worksforme
Status: newclosed

ffmpeg presently installs without issue on Tiger 10.4 PPC

Note: See TracTickets for help on using tickets.