simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Simulavr-devel] How-to compile and work with pysimulavr


From: Thomas K
Subject: Re: [Simulavr-devel] How-to compile and work with pysimulavr
Date: Sat, 19 Mar 2016 09:08:17 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Hi Sergei,

first: https://github.com/Traumflug/simulavr.git isn't the official simulavr repository. You use the fork from Markus! For the official one see http://savannah.nongnu.org/projects/simulavr.

For your problem: _pysimulavr.so depends on libsim.so, you have to include it in your LD_LIBRARY_PATH or declare the right path for your ld in your distribution. See also the answer from Klaus for bug#46311.

cu, Thomas


Am 18.03.2016 um 20:14 schrieb Сергей Хотеев:
System Ubuntu 15.04 , swig 2.0.12-1ubuntu1 - installed

git clone https://github.com/Traumflug/simulavr.git
./bootstrap
./configure LDFLAGS="-L/usr/lib/python2.7" --enable-python
make
sudo checkinstall
cd src/python
sudo python setup.py install

python -c 'import pysimulavr'
Traceback (most recent call last):
   File "<string>", line 1, in <module>
   File 
"/usr/local/lib/python2.7/dist-packages/pysimulavr-1.1.dev0-py2.7-linux-x86_64.egg/pysimulavr.py",
line 28, in <module>
     _pysimulavr = swig_import_helper()
   File 
"/usr/local/lib/python2.7/dist-packages/pysimulavr-1.1.dev0-py2.7-linux-x86_64.egg/pysimulavr.py",
line 24, in swig_import_helper
     _mod = imp.load_module('_pysimulavr', fp, pathname, description)
ImportError: 
/usr/local/lib/python2.7/dist-packages/pysimulavr-1.1.dev0-py2.7-linux-x86_64.egg/_pysimulavr.so:
undefined symbol: _ZTI14RWMemoryMember

*What's wrong?*
_______________________________________________
Simulavr-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/simulavr-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]