-
Currently, after ECVL is installed with CMake, e.g.:
```
mkdir build
cd build
cmake ..
make
make install
```
resulting artifacts (includes, libs and CMake output files) are all placed unde…
-
I'm trying to compile an install ecvl with all available components from scratch.
All requisites in Readme are satisfied (Ubuntu), cmake command ends without warnings.
make install command ends wi…
-
I tried to run the `EXAMPLES` executable create by the build, and I got this:
```
Runtime error: ContiguousView2D can be built only from "xyc" images
```
-
Hey,
I'm using gulp-ruby-sass and if I add gulp-autoprefixer, I get the following error
```
write style.css.map
events.js:72
throw er; // Unhandled 'error' event
^
Error: /User…