> On 20 Oct 2017, at 0.44, Willem Ferguson <[email protected]> 
> wrote:
> 
> On 20/10/2017 01:08, Dirk Hohndel wrote:
>>> On Oct 19, 2017, at 4:48 PM, Willem Ferguson 
>>> <[email protected]> wrote:
>>> 
>>>> On 19/10/2017 22:19, Miika Turkia wrote:
>>>> self compiled? docs disabled in cmake?
>>>> 
>>>> miika
>>> I built build 1026 and that has the same issue.
>> Just build 1030 on ArchLinux and I have a user manual.
>> Can you run ccmake and check if something odd happened with build options?
>> 
>> /D
> 
> Dirk, please give me the precise ccmake command? Run from which directory?

go to your build directory (probably subsurface/build). Run:

ccmake .

And then you have user interface that should be easy enough. (If missing ccmake 
command, sudo apt-get install ccmake)

> Build 1003 does not have the problem. I should be able to backstep in the git 
> tree and do consecutive builds to see at exactly which build the problem 
> arises. What is the correct instruction for stepping back one step in order 
> to rebuild a previous version?

git checkout <sha>

you get the sha hashes from 'git log' command. Or you could use

git checkout HEAD~1

the number being the amount to back step

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

Reply via email to