This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Why does df fail to stat CIFS shares?


Corinna Vinschen <corinna-cygwin <at> cygwin.com> writes:
> Then you have to build your own Cygwin DLL for testing.

I've just set up for a build and ran into this (with the snapshot sources
from 2014-08-19 since these were the ones I had at hand):

ccwrap -g -O2 -O3 -mtune=core2 -march=core2 -Wall -Wstrict-aliasing
-Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0 -MMD
-fomit-frame-pointer -Werror -fmerge-constants -ftracer -mcmodel=small -c -o
regcomp.o ../../.././winsup/cygwin/regex/regcomp.c
../../.././winsup/cygwin/regex/regcomp.c: In function âp_bracketâ:
../../.././winsup/cygwin/regex/regcomp.c:1249:12: error: âsâ may be used
uninitialized in this function [-Werror=maybe-uninitialized]
  wint_t i, s, n;

So I configured again with --disable-werror, lets see if that produces a
usable DLL now.


Regards,
Achim.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]