smartbookwormsは!!! こんなに安いんだ2011/11/10 09:56

12月にサラの鍵が映画公開される。

翻訳出ているけど 2500円程度する

まだ、文庫出ていない。

じゃ 洋書でと思いkindle bookで検索すると 出てきた。

安い 約10ドルだった。さて でもmobi形式だとkindleでしか 読めないから epubで売ってないか? 検索したら

http://www.smartbookworms.co.uk/がヒットした

ipad,iphone用だけどepubで提供しているmobi形式もあった。

epubだとkindleのリーダー以外で読める

支払いもpaypal使えるから やばそうな請求を監視できるかなとおもって 購入

え!!! 0.49ユーロ??????

63円この値段は なんだ!!! 何か3週間とかレンタルでみれなくなるのか?

スゴーク不安になる。別にそのようなことは 書いてないし

落としてきたら、問題なく読めている。でも この値段でよめるとは

brew upgrade ffmpegでエラー2011/11/10 12:14

brew upgrade ffmpeg ってやったら エラー

==> Build Flags
CC: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CXX: /usr/bin/llvm-g++ => /usr/llvm-gcc-4.2/bin/llvm-g++-4.2
LD: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
MAKEFLAGS: -j2

Error: Failed executing: make install
These existing issues may help you:
https://github.com/mxcl/homebrew/issues/8456
Otherwise, please report the bug:
https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue

最初の方に
==> Upgrading ffmpeg
Warning: Building with LLVM, but this formula is reported to not work with LLVM:

Dies during compilation of motionpixels_tablegen

We are continuing anyway so if the build succeeds, please open a ticket with
the following information: 2335-10.7. So
that we can update the formula accordingly. Thanks!

If it doesn't work you can: brew install --use-gcc

って --use-gccを  って出ていた

brew upgrade --use-gcc ffmpeg
==> Upgrading ffmpeg
==> Downloading http://ffmpeg.org/releases/ffmpeg-0.8.6.tar.bz2
File already downloaded in /Users/butcher/Library/Caches/Homebrew
==> ./configure --prefix=/usr/local/Cellar/ffmpeg/0.8.6 --enable-shared --enable
==> make install
/usr/local/Cellar/ffmpeg/0.8.6: 97 files, 55M, built in 4.0 minutes

で無事インストール