search for: xapian_bind

Displaying 2 results from an estimated 2 matches for "xapian_bind".

2007 Jun 13
1
Resource version in php_xapian.dll (windows)
...o duplicate version strings) and add php-src to the include path given to rc.exe so I can get the precise php version. On my windows, the resulting dll appears as "Xapian 1.0.1 bindings for PHP 5.2.2" Here is what I changed: - In win32/Makefile, target COPYMAKFILES, added: if exist $(XAPIAN_BINDINGS) copy version.rc $(XAPIAN_BINDINGS)\php - In win32/win32_bindings_php.mak: added version.res to LIB_XAPIAN_OBJS LIB_XAPIAN_OBJS= ".\xapian_wrap.obj" ".\version.res" added a rule to build version.res from version.rc: ".\version.res": version.rc $(RSC) /...
2008 Feb 28
2
Can't get xapian-core 1.05 to build under windows xp
Here is the output I get from nmake. I am not a guru at getting C programs to build under windows, I never had any troubles I could not solve on OSX :-( I am using the released sources, I have Visual Studio 2005, I have the make files from lemur. I read ALL the readme.txt file before starting. And this is what I get. C:\Documents and Settings\jroberson\My Documents\DOWNLOADS\xapian-