GNOME Bugzilla – Bug 325135
compilation error in sftp-method.c
Last modified: 2006-02-23 19:07:35 UTC
Please describe the problem: When I compile gnome-vfs-2.12.2 on my linux system (i686-pc-linux) it stops with following message: sftp-method.c:1197: error: storage size of 'tv' isn't known. [sftp-method.lo] Error1 ... I've tried to compile previous version like 2.10.1 but with the same result. Steps to reproduce: 1. ./configure 2. make 3. Actual results: Expected results: Does this happen every time? Other information: The problem was the structure 'timeval'. To fix it, I added after #include <stdlib.h> at the top of the file the line: #include <sys/time.h> Now, the compilation succeded and it seemed to work correctly.
Thanks for your bug report! Confirming, setting some info.
Fixed, closing.