Changes between Initial Version and Version 1 of Ticket #24876
- Timestamp:
- May 15, 2010, 9:14:45 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24876
- Property Cc ryandesign@… added
-
Property
Priority
changed from
High
toNormal
- Property Owner changed from macports-tickets@… to mnick@…
-
Ticket #24876 – Description
initial v1 1 1 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: 2 2 3 {{{ 3 4 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 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -DHAVE_RELEASE -D__LIBVLC__ -D__PLUGIN__ -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 4 5 qtcapture.m: In function 'qtchroma_to_fourcc': … … 27 28 Warning: the following items did not execute (for VLC): org.macports.activate org.macports.build org.macports.destroot org.macports.install 28 29 Error: Status 1 encountered during processing. 30 }}}