<p dir="ltr">If you pass cmake  -DNO_MARBLE=1 tô the command line it should work </p>
<br><div class="gmail_quote">Em Qui, 16 de abr de 2015 07:53, Lubomir I. Ivanov <<a href="mailto:neolit123@gmail.com">neolit123@gmail.com</a>> escreveu:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 16 April 2015 at 01:29, Dirk Hohndel <<a href="mailto:dirk@hohndel.org" target="_blank">dirk@hohndel.org</a>> wrote:<br>
> Those of you building from source... if you haven't switched to cmake,<br>
> yet, now would be a very good time. I'm planning to drop support for qmake<br>
> fairly soon, so please give it a try and let me know if there are any<br>
> issues.<br>
><br>
<br>
i was able to again hack my way trough the native win32 build.<br>
it's tolerable, but the pkg-config issues have deepened.<br>
<br>
1)<br>
pkg_config_library(LIBGIT2 libgit2)<br>
^ this seems to require an extra argument for me (e.g. REQUIRED)<br>
otherwise it fails.<br>
<br>
2)<br>
FIND_PACKAGE(Libdivecomputer REQUIRED)<br>
<br>
^ i have cloned the subsurface fork of libdc in a folder, but this<br>
does not work for me.<br>
can we allow optional:<br>
pkg_config_library(LIBDIVECOMPUTER libdivecomputer REQUIRED)<br>
<br>
this means that the original libdc PC file points at the same folder.<br>
<br>
3)<br>
i think NO_MARBLE from the command line would be nice?<br>
i hardly build subsurface with marble support anymore.<br>
<br>
my current solution is:<br>
ADD_DEFINITIONS(-DNO_MARBLE)<br>
<br>
lubomir<br>
--<br>
_______________________________________________<br>
subsurface mailing list<br>
<a href="mailto:subsurface@subsurface-divelog.org" target="_blank">subsurface@subsurface-divelog.org</a><br>
<a href="http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface" target="_blank">http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface</a><br>
</blockquote></div>