Re: [Scilab-users] SIVP problem via ATOMS with Linux Mint 18.1 - HELP

2017-11-11 Thread Samuel Gougeon

Hello David,

Le 11/11/2017 à 11:29, David Brant a écrit :

Hi
Everything works fine on windows, but unforunately i need to work with 
linux.

It appears ATOMS has not been configured to run correctly on Linux Mint.


Could you be more explicit? What's the problem with ATOMS, and with 
which Scilab version?

If you get error messages, which one?

Samuel

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] SIVP problem via ATOMS with Linux Mint 18.1 - HELP

2017-11-11 Thread Nikolay Strelkov
Dear Dave!

I got libtiff.so.4 from Ubuntu Saucy (see this AskUbuntu answer -
https://askubuntu.com/a/457034/66509 ).

Then I installed SIVP with
atomsUpdate(); atomsInstall("SIVP");
from Scilab 5.5.2 x64 on Ubuntu Xenial Xerus 16.04 LTS (as your LinuxMint
is based on it).

As was already mentioned on SIVP ATOMS page - symbolics links are broken
inside SIVP archive (
https://atoms.scilab.org/toolboxes/SIVP/0.5.3.2#comment2775 ) .

So with current SIVP version user should do the following from terminal:

cd /home/$USER/.Scilab/scilab-5.5.2/atoms/SIVP/
0.5.3.2/thirdparty/opencv/linux/x64

rm libavcodec.so
ln -s libavcodec.so.52 libavcodec.so

rm libavformat.so
ln -s libavformat.so.52 libavformat.so

rm libavutil.so
ln -s libavutil.so.49 libavutil.so

rm libcvaux.so
ln -s libcvaux.so.4 libcvaux.so

rm libcv.so
ln -s libcv.so.4 libcv.so

rm libcxcore.so
ln -s libcxcore.so.4 libcxcore.so

rm libdc1394.so
ln -s libdc1394.so.22 libdc1394.so

rm libhighgui.so
ln -s libhighgui.so.4 libhighgui.so

rm libml.so
ln -s libml.so.4 libml.so

rm libswscale.so
ln -s libswscale.so.0 libswscale.so


I'm not SIVP and/or OpenCV expert, I did not use it before your e-mail,
but it seems that it works after aforementioned manipulations.
I can run all SIVP Demonstrations.

Hope this helps.



--

*With best regards,Ph.D., *


*associate professor at MPEI
,IEEE member,maintainer of
Mathieu functions toolbox for Scilab
,Nikolay Strelkov.*

2017-11-11 13:29 GMT+03:00 David Brant :

> Hi
> Everything works fine on windows, but unforunately i need to work with
> linux.
> It appears ATOMS has not been configured to run correctly on Linux Mint.
> This is a real same. Without the toolkits, its reduce capability is a big
> hit.
>
> Would this be worth submitting as a bug report?
>
> Dave
>
>
>
> ___
> users mailing list
> users@lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>
>
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] SIVP problem via ATOMS with Linux Mint 18.1 - HELP

2017-11-11 Thread David Brant
Hi
Everything works fine on windows, but unforunately i need to work with linux.
It appears ATOMS has not been configured to run correctly on Linux Mint. This 
is a real same. Without the toolkits, its reduce capability is a big hit.

Would this be worth submitting as a bug report?

Dave

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users