search for: win32msvc

Displaying 5 results from an estimated 5 matches for "win32msvc".

2007 Apr 12
1
Re: [Xapian-commits] 8196: trunk/xapian-maintainer-tools/win32msvc/
...vn.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 trunk/xapian-maintainer-tools/win32msvc/Makefile The sed substitution doesn't work properly - the backslashes in the path of PERL_EXE are interpreted (by sed I guess) along with the characters which follow. Sorry, I've no clue where to start fixing this without switching from nmake to GNU make which is probably too radical......
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 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 on windows, it's hard, the document a...
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 Maintenance Utility, Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. NMAKE : fatal error U1073: "".\xapian_wrap.cc"" don't...
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