Displaying 13 results from an estimated 13 matches for "bankert".
Did you mean:
banker
2016 Sep 12
2
problem with bindings configure script
...ase
someone other than me runs up against it.
Olly - thanks for the tip to check the config.log - it's what allowed to
figure out and get past the jni_md.h issue.
John
On Fri, Sep 9, 2016 at 3:25 PM, James Aylett <james-xapian at tartarus.org>
wrote:
> On 9 Sep 2016, at 19:55, John Bankert <jbankert at gmail.com> wrote:
>
> > I'm trying to compile xapian core and bindings under cygwin. I have no
> > issues running the configure script and then compiling core, but bindings
> > is giving me some issues. I'm running the configure script for bindings
&g...
2016 Sep 22
2
issues compiling omega
...bye-bye, but as I freely admit I'm out of
my depth here as relates to C/C++ I won't swear to it. Again, any useful
information very much appreciated. Thanks!
John
On Thu, Sep 22, 2016 at 2:34 PM, James Aylett <james-xapian at tartarus.org>
wrote:
> On 22 Sep 2016, at 18:35, John Bankert <jbankert at gmail.com> wrote:
>
> > /usr/bin/x86_64-w64-mingw32-ld: cannot find -lmagic
>
> It's slightly confusing, but this error means it's failing to find a
> _library_ called magic, which won't be in a file just called "magic". I
> don't kn...
2016 Sep 09
3
problem with bindings configure script
All,
I'm trying to compile xapian core and bindings under cygwin. I have no
issues running the configure script and then compiling core, but bindings
is giving me some issues. I'm running the configure script for bindings as
follows:
in xapian-bindings-1.4.0 directory.
./configure XAPIAN_CONFIG=/home/John/xapian-core-1.4.0 --with-java and had
two issues.
The first I solved by doing
2016 Sep 14
1
problem with bindings configure script
...and I was able to successfully make the bindings. Haven't had a chance to
run any samples yet, but wanted to follow up on this. Thanks again for your
help.
John
On Mon, Sep 12, 2016 at 6:31 PM, Olly Betts <olly at survex.com> wrote:
> On Mon, Sep 12, 2016 at 11:07:10AM -0400, John Bankert wrote:
> > That worked, thanks, but with a caveat. I don't know if this is a
> > limitation of autoconf/configure, but jni.h wants to include jni_md.h,
> > which is located in JNI_INCLUDE_DIR/win32, which is not automatically
> > searched. I was able to work around this...
2016 Sep 22
2
issues compiling omega
All,
I'm having some issues compiling omega. Here are the particulars
I'm on win7, using cygwin 4.9.2 64 bit. Here's the relevant output from
make:
libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith
-Wca
st-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords
-Wundef
-Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1
2016 Sep 09
1
question
All,
I'm having a problem running the configure script for xapian bindings.
Before posting details, I wanted to find out if my query should go here,
the devel list or the tickets list. Thanks!
John
2016 Sep 09
0
problem with bindings configure script
On 9 Sep 2016, at 19:55, John Bankert <jbankert at gmail.com> wrote:
> I'm trying to compile xapian core and bindings under cygwin. I have no
> issues running the configure script and then compiling core, but bindings
> is giving me some issues. I'm running the configure script for bindings as
> follows:
Joh...
2016 Sep 12
0
problem with bindings configure script
On Mon, Sep 12, 2016 at 11:07:10AM -0400, John Bankert wrote:
> That worked, thanks, but with a caveat. I don't know if this is a
> limitation of autoconf/configure, but jni.h wants to include jni_md.h,
> which is located in JNI_INCLUDE_DIR/win32, which is not automatically
> searched. I was able to work around this by moving jni_md.h f...
2016 Sep 22
0
issues compiling omega
On 22 Sep 2016, at 18:35, John Bankert <jbankert at gmail.com> wrote:
> /usr/bin/x86_64-w64-mingw32-ld: cannot find -lmagic
It's slightly confusing, but this error means it's failing to find a _library_ called magic, which won't be in a file just called "magic". I don't know where libraries live unde...
2016 Sep 22
0
issues compiling omega
On Thu, Sep 22, 2016 at 05:10:32PM -0400, John Bankert wrote:
> That was exactly the issue. libmagic.dll.a was in /lib under cygwin. Adding
> a -L/lib took care of this.
The "share" vs "lib" distinction is that "share" is for files which are
architecture independent. So executable machine code will (well,
should) n...
2016 Sep 28
0
Xapian 1.2.24 released
...installing it doesn't seem an onerous requirement.
The wiki has a summary of the most notable changes:
https://trac.xapian.org/wiki/ReleaseOverview/1.2.24
A big thanks to the following people for helping to make this release
a reality: Eric Wong, Amanda Jayanetti, Tejas Jogi, Vivek Pal, John
Bankert, Nick Morrott.
If I've missed anyone out, you can claim an extra big thankyou.
As always, if you encounter problems, please report them here, or to
the bug-tracker: https://xapian.org/bugs
Since 1.2.17, I'm providing detached GPG signatures for each of the release
tarballs (for each tarb...
2016 Oct 23
0
Xapian 1.4.1 released
...summary of the most notable changes:
https://trac.xapian.org/wiki/ReleaseOverview/1.4.1
A big thanks to the following people for helping to make this release
a reality: Till Schäfer, Daniel Vrátil, Vivek Pal, Aarsh Shah, Arnav
Jain, Aaron Li, German M. Bravo, Amanda Jayanetti, James Aylett, John
Bankert, Nick Morrott, Stuart Prescott, Sean Robinson, Julien
Pfefferkorn, Gaurav Arora.
If I've missed anyone out, you can claim an extra big thankyou.
As always, if you encounter problems, please report them here, or to
the bug-tracker: https://xapian.org/bugs
You can find detached GPG signatures...
2016 Sep 27
1
omega issues/notes
All,
I've run into a couple of things using omega/omindex under cygwin. I don't
think I'd attribute them to xapian, omega or omindex, but wanted to get
them out to the list so that if anyone else should run into these things
down the road, hopefully someone will remember and be able to help.
1) after compiling and building omega, and doing make install, I get a set
violation when