Summary: | marble (from git) doesn't build with opencv 3.1 (only with opencv2) | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | desaparecido <luis.davila.pc> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nienhueser, rdieter |
Priority: | NOR | ||
Version: | 2.0 (KDE Applications 16.08) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
desaparecido
2016-05-03 10:31:20 UTC
There's probably a reason marble examples (the only thing in marble that uses opencv) are disabled by default: option(BUILD_MARBLE_EXAMPLES "Build C++ examples showing how to use the Marble library" OFF) So, workaround for now would be to skip setting -DBUILD_MARBLE_EXAMPLES=ON (or explicitly do -DBUILD_MARBLE_EXAMPLES=OFF) hi, thanks for the tip, with -DBUILD_MARBLE_EXAMPLES=OFF all builds fine (commit r11212.29743f3, builded recently today), BUT I have this conflict file when I try to install it (I use Archlinux, so to install it I use pacman): error: failed to commit transaction (conflicting files) /usr/share/mime/packages/geo.xml exists in both 'marble-data-git' and 'marble-git' Errors occurred, no packages were upgraded. Fixed in http://commits.kde.org/marble/b6f409c7c4f3c58cfe253a583e501171a57ffe51 Please reopen if that causes problems with older OpenCV versions, not sure how the OpenCV 2 cmake check reacts to videoio. yes, I built successfully some hours ago win OpenCV 3, thanks ;-) |