Displaying 20 results from an estimated 800 matches similar to: "Compilation error"
2011 Aug 23
1
Hi,
Hi
My Name is Aman Agarwal, I want to contribute in xapian and I hope to get
some easy task in starting to familiarize the code base.
Kindly guide me for the same.
Regards
--
Aman Agarwal
"If you want to follow you should follow it 100%"
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Apr 18
0
Who can help me?I got a problem when I make ”Xapian-bindings“
Hi?
I am a beginer. And I want to try this searcher.
When I configure and building Xapian-bingdings,
I met this problem.
I type "make"
then got
some error info:
That appear like this:
jack at jack-desktop:~/SE/xapian-bindings-1.2.5$ make
make all-recursive
make[1]: ?????? `/home/jack/SE/xapian-bindings-1.2.5'
Making all in python
make[2]: ??????
2005 Sep 12
2
Compiling xapian-bindings-0.9.2 on OpenBSD 3.7
Hello,
Compiling xapian-core-0.9.2 worked fine, and make check reported that the tests ran without problems (although it skipped some near the end). Now I'm trying to compile xapian-bindings-0.9.2 on OpenBSD 3.7 but have run into a problem. After hours of searching the net I haven't found a solution.
For reference gcc -v gives the following output:
Configured with:
Thread model: single
2004 Sep 02
1
bindings - python module
hello all,
i'm new to xapian and am just beginning to play around with the python
bindings. first off, the example (simplesearch.py) i pulled from cvs
didn't work complaining of not finding the _xapian module. after using
strace, i noticed python trying to search for _xapian.so. the default
xapian-bindings build produces _xapian (without the .so extension) so
renaming it to _xapian.so
2015 Feb 13
2
[PATCH] ./run: Use 'prepend' function to build paths.
Add a bash function 'prepend' for intelligently prepending elements to
paths. eg:
prepend PYTHONPATH "/foo"
would set PYTHONPATH to "/foo" or "/foo:<previous-contents-of-PYTHONPATH>"
Tested by:
(1) Building and testing libguestfs twice: first without libguestfs
installed as a system library, and then with it installed.
(2) Examining the output of
2005 Jan 17
1
problem installing RSPython
Hi,
I'm trying to install RSPython v0.5-4 on a debian machine (woody,
testing) but am having the following problem.
$R CMD INSTALL -c --library=/usr/lib/R/library RSPython_0.5-4.tar.gz 2>err
But then...
$python
>> import RS
Error in .PythonInit() : Error in Python call: values
Error in library("RSPython") : .First.lib failed for 'RSPython'
Traceback (most recent
2016 Oct 27
1
[PATCH] run.in: Quote contents of @VAR@ substitutions
---
run.in | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/run.in b/run.in
index 8fdf454..438a68c 100755
--- a/run.in
+++ b/run.in
@@ -140,15 +140,15 @@ export PERL_VALGRIND=1
export PERL_DESTRUCT_LEVEL=2
# For Python.
-export PYTHON=@PYTHON@
+export PYTHON="@PYTHON@"
prepend PYTHONPATH "$b/python/.libs"
prepend PYTHONPATH
2008 Oct 06
1
python-sybase on Centos 5 x86_64
Installed the freetds rpms from centos-extras, also tried the ones in
rpmforge
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-0.64-11.el5.centos.x86_64.rpm
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-devel-0.64-11.el5.centos.x86_64.rpm
Compiled python-sybase-0.39 by hand, and also via rpm.
2005 Feb 23
2
[LLVMdev] Python bindings for LLVM API
Hi,
I would like to share my experimental LLVM API Python bindings with the LLVM
enthusiasts. I have created Boost.Python wrappers largely for the VMCore
interface and other selected interfaces (e.g. ExecutionEngine). The
bindings provide direct runtime access to the LLVM bytecode and JIT
execution features from Python.
The bindings are complete enough so that one can e.g. run the Fibonacci
2009 Feb 11
1
RSPython
Hi all,
I try to utilize RSPython to invoke Python from R. For me it works pretty
fine for basic applications, but I have 3 problems that may be related.
(1) I can't load other packages but "standard" ones also when I adjust the
PythonPath:
> importPythonModule('sys', all=T)
NULL
> importPythonModule('numpy', all=T)
Error in
2005 Feb 24
0
[LLVMdev] Python bindings for LLVM API
Jarno,
This looks like it could be very valuable - thanks for making it
available. Just out of curiosity, do you have any specific uses in
mind for which you created these bindings?
--Vikram
http://www.cs.uiuc.edu/~vadve
http://llvm.cs.uiuc.edu/
On Feb 23, 2005, at 5:21 PM, Jarno Seppänen wrote:
> Hi,
>
> I would like to share my experimental LLVM API Python bindings with
>
2018 Apr 08
2
Unable to rejoin domain, LDAP error 50
On Sun, 08 Apr 2018 13:34:52 +0200
Kris via samba <samba at lists.samba.org> wrote:
> W dniu 2018-04-08 12:49, Rowland Penny via samba napisał(a):
> > On Sun, 08 Apr 2018 12:31:26 +0200
> > Kris via samba <samba at lists.samba.org> wrote:
> >
> >> I should try this command sooner. Now I have made full backup and
> >> something is missing:
>
2013 Jun 06
3
installing carbon / passing PYTHONPATH to pip package provider?
My environment: Ubuntu LTS 12.04, carbon
(https://github.com/graphite-project/carbon) 0.9.9 installed using "pip".
I just learned why when I run "pip freeze" on a system I don''t see the
"carbon" package even when it installed successfully - I should run it with
"PYTHONPATH=/opt/graphite/lib/ pip freeze".
(ref:
2018 Mar 14
4
Error running CVE-2018-1057_helper on 4.5
I tried to run this script on a system running 4.5.15 built from source
under Ubuntu 16.04, but I get the following exception:
# PYTHONPATH="/usr/local/samba/lib/python2.7/site-packages/"
./samba_CVE-2018-1057_helper --lock-pwchange
Temporarily overriding 'dsdb:schema update allowed' setting
Traceback (most recent call last):
File "./samba_CVE-2018-1057_helper",
2017 Dec 04
0
Fwd: Qwery regarding Selinux Change Id context
Hi All,
Thanks for the information.
But after resetting the semanage User/login, and moving the targeted folder
to old one and then install the default target. then also its still showing
the
Id context as context=*system_u:system_r:unconfined_t:s0-s0:c0.c1023.*
*What I observed is after changing the permission using semanage command
also, its still showing the system_u:system_r. *
*Check the
2006 Nov 20
1
Fw: need help
Hi,
Please find the mail appended below. I need some help on SSH installation.
The machine is running on AIX 4.3.2.0. It is a production machine and has
some known vulnerable issues with current version of SSH installed.
Current SSH version is openSSH_3.7p1
I need to know the highest version of SSH which can be installed on this
machine.
Please be so kind to send me this info.
Regards,
2010 Aug 29
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Code:
Apple_PubSub_Socket_Render=/tmp/launch-mcYObM/Render
BASH=/bin/bash
BASH_ARGC=()
BASH_ARGV=()
BASH_LINENO=()
BASH_SOURCE=()
BASH_VERSINFO=([0]="3" [1]="2" [2]="17" [3]="1" [4]="release" [5]="i386-apple-darwin9.0")
BASH_VERSION='3.2.17(1)-release'
CLICOLOR=true
COLUMNS=270
COMMAND_MODE=unix2003
DIRSTACK=()
2010 Oct 20
0
[Rpy] "lapack routines cannot be loaded" in Ubuntu Linux 9.10
On 20 October 2010 at 09:57, Aman Thakral wrote:
| Thanks for your reply. I just created a link to
| /usr/local/lib/R/lib/libRlapack.so in /usr/local/lib. It works now.
| I'm just curious, is this the "right" way to do it? Is there a better way?
I am coming to this a little late but ... it is a band aid to a self-inflicted wound.
You only have libRlapack because you built R
2015 Nov 04
2
Using samba-python to query AD? Status of API?
On Wed, Nov 4, 2015 at 12:27 PM, Rowland Penny
<rowlandpenny241155 at gmail.com> wrote:
> On 04/11/15 17:11, pisymbol . wrote:
>>
>> On Wed, Nov 4, 2015 at 11:09 AM, mathias dufresne <infractory at gmail.com>
>> wrote:
>>>
>>> Hi,
>>>
>>> Once you have installed Samba to be able to run it as Active Directory
>>> you
2015 Feb 13
0
Re: [PATCH] ./run: Use 'prepend' function to build paths.
On Friday 13 February 2015 10:16:34 Richard W.M. Jones wrote:
> Add a bash function 'prepend' for intelligently prepending elements to
> paths. eg:
>
> prepend PYTHONPATH "/foo"
>
> would set PYTHONPATH to "/foo" or "/foo:<previous-contents-of-PYTHONPATH>"
>
> Tested by:
>
> (1) Building and testing libguestfs twice: