[Xapian-discuss] Building on Windows
Craig Lee
Craig.Lee at noetix.com
Wed Jun 8 21:21:22 BST 2005
I ran 'make test' and all but 15 tests passed. These 15 were skipped,
all of them stemdict tests.
cl.
-----Original Message-----
From: xapian-discuss-bounces at lists.xapian.org
[mailto:xapian-discuss-bounces at lists.xapian.org] On Behalf Of Craig Lee
Sent: Wednesday, June 08, 2005 1:01 PM
To: Olly Betts
Cc: xapian-discuss at lists.xapian.org
Subject: RE: [Xapian-discuss] Building on Windows
That did the trick.
- making sure that the 'find.exe' in cygwin was found first
- using --prefix and setting it to a directory without spaces
I then did a 'make distclean', re-ran './configure --prefix=/home/calee'
and then 'make' and it built! I also ran 'make install' and then worked
as well.
Are there some tests I can run to certify that the build is OK?
Thanks so much, Olly, for the help.
cl.
-----Original Message-----
From: Olly Betts [mailto:olly at survex.com]
Sent: Wednesday, June 08, 2005 12:28 PM
To: Craig Lee
Cc: xapian-discuss at lists.xapian.org
Subject: Re: [Xapian-discuss] Building on Windows
On Wed, Jun 08, 2005 at 11:40:27AM -0700, Craig Lee wrote:
> Excellent, that fixed the configure errors. I just set my PATH to
> just the cygwin\bin directory. Thanks!
OK, I'll at least note this issue, and have a think about eliminating
the need to use find.
> I still get the build errors when I run 'make'. How do I tell make to
> rebuild everything even if its built already? (Please excuse my make
> ignorance)
If you're about to rerun configure, then this should restore the tree to
the state it was in when you unpacked the tarball:
make distclean
If you just want to clean up compiled object files and the like but keep
the effects of configure then use:
make clean
Cheers,
Olly
_______________________________________________
Xapian-discuss mailing list
Xapian-discuss at lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-discuss
More information about the Xapian-discuss
mailing list