On 17 February 2015 at 16:01, Michele Fabi <[email protected]> wrote:
> Done, and here the result.
>
> /usr/bin/ld: cannot find -lssrfmarblewidget
> collect2: error: ld returned 1 exit status
> make: *** [subsurface] Error 1

it says that a our localized version of the marblewidget cannot be found.

instead of:
qmake-qt5 SPECIAL_MARBLE_PREFIX=1

try:
qmake-qt5 LIBMARBLEDEVEL=<path-to-where-marble-is>

<path-to-where-marble-is> should contain:
/include
/src/lib/marble

or:
qmake-qt5 DEFINES += NO_MARBLE
(but mind this will disable the marble globe)

then do a:
make clean
make

lubomir
--
_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to