Yep of course ; if your system is an x86_64 machine running an x86_64 OS, you have to use an x86_64 Scilab and librairies.
Avoid mixing i686 and x86_64 librairies on the same system, as this produce hard to debug issues. -- Clément Le lundi 09 mars 2015 à 17:48 +0000, Rishubh Jain a écrit : > Hello David, > > > I installed the libstdc++6-4.6-dev > libs..https://paste.ee/p/9dFnw..but still no luck, While searching and > tryng I found out that this may be due to the problem of running 32 > bit libraries on 64 bit system, and may be the compiler is searching > the libraries in 64 bit folder but is not able to find it because its > in 32 bit folder, I am trying to configure it for 64bit system. > > If possible Do Help me > > > Thanking You > Rishubh > > > > > > On Monday, 9 March 2015 1:02 AM, Clément David > <[email protected]> wrote: > > > > Hello Rish, > > Le dimanche 08 mars 2015 à 15:44 +0000, Rishubh Jain a écrit : > > I am trying to execute builder.sce in sivp-0.5.3, I have scilab > 5.5.1, > > but it gives me an compilation error. > > > > > > https://paste.ee/p/03I6o > > > > > > > > I have built and installed scilab, as well as installed opencv > > > (http://www.samontab.com/web/2014/06/installing-opencv-2-4-9-in-ubuntu-14-04-lts/) > > > > > > How to solve this problem? > > > The error is : > > In file included from /usr/local/include/opencv/cvaux.h:54:0, > from common.h:45, > from camshift.c:20: > /usr/local/include/opencv2/video/background_segm.hpp:47:16: fatal > error: > list: No such file or directory > #include <list> > > This error means that you need to install libstdc++-dev (C++ standard > lib includes) on Ubuntu or libstdc++-devel on Fedora / RedHat. > > -- > Clément > > > > > > > > _______________________________________________ > dev mailing list > [email protected] > http://lists.scilab.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://lists.scilab.org/mailman/listinfo/dev
