similar to: Build files for Win32 now include C# bindings

Displaying 20 results from an estimated 10000 matches similar to: "Build files for Win32 now include C# bindings"

2008 Aug 14
0
Win32 build files for Ruby
Hi all, I've just been sent a build file for the Ruby bindings, and have thus produced a new set of build files, available from the usual place at http://lemurconsulting.com/Products/Xapian/Overview.shtml Huge thanks to Zsolt Sz. Sztup?k for his work on these. Cheers Charlie
2008 Nov 19
1
ruby xapian bindings and windows
Hi, I've compiled xapian 1.0.9 (core and buildings) on Windows Xp, using Lemur's nmake files[1]. I'm trying to use acts_as_xapian [2] on RubyOnRails, but I'm facing a problem with the rebuild index process. in acts_as_xapian, to rebuild the index, a new Xapian::WritableDatabase is created with a different path, then flush() is invoked; lastly, the new path is renamed to the old
2010 Jun 04
2
Xapian-devel Digest, Vol 66, Issue 2
Hi Charlie, Thanks for your reply. I've modified config.mak according to README. I just want to output the xapian dll for php, so i removed other config such python, csharp, etc. I download source code from php site & set the path in config.mak accordingly. It still reports this error. I'm confused which config i missed. Thanks. Jaber 2010/6/3 <xapian-devel-request at
2010 Sep 01
0
Xapian, C# and 64-bit Windows
Hi all, If for some reason you're interested in using Xapian and C# on a 64-bit version of Windows, I've written a guide to how to cross-compile the C# bindings on a 32-bit platform: http://trac.xapian.org/wiki/BuildXapianForSixtyFourBitWindows Thanks to www.It4You.no for sponsoring this. Best Charlie
2007 Jun 22
0
Job in (or near) Cambridge, UK
Just a quick note to let the list know that Lemur Consulting are looking for a Python programmer to work with them on Xapian, and some open source projects built on top of Xapian. If you're interested, more details are at: http://www.lemurconsulting.com/Hiring.shtml It's short term to begin with, but you never know! There will need to be a fair bit of face-to-face work to begin with,
2010 May 18
0
New stable release series - Xapian1.2.0 released
Le mar 18/05/10 11:49, "Charlie Hull" charlie at juggler.net a ?crit: > On 14/05/2010 18:29, Emmanuel Engelhart wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Le 14/05/2010 13:31, Charlie Hull a ?crit > : >> On 29/04/2010 08:22, Olly Betts > wrote: >>> I've uploaded Xapian 1.2.0 (including > Search::Xapian
2007 Jul 09
7
Xapian pubmeet
Hi all, A few of us have been discussing whether we should have a Xapian social gathering of some kind. The current idea is meeting up in a pub in London some time in autumn for drinks and food. However all of this really depends on who might be able to come! It would be a chance to meet other Xapian enthusiasts in an informal social setting and talk about all things search-related (and
2008 Apr 30
1
Python bindings smoketest error
Hi all, I'm getting an error in the smoketest. I'm using latest Swig and Python bindings from SVN-HEAD: File "smoketest.py", line 23, in <module> import xapian File "C:\work\xapian\xapian-SVN\xapian-core\win32\Release\Python\xapian.py", line 2099, in <module> ValueRangeProcessor.__call__ = ValueRangeProcessor.__call AttributeError: type
2006 Aug 04
0
Xapian article in PHP Architect
Hi all, I've just seen a great article in PHP Architect all about Xapian, written by Marco Tabini who set up the BeebleX PHP search site. "..This level of specialization has allowed the developers of Xapian to implement some features that, for a lack of a more technical term, can only be defined as "extremely cool":.....' It's a great introduction to Xapian and how
2009 Apr 07
0
Binaries now available for Windows
Hi all, We're now offering pre-built Windows binaries for Xapian examples, tools and bindings for PHP, Python, Java-swig, Ruby and C#. You can find them at http://www.flax.co.uk/xapian.shtml I'd appreciate any feedback from those with more experience in a particular language - for example I've built one-click installable packages for Python, but I'm not sure if there's
2007 Apr 03
3
More weirdness with PHP bindings
Hi all, There's been a odd bug reported to us by Daniel Menard while working on the PHP bindings: "I then tried to run the dotest target...All tests passed, except the one about get_matching_terms (smoketest.php line 94). I added this line before the exit: for ($i=0; $i<strlen($terms); $i++) echo $c=ord($terms[$i]), ' ', ($c>31?$terms[$i]:''), "\n";
2006 Jan 06
1
Xapian binding for C#.
Xapians! Anyone know when Xapian bindings for C# will be ready? Thanks, Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.tartarus.org/pipermail/xapian-discuss/attachments/20060105/257652e0/attachment.htm
2008 Nov 28
1
Lucene & Solr
Hi all, I've been asked to prepare a comparison of Lucene/Solr and Xapian and I'm trying to find some differences between the two. I'm not that familiar with Lucene myself but I expect there are lots of people who will have looked at both before ending up on this mailing lists. Can anyone help? I'm looking for both differences between the two systems and perhaps the reasons
2014 Jul 01
1
c#/ java binding improvements
Hi, I am a Computer Science and Engineering student at University of Moratuwa, Sri Lanka. I went through the project proposals of Xapian at Gsoc 2014. I found the project "c# binding improvement", very attractive for me to start up with committing to open-source community. And then found that is is not taken by any student. Please, some one can help me to start on this. I have 3 years
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 Jul 04
1
Latest patches for win32 build files
Hi all, Some small patches are attached for the Win32 build files. Also, currently it's failing a test on some of the new stuff: ... Running test: spell1... ok Running test: spell2... ok Running test: spell3....flint\dbw\flintlock - The process cannot access the file because it is being used by another process. .flint\dbw\postlist.DB - The process cannot access the file because it is being
2006 Dec 22
1
xapian + win XP + 2GB
hi, I have problem with Xapian on Win XP. I compile Xapian with VC 7.0 using win32.mak from Lemurconsulting. I want to use files 2GB+ but unfortunetly this not work. I know that configure in Linux version change something to allow using large files. Could anyone help me. regards, Grzegorz ---------------------------------------------------- Dwie kobiety i ten sam problem -
2010 May 18
1
New stable release series -Xapian1.2.0 released
Le mar 18/05/10 12:10, emmanuel at engelhart.org a ?crit: > Le mar 18/05/10 11:49, "Charlie Hull" charlie at j > uggler.net a ?crit:> On 14/05/2010 18:29, Emmanuel Engelhart > wrote:> > -----BEGIN PGP SIGNED MESSAGE----- > > > Hash: SHA1 > > > > > > Le 14/05/2010 13:31, Charlie Hull a > ?crit> : > >> On 29/04/2010 08:22, Olly
2007 Aug 07
2
How to use speex library in C#?
Hi everybody, I am fresh for speex and vs.net c#,and I want to use speex in a existed project written by c# language,does anybody done this before?because I do not know how to use c in c#,I worked under linux environment for years,never touched vc.net.Maybe compile the source code into dll file and use them?I heard about the wrapper,what does this mean, Regards Chris -------------- next part
2010 Jul 13
0
working out main effect variance when different parameterization is used and interaction term exists
Dear all, Apologies if this question is bit theoretical and for the longish email. I am meta-analyzing the coefficients and standard errors from multiple studies where the raw data is not available. Each study analyst runs a model that includes an interaction term for, say, between sex and smoking and age. Here is an illustrative example example for one study: set.seed(1066) status