where exactly did you add this in the Makefile?
After some searching it does seem that the errors I' mgetting are related to
missing or wrong manifest files.

On 1/6/07, Gustavo Lopes <"mail:Apache"@geleia.net> wrote:

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




--
~Jorge

Reply via email to