Displaying 2 results from an estimated 2 matches for "win32_api".
2007 Jun 13
2
Compiling 1.0.1 on windows : version.h
I tried to compile xapian 1.0.1 under windows but the new
/msvc/version.h file has #undef XAPIAN_HAS_REMOTE_BACKEND which prevents
/backends/dbfactory_remote.cc to be built.
The old (hand-written) version.h.win32 had it defined to 1.
Everything build fine if I replace #undef with #define in version.h.
Cheers,
--
Daniel M?nard
2008 Feb 28
2
Can't get xapian-core 1.05 to build under windows xp
...5\win32>nmake
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
Building Xapian on Win32
if not exist C:\Perl\bin\perl.exe exit(1)
copy config.h.win32 ..\config.h
1 file(s) copied.
copy win32_api.mak ..\api\Makefile
1 file(s) copied.
copy win32_backends.mak ..\backends\Makefile
1 file(s) copied.
copy win32_backends_flint.mak ..\backends\flint\Makefile
1 file(s) copied.
copy win32_backends_inmemory.mak ..\backends\inmemory\Makefile
1...