cgywin 에서 vlc 설치중 [libaccess_gnomevfs_plugin_a-gnomevfs.o] make 에러납니다.

genes007의 이미지

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

===========================================================================================

어떻게 해야지 될까요...ㅠㅠ

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.