09/08/31 22:22:28 1S7QqyOV
emelfm2-0.6.2をビルドしてるんですが下記の所でこけます。
compiling 'src/dialogs/e2_file_info_dialog.c'
src/dialogs/e2_file_info_dialog.c: In function '_e2_file_info_dialog_get_file_type':
src/dialogs/e2_file_info_dialog.c:103: error: 'MAGIC_MIME_TYPE' undeclared (first use in this function)
src/dialogs/e2_file_info_dialog.c:103: error: (Each undeclared identifier is reported only once
src/dialogs/e2_file_info_dialog.c:103: error: for each function it appears in.)
src/dialogs/e2_file_info_dialog.c:103: error: 'MAGIC_MIME_ENCODING' undeclared (first use in this function)
make: *** [objs/src/dialogs/e2_file_info_dialog.o] Error 1
ImageMagick-6.3.5-10
gcc-4.1.2
gtk+-2.10.11
プログラミング知識は無くCのソースは読めません。
エラー回避の手ほどきをお願いします。