For those trying to compile Rivet on Windows, here is my progession. You need to install cygwin. In addition to the default packages, you need to install "binutils", "make", "perl", "apache".
With the above installation, I succeed in executing the "configure" step. However during the "make" step, I face the following error make all-recursive make[1]: Entering directory `/cygdrive/c/Documents and Settings/cvivion/Bureau/rivet-0.7.0' Making all in src make[2]: Entering directory `/cygdrive/c/Documents and Settings/cvivion/Bureau/rivet-0.7.0/src' source='apache_multipart_buffer.c' object='mod_rivet_la-apache_multipart_buffer.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh ../tclconfig/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile l -DHAVE_CONFIG_H -I. -I. -I.. -I"C:\cygwin\usr\include" -DCYGWIN -DNO_DBM_ REWRITEMAP -DUSE_HSREGEX -DEAPI -DPIC -DSHARED_CORE -O2 -I/usr/include/apach e -DSTART_TAG='"<?"' -DEND_TAG='"?>"' -YX-nologo -O2 -Gs -GD -W2 -MD -c -o mod_rivet_la-apache_multipart_buffer.lo `test -f 'apache_multipart_buffer.c' || echo './'`apache_multipart_buffer.c cygpath: can't convert empty path cl -DHAVE_CONFIG_H -I. -I. -I.. -IC:\\cygwin\\usr\\include -DCYGWIN -DNO_DBM _RE WRITEMAP -DUSE_HSREGEX -DEAPI -DPIC -DSHARED_CORE -O2 -I/usr/include/apache "-DS TART_TAG=\"<?\"" "-DEND_TAG=\"?>\"" -YX -nologo -O2 -Gs -GD -W2 -MD -c apache_mu ltipart_buffer.c -DPIC apache_multipart_buffer.c apache_request.h(5) : fatal error C1083: Cannot open include file: 'httpd.h': No such file or directory make[2]: *** [mod_rivet_la-apache_multipart_buffer.lo] Error 1 make[2]: Leaving directory `/cygdrive/c/Documents and Settings/cvivion/Bureau/rivet-0.7.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/cygdrive/c/Documents and Settings/cvivion/Bureau/rivet-0.7.0' make: *** [all] Error 2" David, do you have any idea ? What is this file "httpd.h", where does it should come from ? Thanks in advance Cyrille VIVION -----Message d'origine----- De : David N. Welton [mailto:[EMAIL PROTECTED] Envoyé : lundi 7 novembre 2005 10:05 À : Cyrille VIVION Cc : Rivet Developers Objet : Re: 0.7.0 beta Cyrille VIVION wrote: [ Please CC the list, thanks :-) ] > I missed time to try to compile Rivet during the last few days. This > morning, I downloaded cygwin and tried to compile it, but it failed with the > following message during the "configure" step. > checking for non-GNU ld... no > configure: error: no acceptable ld found in $PATH > > Do you have an idea about this error ? What is the recommended way to > compile your code on Windows 2000 ? I'm not much of a windows guy. If you tell me exactly what packages you are using (apache, tcl, cygwin), perhaps I can give it a try on Windows XP, which is the only thing I have access to. Did you have a look at the mingw stuff? I've heard good things about that, but... I really am not a windows expert. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
