..
..
qrtt1$ sudo easy_install -U pilSearching for pilReading http://pypi.python.org/simple/pil/Reading http://www.pythonware.com/products/pilReading http://effbot.org/zone/pil-changes-115.htmReading http://effbot.org/downloads/#ImagingBest match: PIL 1.1.7Downloading http://effbot.org/media/downloads/PIL-1.1.7.tar.gzProcessing PIL-1.1.7.tar.gzRunning PIL-1.1.7/setup.py -q bdist_egg --dist-dir /var/folders/aQ/aQLNlFLOF28xewK2A7i0X++++TM/-Tmp-/easy_install-eVQU9j/PIL-1.1.7/egg-dist-tmp-L149wy--- using frameworks at /System/Library/Frameworks_imaging.c:3017: warning: initialization from incompatible pointer type_imaging.c:3077: warning: initialization from incompatible pointer type/usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/as/ppc/as or /usr/bin/../local/libexec/as/ppc/as) for architecture ppc not installedInstalled assemblers are:/usr/bin/../libexec/as/x86_64/as for architecture x86_64/usr/bin/../libexec/as/i386/as for architecture i386/usr/bin/../libexec/as/arm/as for architecture arm_imaging.c:3017: warning: initialization from incompatible pointer type_imaging.c:3077: warning: initialization from incompatible pointer type_imaging.c:3281: fatal error: error writing to -: Broken pipecompilation terminated._imaging.c:3017: warning: initialization from incompatible pointer type_imaging.c:3077: warning: initialization from incompatible pointer typelipo: can't open input file: /var/folders/aQ/aQLNlFLOF28xewK2A7i0X++++TM/-Tmp-//ccCj3S35.out (No such file or directory)error: Setup script exited with error: command 'gcc-4.2' failed with exit status 1
sudo ARCHFLAGS="-arch i386 -arch x86_64" easy_install -U pil
Undefined symbols for architecture x86_64:"_kVDADecoderConfiguration_Height", referenced from:_ff_vda_create_decoder in libavcodec.a(vda.o)"_kVDADecoderConfiguration_Width", referenced from:_ff_vda_create_decoder in libavcodec.a(vda.o)"_kVDADecoderConfiguration_SourceFormat", referenced from:_ff_vda_create_decoder in libavcodec.a(vda.o)"_kVDADecoderConfiguration_avcCData", referenced from:_ff_vda_create_decoder in libavcodec.a(vda.o)"_kCVPixelBufferPixelFormatTypeKey", referenced from:_ff_vda_create_decoder in libavcodec.a(vda.o)"_kCVPixelBufferIOSurfacePropertiesKey", referenced from:_ff_vda_create_decoder in libavcodec.a(vda.o)"_VDADecoderCreate", referenced from:_ff_vda_create_decoder in libavcodec.a(vda.o)"_VDADecoderDecode", referenced from:_ff_vda_decoder_decode in libavcodec.a(vda.o)"_CVPixelBufferRelease", referenced from:_ff_vda_release_vda_frame in libavcodec.a(vda.o)_ff_vda_destroy_decoder in libavcodec.a(vda.o)"_VDADecoderDestroy", referenced from:_ff_vda_destroy_decoder in libavcodec.a(vda.o)"_CVPixelBufferGetPixelFormatType", referenced from:_vda_decoder_callback in libavcodec.a(vda.o)"_CVPixelBufferRetain", referenced from:_vda_decoder_callback in libavcodec.a(vda.o)ld: symbol(s) not found for architecture x86_64clang: error: linker command failed with exit code 1 (use -v to see invocation)
ACLOCAL="aclocal -I. -I$HOME/app/homebrew/share/aclocal" ./autogen.sh
CFLAGS="-I/opt/libmp3lame/include" LDFLAGS="-L/opt/libmp3lame/lib" ./configure --enable-libmp3lame --prefix=/opt/ffmpeg_full
IntentFilter intentFilter = new IntentFilter();intentFilter.addAction(Intent.ACTION_MEDIA_EJECT);intentFilter.addAction(Intent.ACTION_MEDIA_MOUNTED);intentFilter.addAction(Intent.ACTION_MEDIA_UNMOUNTED);intentFilter.addAction(Intent.ACTION_MEDIA_REMOVED);intentFilter.addAction(Intent.ACTION_MEDIA_NOFS);intentFilter.addAction(Intent.ACTION_MEDIA_UNMOUNTABLE);intentFilter.addAction(Intent.ACTION_MEDIA_SHARED);intentFilter.addAction(Intent.ACTION_MEDIA_BAD_REMOVAL);intentFilter.addAction(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE);intentFilter.addAction(Intent.ACTION_MEDIA_SCANNER_STARTED);intentFilter.addAction(Intent.ACTION_MEDIA_SCANNER_FINISHED);intentFilter.addDataScheme("file");