
williamottley at gmail
Sep 25, 2009, 1:30 PM
Post #1 of 4
(533 views)
Permalink
|
|
step for step instructions for a windows binary compile enviornment
|
|
Hi all, I'm trying, and trying and trying, and i can't get Cherokee to compile for windows. Does anyone have a stable windows compile environment? What version of Linux do they, have, etc.... I like cherokee, but if I can't make a windows binary, I have to look at another web server.... On Thu, Sep 24, 2009 at 9:19 PM, William Ottley <williamottley [at] gmail>wrote: > I'm trying to do a windows compile in Fedora 11. > Can anyone tell me what I did wrong, or maybe I'm missing something? > > I'm using cherokee-0.99.24, and using: > > mingw32-gcc-4.4.0-0.7 > pthreads-2.8.0-8 > > ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes > ./configure --host=i686-pc-mingw32 --prefix=/usr/i686-pc-mingw32/bin > --disable-readdir_r --disable-tls --enable-static-module=all --enable-trace > --enable-static --enable-shared=no --enable-beta CC=i686-pc-mingw32-gcc > > > 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: error: sys/ipc.h: No such file or directory > ./common-internal.h:94:21: error: sys/sem.h: No such file or directory > make[2]: *** [pcre_try_flipped.lo] Error 1 > make[2]: Leaving directory `/home/william/cherokee-0.99.24/cherokee' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/william/cherokee-0.99.24' > make: *** [all] Error 2 > >
|