problems compiling subsurface 4.4 on fedora 18

Lubomir I. Ivanov neolit123 at gmail.com
Tue Feb 17 06:09:21 PST 2015


On 17 February 2015 at 16:01, Michele Fabi <fabiemme at gmail.com> 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
--


More information about the subsurface mailing list