Opened 15 years ago
Last modified 14 years ago
#24876 closed defect
VLC doesn't compile on 10.6 — at Initial Version
Reported by: | eulix@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | VLC |
Description
VLC didn't compile and I found Ticket #21487 which described the problem exactly, but when I checked the portfile I found that the patch of this ticket was already part of the portfile. Now I reversed the portfile to the state before the pach, but now I got a different compiling error:
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -mmacosx-version-min=10.6 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I/opt/local/include -DSYS_DARWIN -I/opt/local/include -D_FILE_OFFSET_BITS=64 -DUSE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -DHAVE_RELEASE -DLIBVLC -DPLUGIN -DMODULE_NAME=qtcapture -DMODULE_NAME_IS_qtcapture -DMODULE_STRING=\"qtcapture\" -O4 -ffast-math -funroll-loops -fno-omit-frame-pointer -O2 -arch x86_64 -D_INTL_REDIRECT_MACROS -std=gnu99 -DMACOSX_DEPLOYMENT_TARGET=10.6 -MT libqtcapture_plugin_la-qtcapture.lo -MD -MP -MF .deps/libqtcapture_plugin_la-qtcapture.Tpo -c qtcapture.m -fno-common -DPIC -o .libs/libqtcapture_plugin_la-qtcapture.o qtcapture.m: In function 'qtchroma_to_fourcc': qtcapture.m:174: error: 'k422YpCbCr8CodecType' undeclared (first use in this function) qtcapture.m:174: error: (Each undeclared identifier is reported only once qtcapture.m:174: error: for each function it appears in.) qtcapture.m:175: error: 'kComponentVideoCodecType' undeclared (first use in this function) qtcapture.m:176: error: 'kComponentVideoUnsigned' undeclared (first use in this function) qtcapture.m: In function 'Open': qtcapture.m:227: warning: format not a string literal and no format arguments qtcapture.m:263: warning: format not a string literal and no format arguments qtcapture.m:264: warning: format not a string literal and no format arguments make[5]: * [libqtcapture_plugin_la-qtcapture.lo] Error 1 make[4]: * [all-recursive] Error 1 make[3]: * [all] Error 2 make[2]: * [all-recursive] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_VLC/work/vlc-1.0.6" && /usr/bin/make all " returned error 2 DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_VLC/work/vlc-1.0.6" && /usr/bin/make all " returned error 2
while executing
"command_exec build"
(procedure "portbuild::build_main" line 9) invoked from within
"$procedure $targetname" Warning: the following items did not execute (for VLC): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing.