<p dir="ltr">We can do a few things here: building from the build sh could always do a fresh build ( wich means remove the cmakecache file) , and after that you would build using make inside of the build folder. </p>
<p dir="ltr">After the first run of build.sh you can rerun cmake passing the missing stuff.  Run ccmake ..   ( Yes, ccmake, not cmake. )  inside of the build directory to fill the missing things. </p>
<br><div class="gmail_quote">Em Ter, 21 de abr de 2015 11:30, Dirk Hohndel <<a href="mailto:dirk@hohndel.org">dirk@hohndel.org</a>> escreveu:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Apr 21, 2015 at 07:48:02AM +0200, Willem Ferguson wrote:<br>
> On 20/04/2015 22:15, Tomaz Canabrava wrote:<br>
> ><br>
> ><br>
> >On Mon, Apr 20, 2015 at 4:53 PM, Willem Ferguson<br>
> ><<a href="mailto:willemferguson@zoology.up.ac.za" target="_blank">willemferguson@zoology.up.ac.za</a> <mailto:<a href="mailto:willemferguson@zoology.up.ac.za" target="_blank">willemferguson@zoology.up.ac.za</a>>><br>
> >wrote:<br>
> ><br>
> ><br>
> >    Thanks very much to those who commented to help me get Subsurface to<br>
> >    build on Ubuntu.<br>
> ><br>
> >    My build g82ff9f does not show marble. Is this normal? If I select<br>
> >    View->All it does not show all.<br>
> ><br>
> ><br>
> >not normail.<br>
> >can you look at cmakecache.txt to see if NO_MARBLE was set to true?<br>
> ><br>
> ><br>
> >    Kind regards,<br>
> >    willem<br>
> ><br>
><br>
> Thank you, Tomaz.<br>
> Here is the reason:<br>
><br>
> //The directory containing a CMake configuration file for MARBLE.<br>
> MARBLE_DIR:PATH=MARBLE_DIR-NOTFOUND<br>
><br>
> //disable the marble widget<br>
> NO_MARBLE:BOOL=OFF<br>
><br>
> I have no idea how to react to this.<br>
<br>
So Marble wasn't found.<br>
<br>
Did you build with the build.sh script?<br>
<br>
/D<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>