
codesite-noreply at google
Dec 5, 2009, 3:20 PM
Post #1 of 10
(2267 views)
Permalink
|
|
Issue 655 in cherokee: sys/ipc.h & sys/sem.h not found error on mingw
|
|
Status: New Owner: ---- New issue 655 by unexplained: sys/ipc.h & sys/sem.h not found error on mingw http://code.google.com/p/cherokee/issues/detail?id=655 first,thanks for this great httpd :),but it lacks for windows support,because of latest version none available on any site,i try myself to compile this baby,as title,when compiling using Mingw and mingsys,i managed to completed the configure phase as on this page : http://www.cherokee-project.com/doc/basics_installation_windows.html , but when on the make,i've got this error : ------ In file included from ./common-internal.h:38, from pcre/pcre_internal.h:49, from pcre/pcre_try_flipped.c:47: ./error_log.h:54:1: warning: "LOG_WARNING" redefined In file included from ./common-internal.h:32, from pcre/pcre_internal.h:49, from pcre/pcre_try_flipped.c:47: ./unix4win32.h:82:1: warning: this is the location of the previous definition In file included from pcre/pcre_internal.h:49, from pcre/pcre_try_flipped.c:47: ./common-internal.h:93:21: sys/ipc.h: No such file or directory ./common-internal.h:94:21: sys/sem.h: No such file or directory mingw32-make.exe[3]: *** [pcre_try_flipped.lo] Error 1 mingw32-make.exe[2]: *** [all] Error 2 mingw32-make.exe[1]: *** [all-recursive] Error 1 mingw32-make.exe: *** [all] Error 2 --------------- my mingw and msys configuration : GNU Make 3.81 autoconf (GNU Autoconf) 2.65 automake (GNU automake) 1.11 gcc version 3.4.5 (mingw-vista special r3) --------------- my phython is v2.6 windows xp sp2 64 bit from what i've read from the internet,those 2 header files are for *nix platform only,do i missed something to compile this on windows? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|