컴파일 하다보니 요런 에러를 뱉어 주신다.
혹시나 해서 모든 헤더파일을 검색해서 아래와 같은 정의는 Fedora Core 6에도 존재하지 않는다.
도대체.. FC6에서는 VLC도 설치 못하는건가?
아무튼, 아래의 *_SUPER_MAGIC 선언을 포함한 헤더는
/usr/include/linux/magic.h 에 존재해야 하며
/usr/include/magic.h 를 링크한다고 해서 되진않는다.
혹시나 해서 모든 헤더파일을 검색해서 아래와 같은 정의는 Fedora Core 6에도 존재하지 않는다.
도대체.. FC6에서는 VLC도 설치 못하는건가?
아무튼, 아래의 *_SUPER_MAGIC 선언을 포함한 헤더는
/usr/include/linux/magic.h 에 존재해야 하며
/usr/include/magic.h 를 링크한다고 해서 되진않는다.
[링크 : http://tomoyo.sourceforge.jp/cgi-bin/lxr/source/include/linux/magic.h] |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -I/usr/local/include -D_FI LE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=access_fi le -DMODULE_NAME_IS_access_file -DMODULE_STRING=\"access_file\" -O2 -ffast-math -funroll-loops -fomit-frame-pointer -Wall -Wextra -W sign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var - Werror-implicit-function-declaration -MT libaccess_file_plugin_la-file.lo -MD -MP -MF .deps/libaccess_file_plugin_la-file.Tpo -c fil e.c -fPIC -DPIC -o .libs/libaccess_file_plugin_la-file.o In file included from ../../include/vlc_common.h:516, from file.c:33: ../../include/vlc_mtime.h:80: warning: 'error' attribute directive ignored ../../include/vlc_mtime.h:90: warning: 'warning' attribute directive ignored ../../include/vlc_mtime.h:108: warning: 'error' attribute directive ignored file.c: In function 'IsRemote': file.c:142: error: 'AFS_SUPER_MAGIC' undeclared (first use in this function) file.c:142: error: (Each undeclared identifier is reported only once file.c:142: error: for each function it appears in.) file.c:143: error: 'CODA_SUPER_MAGIC' undeclared (first use in this function) file.c:144: error: 'NCP_SUPER_MAGIC' undeclared (first use in this function) file.c:145: error: 'NFS_SUPER_MAGIC' undeclared (first use in this function) file.c:146: error: 'SMB_SUPER_MAGIC' undeclared (first use in this function) |
'프로그램 사용 > VLC' 카테고리의 다른 글
VLC 크로스컴파일 - 멀고도 험하다 ㅠ.ㅠ (0) | 2010.03.17 |
---|---|
VLC GLIBC runtime error (0) | 2010.03.16 |
x264 , libavcodec 다운로드 (0) | 2010.02.24 |
vlc-1.0.5 cross compile (3) | 2010.02.09 |
VLC cross compile시 오류 (vlc-1.0.4) (0) | 2010.02.03 |