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.
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. Em Ter, 21 de abr de 2015 11:30, Dirk Hohndel <[email protected]> escreveu: > On Tue, Apr 21, 2015 at 07:48:02AM +0200, Willem Ferguson wrote: > > On 20/04/2015 22:15, Tomaz Canabrava wrote: > > > > > > > > >On Mon, Apr 20, 2015 at 4:53 PM, Willem Ferguson > > ><[email protected] <mailto: > [email protected]>> > > >wrote: > > > > > > > > > Thanks very much to those who commented to help me get Subsurface to > > > build on Ubuntu. > > > > > > My build g82ff9f does not show marble. Is this normal? If I select > > > View->All it does not show all. > > > > > > > > >not normail. > > >can you look at cmakecache.txt to see if NO_MARBLE was set to true? > > > > > > > > > Kind regards, > > > willem > > > > > > > Thank you, Tomaz. > > Here is the reason: > > > > //The directory containing a CMake configuration file for MARBLE. > > MARBLE_DIR:PATH=MARBLE_DIR-NOTFOUND > > > > //disable the marble widget > > NO_MARBLE:BOOL=OFF > > > > I have no idea how to react to this. > > So Marble wasn't found. > > Did you build with the build.sh script? > > /D > _______________________________________________ > subsurface mailing list > [email protected] > http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface >
_______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
