facebookarchive / libphenom

An eventing framework for building high performance and high scalability systems in C.
http://facebook.github.io/libphenom
Apache License 2.0
1.66k stars 362 forks source link

make check error in cygwin. #41

Closed wjgu1007 closed 11 years ago

wjgu1007 commented 11 years ago

$ make gcc -DHAVE_CONFIG_H -Ithirdparty/ck/include -Iinclude -DPHENOM_IMPL=1 -Werror -m32 -march=i686 -msse -msse2 -D_LARGEF ILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include -Dx86=1 -std=gnu99 -pedantic - Wall -Wextra -Wno-declaration-after-statement -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -W write-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-nested-externs -Winline -Wdisabled-optimization -fst rict-aliasing -pipe -Wno-parentheses -O2 -g -gdwarf-2 -MT corelib/libphenom_a-init.o -MD -MP -MF corelib/.deps/libphenom _a-init.Tpo -c -o corelib/libphenom_a-init.o test -f 'corelib/init.c' || echo './'corelib/init.c In file included from include/phenom/socket.h:34, from include/phenom/sysutil.h:21, from corelib/init.c:17: include/phenom/openssl.h:25: warning: ignoring #pragma GCC diagnostic In file included from include/phenom/socket.h:34, from include/phenom/sysutil.h:21, from corelib/init.c:17: include/phenom/openssl.h:32: warning: ignoring #pragma GCC diagnostic make: *\ [corelib/libphenom_a-init.o] Error 1

wez commented 11 years ago

Duplice of #40