Opened 12 years ago
Closed 10 years ago
#37141 closed defect (fixed)
HandBrake: error: expected specifier-qualifier-list before ‘Point’ / ‘Rect’
Reported by: | wahspilihp (Philip Shaw) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | HandBrake |
Description
This does not appear to be a duplicate of #36298.
I am building with the python 2.7 variant.
:info:build ** BUILD FAILED ** :info:build :info:build :info:build The following build commands failed: :info:build ExternalBuildToolExecution external :info:build (1 failure) :info:build make: *** [macosx.build] Error 65 :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_HandBrake/HandBrake/work/HandBrake-0.9.8/build' :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_HandBrake/HandBrake/work/HandBrake-0.9.8/build" && /usr/bin/make -j4 -w :info:build Exit code: 2 :error:build org.macports.build for port HandBrake returned: command execution failed :debug:build Error code: CHILDSTATUS 54066 2 :debug:build Backtrace: command execution failed while executing "system -nice 0 $fullcmdstring" ("eval" body line 1) invoked from within "eval system $notty $nice \$fullcmdstring" invoked from within "command_exec build" (procedure "portbuild::build_main" line 8) invoked from within "$procedure $targetname"
Attachments (1)
Change History (5)
Changed 12 years ago by wahspilihp (Philip Shaw)
comment:1 Changed 12 years ago by mf2k (Frank Schima)
Port: | HandBrake added; Handbrake removed |
---|
comment:2 follow-up: 3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | Handbrake build fails → HandBrake: error: expected specifier-qualifier-list before ‘Point’ / ‘Rect’ |
---|
comment:3 Changed 12 years ago by wahspilihp (Philip Shaw)
Replying to ryandesign@…:
Point and Rect are of course types dating back to the original Macintosh Toolbox, which these days should be defined in /usr/include/MacTypes.h. Can you verify that this file exists and that it contains these definitions?
Yes, it does exist, with those typedefs, and is world-readable.
comment:4 Changed 10 years ago by larryv (Lawrence Velázquez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Didn’t encounter this building 0.10.0, so I’ll assume that r132827 fixed it.
Note: See
TracTickets for help on using
tickets.
The first error I see in the log is:
Point and Rect are of course types dating back to the original Macintosh Toolbox, which these days should be defined in /usr/include/MacTypes.h. Can you verify that this file exists and that it contains these definitions?
If not, please try reinstalling Xcode command line tools.