similar to: Compiling 1.0.1 on windows : version.h

Displaying 20 results from an estimated 100 matches similar to: "Compiling 1.0.1 on windows : version.h"

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-
2006 Nov 06
1
Win32/MSVC compilation for 0.9.8
Hiya, I'm working on updating the MSVC build files for 0.9.8 (I've been assuming that it's not worth doing this for 0.9.7). One small problem; we can't build the remote backend in this environment because the network code is waay too Unixy. Thus I'm getting a problem building some of the tests; specifically test_serialisedoc1() and test_serialiselength1() in
2007 Jun 13
1
Resource version in php_xapian.dll (windows)
(following my mail in xapian-discuss on 11.06) I revisited my resource file and came up with a much simpler solution. I'm now using the new version.h file (no need to 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
2009 Feb 12
1
problem when using xapian's static libs in windows
I have download source ?1.10? from the internet and build it into lib Then I create a project as the helpdoc said I using vc2005(vc8) The source in my test project is as follow??copy from the helpdoc? #include <xapian.h> #include <iostream> using namespace std; int main(int argc, char **argv) { // Simplest possible options parsing: we just require three or more
2007 Apr 12
1
Re: [Xapian-commits] 8196: trunk/xapian-maintainer-tools/win32msvc/
On Thu, Apr 12, 2007 at 12:52:03PM +0100, richard wrote: > SVN root: svn://svn.xapian.org/xapian > Changes by: richard > Revision: 8196 > Date: 2007-04-12 12:52:02 +0100 (Thu, 12 Apr 2007) > > Log message (1 line): > Fix rules for generating .pl files from .pl.in files. > > Modified files: > U
2017 Aug 31
1
how to build Xapian project on windows?
hi, anyone know how to build Xapian on windows?I had try this(https://github.com/xapian/xapian/tree/v1.2.24/xapian-maintainer-tools/win32msvc) but fail. error messages: .\remoteconnection.cc(532) : error C2146: syntax error : missing ';' before identifier 'uoff_t' How to edit the config.mak file to release a correct config.h file ? I can compile Xapian on Linux, it's easy, but
2009 Sep 15
1
can´t build ruby bindings with msvc (xapian 1.1.2)
hi i?m trying to build the ruby bindings in xapian 1.1.2 on win xp. i?ve 1. pulled the tags/1.1.2 revision from svn 2. built SWIG from repo via MinGW and MSYS (swig -help works, so build seems ok to me) 3. built xapian-core following readme in ...\win32msvc, apitest doesn?t give errors now if i try to build: "...\ruby>nmake SWIGBUILD=1 Microsoft (R) Program
2007 May 23
1
Debian etch packages of php5-xapians have old style flat function interface
I'm running Debian stable (etch) on a server, and have the following Xapian packages installed. root@seagrass:/etc/php5/apache# dpkg -l | grep xap ii libxapian-dev 0.9.9-1 Development files for Xapian search engine l ii libxapian13 0.9.9-1 Search engine library ii php4-xapian
2006 May 17
3
QueryParser lowercase / uppercase and stemming
Hello. There are several problems I couldn't find a solution. 1. QueryParser does not perform stemming I am working with PHP5 and use the xapian wrapper written by Daniel M?nard I build a query using parseQuery. Output of the parsed query shows that terms are not stemmed, although a stemmer is set ( see code snippet) # create a XapianDatabase object to search in $db = new
2007 May 15
1
Document ID 0 is invalid... but not always...
Note: this is rather long and not very important and I don't want to prevent the team from releasing version 1.0, so go on reading only if you have too much free time !!! ;-) 0 is not a valid document ID, never, ever, but I just found a special case in which xapian will create a record and return 0 for the newly created record. In fact, I was "hacking", trying to store metadata
2009 Apr 21
1
Missing end tag...
Hi, It's not very important, but I just noticed that the page: http://xapian.org/docs/queryparser.html uses monospace font from the paragraph about "Phrase searches" until the end of the document (there's a missing </code>). It's not visible under FF, but it is with IE and Chrome... Cheers, Index: queryparser.html
2007 Jun 11
3
Xapian 1.0.1 released
I've now uploaded Xapian 1.0.1, which you can download from the usual place: http://www.xapian.org/download.php This release mainly comprises bug fixes and performance improvements. The "simple" examples (for both C++ and the bindings) have also been overhauled and now use the QueryParser and TermGenerator classes, which makes for simpler examples and should better reflect
2007 Jun 11
3
Xapian 1.0.1 released
I've now uploaded Xapian 1.0.1, which you can download from the usual place: http://www.xapian.org/download.php This release mainly comprises bug fixes and performance improvements. The "simple" examples (for both C++ and the bindings) have also been overhauled and now use the QueryParser and TermGenerator classes, which makes for simpler examples and should better reflect
2009 Sep 15
1
Powered by Xapian
Hi, I'm not so far, by now, of publicly releasing the next version of our web site which is extensively using Xapian, so I thought it was time to say "thank you" by adding in the footer and in the "credits" page of my site the Xapian logo with a link back to the Xapian web site. I was surprised to discover how hard it was for me to find how to do... I'm not a
2006 May 10
1
Documentation for the PHP OO wrapper
I finally had a chance to spend some time on Olly's idea about generating documentation for the object-oriented PHP wrapper http://www.oligarchy.co.uk/xapian/patches/xapian9.phps >Another way to approach it might be to postprocess Doxygen's XML output >(which would allow mechanical changes to match PHP syntax). > > I wrote an xslt script to test the idea (It is one of the
2007 Mar 09
1
Re: [Xapian-commits] 7938: trunk/xapian-maintainer-tools/win32msvc/
On Fri, Mar 09, 2007 at 04:35:15PM +0000, richard wrote: > Also, adds PHP support! Cool! Which PHP version(s)? xapian-bindings/README needs updating... Cheers, Olly
2017 Mar 15
2
xapian core missing link to math on MSYS2
Dear All, I've tried to build xapian-core 1.4.3 on MSYS2. It fails with attached error (undefined reference to `exp10'). I think it might be missing an explicit link to 'm'. I'm not able to fix this myself as I do not know autotools sufficiently well, but I hope you might be able to help. Cheers, Mario Emmenlauer -- BioDataAnalysis GmbH, Mario Emmenlauer Tel.
2007 Nov 08
1
QueryParser : some remarks
Hi to all, First, I would like to say a big thank you for the work which was done on my 'wish bug' to allow mapping one field to multiple prefixes (http://www.xapian.org/cgi-bin/bugzilla/show_bug.cgi?id=93). That's great! I have upgraded to 1.0.4 and I am revisiting my code, replacing the php query parser I wrote with Xapian's one. Everything works well, but I have some
2005 Dec 29
6
How do I open and read/write to a file?
I need to process some text files quickly. I''ve not been able to find the answer in the archive. The Ruby Standard Library site times out. Can someone tell me where to find info on how to: 1. Get a list of filenames in a directory. 2. How to open a file. 3. How to read it a line at a time. -- Thanks in advance for the help, -Larry "Work, work, work...there is no satisfactory
2014 Sep 08
0
QEMU disk migration not using entire connection throughput
Hello everybody, I've been observing that, during the disk migration usign --copy-storage-inc, the data transfer hardly ever uses the entire available connection bandwidth (in my case 1 Gb/s), and the migration is at a non-constant speed. On the other hand, at the memory migration step, everything goes perfect. I am almost sure that this is not a nard disk throughput limitation, because