MediatombをDebian jessieでコンパイルするとエラーに

Debian 8.0 jessieでMediaTombをコンパイルするとうまくコンパイルができない。割とありがちなgccの絡みらしい。とりあえずぐぐった事をベースにパッチを書く。

../src/zmm/object.h:51:39: error: expected ‘)’ before ‘size’
static void* operator new (size_t size);
^
Makefile:1394: recipe for target 'libmediatomb_a-autoscan.o' failed
make[2]: *** [libmediatomb_a-autoscan.o] Error 1
make[2]: Leaving directory '/usr/local/src/mediatomb-0.12.1/build'
Makefile:434: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/local/src/mediatomb-0.12.1'
Makefile:360: recipe for target 'all' failed
make: *** [all] Error 2
../src/hash/dbo_hash.h:139:26: note: use ‘this->search’ instead
Makefile:1408: recipe for target 'libmediatomb_a-autoscan_inotify.o' failed
make[2]: *** [libmediatomb_a-autoscan_inotify.o] Error 1
make[2]: Leaving directory '/usr/local/src/mediatomb-0.12.1/build'
Makefile:434: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/local/src/mediatomb-0.12.1'
Makefile:360: recipe for target 'all' failed
make: *** [all] Error 2

続きを読む

コミケ(C90)のお知らせ

直前になってしまいましたがコミケのお知らせです。
今回は小江戸らぐのLinuxなんでも同人誌『LinuxUSER』の新刊に『VPN越しにDLNA(Mediatomb)を使う』という題で記事を書かせていただきました。他県にある実家と自宅の間にフレッツ網によるVPNを構築し、それを経由して実家のMediaTombを自宅のテレビから参照するといった内容です。その他Linuxに関する記事がゆるく紹介されています。サークルスペースは8/14 (3日目) 西f-14b『小江戸らぐ』です。どうぞお立ち寄りください。
linuxusers2016summer

 

続きを読む