On 16 April 2015 at 01:29, Dirk Hohndel <[email protected]> wrote:
> Those of you building from source... if you haven't switched to cmake,
> yet, now would be a very good time. I'm planning to drop support for qmake
> fairly soon, so please give it a try and let me know if there are any
> issues.
>

i was able to again hack my way trough the native win32 build.
it's tolerable, but the pkg-config issues have deepened.

1)
pkg_config_library(LIBGIT2 libgit2)
^ this seems to require an extra argument for me (e.g. REQUIRED)
otherwise it fails.

2)
FIND_PACKAGE(Libdivecomputer REQUIRED)

^ i have cloned the subsurface fork of libdc in a folder, but this
does not work for me.
can we allow optional:
pkg_config_library(LIBDIVECOMPUTER libdivecomputer REQUIRED)

this means that the original libdc PC file points at the same folder.

3)
i think NO_MARBLE from the command line would be nice?
i hardly build subsurface with marble support anymore.

my current solution is:
ADD_DEFINITIONS(-DNO_MARBLE)

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

Reply via email to