[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Simulavr-devel] How-to compile and work with pysimulavr
From: |
Valber |
Subject: |
Re: [Simulavr-devel] How-to compile and work with pysimulavr |
Date: |
Sun, 20 Mar 2016 01:59:19 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 |
On 19.03.2016 11:08, Thomas K wrote:
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
Set
echo $LD_LIBRARY_PATH
/usr/local/lib
I download fresh e53413b230637b75e1cfa5c316e988480f5cea14 commit from
git://git.savannah.nongnu.org/simulavr.git , now all compiled and
pysimulavr exported fine.
$ python
Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pysimulavr
>>> quit()
Thanks, Thomas K !!