Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build memcached fail in windows 7 cygwin #408

Closed
GoogleCodeExporter opened this issue Jul 15, 2015 · 1 comment
Closed

build memcached fail in windows 7 cygwin #408

GoogleCodeExporter opened this issue Jul 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link
Contributor

What steps will reproduce the problem?
1. download 1.4.24 to /tmp/memcached-1.4.24
2. run ./configure
3. run make

What is the expected output? What do you see instead?

expected make success without any error

I see:

gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DNDEBUG -I/usr/local/include   -g -O2 
-pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -MT memcached-memcached.o -MD -MP -MF 
.deps/memcached-memcached.Tpo -c -o memcached-memcached.o `test -f 
'memcached.c' || echo './'`memcached.c
memcached.c: In function 'sanitycheck':
memcached.c:5048:13: error: array subscript has type 'char' 
[-Werror=char-subscripts]
             if ((ever[2] == '1' || ever[2] == '2') && !isdigit(ever[3])) {
             ^
cc1: all warnings being treated as errors
Makefile:620: recipe for target 'memcached-memcached.o' failed
make[2]: *** [memcached-memcached.o] Error 1
make[2]: Leaving directory '/tmp/memcached-1.4.24'
Makefile:1039: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/memcached-1.4.24'
Makefile:446: recipe for target 'all' failed
make: *** [all] Error 2



What version of the product are you using? On what operating system?
memcached 1.4.24
cygwin 
windows 7 sp1 x64


Please provide any additional information below.


Original issue reported on code.google.com by wendal1985@gmail.com on 28 Apr 2015 at 9:22

@GoogleCodeExporter
Copy link
Contributor Author

sorry, we don't directly support windows :(

Original comment by dorma...@rydia.net on 5 Jul 2015 at 12:53

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant