cgywin 에서 vlc 설치중 [libaccess_gnomevfs_plugin_a-gnomevfs.o] make 에러납니다.
vlc-0.8.6d 버젼을 깔고 있는데....
이런 메이크에러가 계속 뜨네요....미치겠어요...ㅠㅠ
========================================================================================
In file included from /usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h:28,
from gnomevfs.c:29:
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-address.h:31:24: sys/socket.h: No such file o
r directory
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-address.h:32:19: netdb.h: No such file or dir
ectory
In file included from /usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h:29,
from /usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h:29,
from gnomevfs.c:29:
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:187: error: `S_ISUID' undeclared
here (not in a function)
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:187: error: enumerator value for
`GNOME_VFS_PERM_SUID' not integer constant
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:188: error: `S_ISGID' undeclared
here (not in a function)
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:188: error: enumerator value for
`GNOME_VFS_PERM_SGID' not integer constant
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:194: error: `S_IRGRP' undeclared
here (not in a function)
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:194: error: enumerator value for
`GNOME_VFS_PERM_GROUP_READ' not integer constant
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:195: error: `S_IWGRP' undeclared
here (not in a function)
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:195: error: enumerator value for
`GNOME_VFS_PERM_GROUP_WRITE' not integer constant
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:196: error: `S_IXGRP' undeclared
here (not in a function)
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:196: error: enumerator value for
`GNOME_VFS_PERM_GROUP_EXEC' not integer constant
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:197: error: enumerator value for
`GNOME_VFS_PERM_GROUP_ALL' not integer constant
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:198: error: `S_IROTH' undeclared
here (not in a function)
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:198: error: enumerator value for
`GNOME_VFS_PERM_OTHER_READ' not integer constant
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:199: error: `S_IWOTH' undeclared
here (not in a function)
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:199: error: enumerator value for
`GNOME_VFS_PERM_OTHER_WRITE' not integer constant
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:200: error: `S_IXOTH' undeclared
here (not in a function)
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:200: error: enumerator value for
`GNOME_VFS_PERM_OTHER_EXEC' not integer constant
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h:201: error: enumerator value for
`GNOME_VFS_PERM_OTHER_ALL' not integer constant
make[4]: *** [libaccess_gnomevfs_plugin_a-gnomevfs.o] Error 1
make[4]: Leaving directory `/cygdrive/c/VLC/0.8.6f/vlc-0.8.6f/modules/access'
make[3]: *** [all-modules] Error 1
make[3]: Leaving directory `/cygdrive/c/VLC/0.8.6f/vlc-0.8.6f/modules/access'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/cygdrive/c/VLC/0.8.6f/vlc-0.8.6f/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/VLC/0.8.6f/vlc-0.8.6f'
make: *** [all] Error 2
==============================================================================================
configuer 할때는 이렇게 했습니다.
./bootstrap && \
PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml -I/usr/win32/include/freetype2" \
LDFLAGS=-L/usr/win32/lib \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
./configure \
--disable-gtk \
--enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \
--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
--with-ffmpeg-zlib --enable-faad --enable-flac --disable-theora --disable-pth\
--with-wx-config-path=/usr/win32/bin \
--with-freetype-config-path=/usr/win32/bin \
--with-fribidi-config-path=/usr/win32/bin \
--enable-live555 --with-live555-tree=/usr/win32/live.com \
--enable-caca --with-caca-config-path=/usr/win32/bin \
--with-xml2-config-path=/usr/win32/bin \
--with-dvdnav-config-path=/usr/win32/bin \
--disable-cddax --disable-vcdx --enable-goom --disable-gnomevfs \
--enable-twolame --disable-dvdread --disable-optimization\
--enable-debug --disable-mkv --disable-joystick --disable-pvr --disable-mod \
--disable-libcddb --enable-v4l --enable-dvbpsi --disable-libcdio --disable-pda \
--disable-opie --disable-macosx --disable-qnx --disable-ncurses --disable-corba \
--disable-dts --disable-flac --disable-hd1000a
===========================================================================================
어떻게 해야지 될까요...ㅠㅠ


댓글 달기