Ticket #115 (closed defect: released)
msvc failing some tests
| Reported by: | mhammond | Owned by: | charliejuggler |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.0 |
| Component: | MSVC makefiles | Version: | SVN trunk |
| Severity: | normal | Keywords: | |
| Cc: | olly, richard, sidnei, mhammond | Blocked By: | |
| Operating System: | All | Blocking: | #118 |
Description (last modified by richard) (diff)
I'm attaching a patch with the outstanding changes to the MSVC makefiles, necessary to get things building on Windows with the new remote/net port.
The patch includes the following:
* win32_net.mak, a new makefile to allow the 'xapian-core/net' directory to build on windows.
* config.mak now attempts to use a debug Python library if xapian is built in debug mode. Further, add support for building from a Python source-tree where 2 INCLUDE directories are necessary (the fact one does not exist for binary users should be fine).
* win32_bindings_python.mak includes support for the 2 Python INCLUDE directories, as well as adds the 'net' and 'remote' libraries.
Please note the patch has Windows line endings.
*

