#49178: VLC @2.1.5: error: expected expression -----------------------------+------------------------- Reporter: kennethenner@… | Owner: rjvbertin@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: VLC | -----------------------------+------------------------- Comment (by devans@…): Replying to [comment:9 didox1207@…]:
Replying to [ticket:49178 kennethenner@…]:
vlc not compiling I had the same problem on Mac OS X 10.10 Yosemite and VLC 2.1.5. Unless you need bluray support you can solve it going in the configure file in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_VLC/VLC/work/vlc-2.1.5 and modify line 31389 to {{{ enable_bluray=false; }}} and line 31391 with the same.
Probably simpler to just change the configure option --enable-bluray to --disable-bluray. You can test the Portfile global variable $xcodeversion to do this conditionally for Xcode 7.0+. -- Ticket URL: <https://trac.macports.org/ticket/49178#comment:10> MacPorts <https://www.macports.org/> Ports system for OS X