After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 315402 - smb-method.c does not compile
smb-method.c does not compile
Status: RESOLVED DUPLICATE of bug 315136
Product: gnome-vfs
Classification: Deprecated
Component: Module: smb
2.12.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2005-09-07 00:33 UTC by Andrey Panov
Modified: 2005-09-07 09:27 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Andrey Panov 2005-09-07 00:33:05 UTC
Distribution/Version: slackware-current

smb-method.c of gnome-vfs-2.12.0 does not compile with samba-3.0.20:

 i486-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..
-I../imported/neon -pthread -DORBIT2=1 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -pthread -DORBIT2=1 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0
-D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_LARGEFILE64_SOURCE
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DSSH_PROGRAM=\"/usr/bin/ssh\"
-DG_DISABLE_DEPRECATED -DGNOME_VFS_PREFIX=\"/usr\"
-DGNOME_VFS_DATADIR=\"/usr/share\" -DGNOME_VFS_LIBDIR=\"/usr/lib\"
-DGNOME_VFS_SYSCONFDIR=\"/etc\" -DG_LOG_DOMAIN=\"gnome-vfs-modules\" -O2
-march=i386 -mcpu=i686 -c smb-method.c -MT smb-method.lo -MD -MP -MF
.deps/smb-method.TPlo  -fPIC -DPIC -o .libs/smb-method.o
smb-method.c: In function `do_close':
smb-method.c:1489: error: structure has no member named `close'
make[2]: *** [smb-method.lo] Ошибка 1
make[2]: Leaving directory `/usr/local/src/gnome-vfs-2.12.0/modules'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Leaving directory `/usr/local/src/gnome-vfs-2.12.0'
make: *** [all] Ошибка 2
Comment 1 Christian Neumair 2005-09-07 09:27:04 UTC
Thanks for the bug report. This particular bug has already been reported into
our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of 315136 ***