#30-01 [PC]mediatomb 0.12.0(r2088)とr2041の違い
rev.2041のconfiguration summaryと比べてみた。
うわ、ISOサポートなくなってるし!! configureの違うオプションになったのかなあ…と見比べてみると、configure.acで コメント化されている。じゃあこれを有効にしてビルドしてみようか(笑)$ diff -u r2041.config r2088.config --- r2041.config 2010-03-30 09:58:03.000000000 +0900 +++ r2088.config 2010-03-30 09:57:52.000000000 +0900 @@ -7,15 +7,11 @@ id3lib : disabled taglib : yes libmp4v2 : yes -libdvdnav : yes ffmpeg : yes ffmpegthumbnailer : yes lastfmlib : missing external transcoding : yes curl : yes YouTube : yes -Weborama : disabled -Apple Trailers : yes -SopCast : disabled libextractor : disabled db-autocreate : yes
g++ -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -I.. -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -I/usr/include/mozjs -I/usr/include/taglib -pthread -Wall -g -O2 -MT libmediatomb_a-autoscan.o -MD -MP -MF .deps/libmediatomb_a-autoscan.Tpo -c -o libmediatomb_a-autoscan.o `test -f '../src/autoscan.cc' || echo './'`../src/autoscan.cc
In file included from ../src/content_manager.h:49,
from ../src/autoscan.cc:38:
../src/scripting/dvd_image_import_script.h:58: error: 'CMTask' was not declared in this scope
../src/scripting/dvd_image_import_script.h:58: error: template argument 1 is invalid
make[3]: *** [libmediatomb_a-autoscan.o] Error 1
make[3]: Leaving directory `/home/sharl/BUILD/mediatomb/release/mediatomb-0.12.0/build'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sharl/BUILD/mediatomb/release/mediatomb-0.12.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/sharl/BUILD/mediatomb/release/mediatomb-0.12.0'
make: *** [build-stamp] Error 2
debuild: fatal error at line 1247:
debian/rules build failed
debuild error
……だー!! ソース追うのめんどくさい。巻き戻そう…