You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Giovanni Maruzzelli <ma...@matrice.it> on 1997/06/18 17:31:35 UTC

Bitter success on compiling with MSVC++ 5.0

Hi,

I've managed to compile the 17 jun tarball with msvc 5.

The first thing is that after compiling it don't work.

You can do httpd -h, httpd -l, but if you launch it with httpd -s (it
don't call the service manager and run as a normal executable) it don't
answer the requests. (No problem with the Ambarish first known version).

So, to compile and link I had:

	-made the regex/*.ih headers with a Linux box
	-copied it in the regex subdir
	-copied nt/readdir.h to nt/dirent.h
	-deleted the ntcrypt stuff from apache.mak
	-substituting the nt.c/nt.obj stuff in the apache,mak
	 with readdir.c/readdir.obj
	-compiled and linked from the command line

ciao,

-giovanni


 
          ***********************************************
          *                                             *
          *                                             *
          *    MATRICE srl                              *
          *    Information Technology Solutions         *
          *                                             *
          *    Giovanni Maruzzelli                      *
          *                                             *
          *                                             *
          *                                             *
          *    maruzz@matrice.it                        *
          *    http://www.matrice.it                    *
          ***********************************************