unable to compile

2015-07-21 Thread Miika Turkia
I am getting the following error when attempting to compile on Ubuntu 14.04.2LTS: subsurface/printer.cpp: In member function ‘void Printer::print()’: subsurface/printer.cpp:144:33: error: ‘class QPrinter’ has no member named ‘pageLayout’ miika ___ subsu

Re: unable to compile

2015-07-21 Thread Lubomir I. Ivanov
On 21 July 2015 at 13:23, Miika Turkia wrote: > I am getting the following error when attempting to compile on Ubuntu > 14.04.2LTS: > > subsurface/printer.cpp: In member function ‘void Printer::print()’: > subsurface/printer.cpp:144:33: error: ‘class QPrinter’ has no member > named ‘pageLayout’ >

Re: unable to compile

2015-07-21 Thread Dirk Hohndel
Are you compiling against Qt4 by any chance? -- Sent from my phone > On Jul 21, 2015, at 03:23, Miika Turkia wrote: > > I am getting the following error when attempting to compile on Ubuntu > 14.04.2LTS: > > subsurface/printer.cpp: In member function ‘void Printer::print()’: > subsurface/pri

Re: unable to compile

2015-07-21 Thread Miika Turkia
On Tue, Jul 21, 2015 at 3:41 PM, Dirk Hohndel wrote: > Are you compiling against Qt4 by any chance? This is 5.2.1 miika ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurfac

Re: unable to compile

2015-07-21 Thread Dirk Hohndel
On Tue, Jul 21, 2015 at 03:41:34PM +0300, Lubomir I. Ivanov wrote: > On 21 July 2015 at 13:23, Miika Turkia wrote: > > I am getting the following error when attempting to compile on Ubuntu > > 14.04.2LTS: > > > > subsurface/printer.cpp: In member function ‘void Printer::print()’: > > subsurface/pr

Re: unable to compile

2015-07-21 Thread Dirk Hohndel
On Tue, Jul 21, 2015 at 03:45:52PM +0300, Miika Turkia wrote: > On Tue, Jul 21, 2015 at 3:41 PM, Dirk Hohndel wrote: > > Are you compiling against Qt4 by any chance? > > This is 5.2.1 Yeah, shouldn't have responded from the phone before both eyes were open... I just responded to Lubomir's email

Re: unable to compile

2015-07-21 Thread Miika Turkia
the build might have worked but I get a segm fault with daily build 1190 when starting subsurface. Weird backtrace on malloc. Same 14.04 Ubuntu miika > On 21 Jul 2015, at 15:55, Dirk Hohndel wrote: > >> On Tue, Jul 21, 2015 at 03:45:52PM +0300, Miika Turkia wrote: >>> On Tue, Jul 21, 2015 at

Re: unable to compile

2015-07-21 Thread Dirk Hohndel
On Tue, Jul 21, 2015 at 04:07:35PM +0300, Miika Turkia wrote: > the build might have worked but I get a segm fault with daily build 1190 > when starting subsurface. Weird backtrace on malloc. Same 14.04 Ubuntu Great. Not. First thing to try with confusing backtraces that end in malloc is Valgrind

Re: unable to compile

2015-07-21 Thread Dirk Hohndel
On Tue, Jul 21, 2015 at 06:17:41AM -0700, Dirk Hohndel wrote: > On Tue, Jul 21, 2015 at 04:07:35PM +0300, Miika Turkia wrote: > > the build might have worked but I get a segm fault with daily build 1190 > > when starting subsurface. Weird backtrace on malloc. Same 14.04 Ubuntu > > Great. Not. > >

Unable to compile on master

2017-12-19 Thread Ivan Wagner
Dear list, I just pulled master and trying to compile by ./subsurface/scripts/build.sh but I'm having some errors regarding libdivecomputer lib. ... make[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. [ 15%] Built target TestPlan_automoc [ 15%] Built target Tes

Re: Unable to compile on master

2017-12-19 Thread Miika Turkia
try running following in subsurface source directory: git submodule init git submodule update --recursive On Wed, Dec 20, 2017 at 9:34 AM, Ivan Wagner wrote: > Dear list, > > I just pulled master and trying to compile by > ./subsurface/scripts/build.sh but I'm having some errors regarding > li

Re: Unable to compile on master

2017-12-21 Thread Ivan Wagner
I recloned the sources it's ok. Thank you. On 20.12.2017 08:52, Miika Turkia wrote: try running following in subsurface source directory: git submodule init git submodule update --recursive On Wed, Dec 20, 2017 at 9:34 AM, Ivan Wagner > wrote: Dear list