On 17 November 2014 23:10, Steve Butler <[email protected]> wrote: > linking subsurface > .obj/moc_globe.o:(.data.rel.ro._ZTV8GlobeGPS[_ZTV8GlobeGPS]+0x60): undefined > reference to `Marble::MarbleWidget::connectNotify(QMetaMethod const&)' > .obj/moc_globe.o:(.data.rel.ro._ZTV8GlobeGPS[_ZTV8GlobeGPS]+0x68): undefined > reference to `Marble::MarbleWidget::disconnectNotify(QMetaMethod const&)' > collect2: error: ld returned 1 exit status > make: *** [subsurface] Error 1 > Makefile:523: recipe for target 'subsurface' failed >
BTW, since everything else compiles you can try disabling Marble (the globe widget) if you can't solve the issue. qmake "DEFINES += NO_MARBLE" make clean make lubomir -- _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
