|
From: Bin Hu <hub...@gm...> - 2009-08-04 05:54:58
|
Hi,
I am having a problem in installing 3.1.107 on a virtual machine
running Ubuntu. Configure and compile looked fine, but got the
following error in sudo make install:
Making install in doc
make[1]: Entering directory `/home/hu/bak/ecell-3.1.107/doc'
Making install in users-manual
make[2]: Entering directory `/home/hu/bak/ecell-3.1.107/doc/users-
manual'
rm -f -rf users-manual
mkdir users-manual
make[3]: Entering directory `/home/hu/bak/ecell-3.1.107/doc/users-
manual'
make[3]: Nothing to be done for `install-exec-am'.
rm -f -rf users-manual
mkdir users-manual
test -z "/usr/local/share/doc/ecell/users-manual" || /bin/mkdir -p "/
usr/local/share/doc/ecell/users-manual"
/usr/bin/install -c -m 644 './users-manual/*' '/usr/local/share/doc/
ecell/users-manual/*'
/usr/bin/install: cannot stat `./users-manual/*': No such file or
directory
make[3]: *** [install-_htmlDATA] Error 1
make[3]: Leaving directory `/home/hu/bak/ecell-3.1.107/doc/users-manual'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/hu/bak/ecell-3.1.107/doc/users-manual'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/hu/bak/ecell-3.1.107/doc'
make: *** [install-recursive] Error 1
Executing ecell3-session generates the following error:
Traceback (most recent call last):
File "/usr/local/bin/ecell3-session", line 8, in <module>
import ecell.config
ImportError: No module named ecell.config
$ ecell3-python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Can anyone show me how to solve the problem? Thanks.
Regards,
Bin
|