No problems compiling (with openssl0.9.8d and zlib1.2.3) with visual studio 2005 from the command line, except for the usual trouble with the manifest files.
Adding:
$(MAKE) $(MAKEOPT) -f Makefile.win SHORT=$(SHORT) LONG=$(LONG) \
_copybin src_exe=exe.manifest src_dll=dll.manifest src_so=so.manifest quiet="-" \
 inst_exe="$(INSTDIR)\bin"                              \
 inst_dll="$(INSTDIR)\bin"                              \
 inst_so="$(INSTDIR)\modules"
to the makefile automates the copy of the manifest files and resolves the problem. Maybe it's worth adding this or something to run mt.exe and embed the manifests.

--
Gustavo Lopes

Reply via email to