[Scilab-Dev] SIVP Loading error

Clément David clement.david at scilab-enterprises.com
Mon Mar 9 09:02:39 CET 2015


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





More information about the dev mailing list