Re: Build issues

2015-02-15 Thread Dirk Hohndel
On Sun, Feb 15, 2015 at 08:55:07PM +0200, Lubomir I. Ivanov wrote: > On 15 February 2015 at 20:51, Dirk Hohndel wrote: > > On Sun, Feb 15, 2015 at 10:41:37AM -0800, Dirk Hohndel wrote: > >> > >> But I'll create a windows installer for you and put it somewhere. Give me > >> a few minutes > > > > He

Re: Build issues

2015-02-15 Thread Lubomir I. Ivanov
On 15 February 2015 at 21:01, Dirk Hohndel wrote: >> > Also with the new write-version thingy... the first time I run make, I get >> > something weird like "sh: Syntax error, unexpected end of line in line:1" >> > Starting the make again works. Any idea what's up with that? >> >> can't seem to rep

Re: Build issues

2015-02-15 Thread Dirk Hohndel
On Sun, Feb 15, 2015 at 09:12:18PM +0200, Lubomir I. Ivanov wrote: > On 15 February 2015 at 21:01, Dirk Hohndel wrote: > >> > Also with the new write-version thingy... the first time I run make, I > >> > get > >> > something weird like "sh: Syntax error, unexpected end of line in line:1" > >> > S

Re: Build issues

2015-02-15 Thread Lubomir I. Ivanov
On 15 February 2015 at 21:18, Dirk Hohndel wrote: > On Sun, Feb 15, 2015 at 09:12:18PM +0200, Lubomir I. Ivanov wrote: >> On 15 February 2015 at 21:01, Dirk Hohndel wrote: >> >> > Also with the new write-version thingy... the first time I run make, I >> >> > get >> >> > something weird like "sh:

Re: Build issues

2020-01-03 Thread Dirk Hohndel
Sorry, on my phone. Blow away your build directory and call build.sh from the directory above Subsurface with the path set up correctly for your Qt version. That will fix all of the build time and run time issues The loss of gas info is very scary. If this is in git then you know which exact ver

Re: Build issues

2020-01-04 Thread Robert Helling
Dirk, > Am 04.01.2020 um 05:34 schrieb Dirk Hohndel : > > Blow away your build directory and call build.sh from the directory above > Subsurface with the path set up correctly for your Qt version. > That will fix all of the build time and run time issues Unfortunately not. I have already done t

Re: Build issues

2020-01-04 Thread Thiago Macieira
On Friday, 3 January 2020 21:33:09 -03 Robert Helling wrote: > > objc[85638]: Class > > QT_ROOT_LEVEL_POOL__THESE_OBJECTS_WILL_BE_RELEASED_WHEN_QAPP_GOES_OUT_OF_ > > SCOPE is implemented in both > > /Users/Helling/Qt/5.12.0/clang_64/lib/QtCore.framework/Versions/5/QtCore > > (0x1025390e0) and > > /

Re: Build issues

2020-01-04 Thread Robert.Helling
Thiago, thanks for helping out. > On 4. Jan 2020, at 15:14, Thiago Macieira > wrote: > > This looks like an incomplete deployment: some binary resources inside the > bundle still point to the original files from the Qt SDK, not the bundled > copy > of the Qt frame

Re: Build issues

2020-01-04 Thread Dirk Hohndel
> On Jan 4, 2020, at 1:50 AM, Robert Helling wrote: > > Tracking down the offending version that forgot the gas content: It was > Subsurface-mobile 2.2.3 (4.9.3.693) running on January 2nd. But I have not > been diving for several months and did not use the mobile version in a > similarly lo

Re: Build issues

2020-01-04 Thread Dirk Hohndel
> On Jan 4, 2020, at 7:31 AM, Robert.Helling wrote: > > Thiago, > > thanks for helping out. > >> On 4. Jan 2020, at 15:14, Thiago Macieira > > wrote: >> >> This looks like an incomplete deployment: some binary resources inside the >> bundle still point to the ori

Re: Build issues

2020-01-04 Thread Robert Helling
Dirk, > On 4. Jan 2020, at 17:37, Dirk Hohndel wrote: > > That answer makes no sense, Robert. > The version that messed up your data is the version that wrote the very > commit that removes the o2 value. > So do a git log -p on your cloud repo and search for that specific change, > and then lo

Re: Build issues

2020-01-04 Thread Dirk Hohndel
> On Jan 4, 2020, at 11:00 AM, Robert Helling wrote: > > Subsurface-mobile 2.2.3 (4.9.3.693) was from git log. The problem is, I > don’t know what I did that caused a write at all. I agree that this version > will contain the bug (if it wasn’t me doing something stupid), but I will > look i

Re: Build issues

2020-01-04 Thread Thiago Macieira
On Saturday, 4 January 2020 12:31:53 -03 Robert.Helling wrote: > find Subsurface-mobile.app/ |grep dylib$|xargs -n1 otool -L > > here: https://neu.atdotde.de/~robert/ot.out > > Maybe you can spot something odd. Ok, that will catch plugins (as they are .dylib), but not the libraries themselves.

Re: Build issues

2020-01-04 Thread Robert C. Helling
Dirk, > On 4. Jan 2020, at 20:07, Dirk Hohndel wrote: > > So for me this is an interesting dance. As long as I set the > QT_QPA_PLATFORM_PLUGIN_PATH to the right directory, I can usually get away > without running make install after every build - I only need it after the > first build. So in

Re: Build issues dive site management]

2015-02-15 Thread Davide DB
don't worry I can wait when everything is stable. there are things more important On Sun, Feb 15, 2015 at 7:51 PM, Dirk Hohndel wrote: > On Sun, Feb 15, 2015 at 10:41:37AM -0800, Dirk Hohndel wrote: >> >> But I'll create a windows installer for you and put it somewhere. Give me >> a few minutes

Re: Build issues dive site management]

2015-02-15 Thread Lubomir I. Ivanov
On 15 February 2015 at 20:51, Dirk Hohndel wrote: > On Sun, Feb 15, 2015 at 10:41:37AM -0800, Dirk Hohndel wrote: >> >> But I'll create a windows installer for you and put it somewhere. Give me >> a few minutes > > Heh. Easier said than done. > > Windows doesn't build right now since Linus used mk

Re: Build issues dive site management]

2015-02-15 Thread Linus Torvalds
On Sun, Feb 15, 2015 at 10:51 AM, Dirk Hohndel wrote: > > Windows doesn't build right now since Linus used mkdir() - he had a > comment there to that effect. Lubomir, can you help with a clean wrapper > for that? Like a subsurface_mkdir()...? Oh, I didn't think you were going to apply the last pa

Re: Build issues dive site management]

2015-02-15 Thread Linus Torvalds
On Sun, Feb 15, 2015 at 10:55 AM, Lubomir I. Ivanov wrote: > On 15 February 2015 at 20:51, Dirk Hohndel wrote: > >> Also with the new write-version thingy... the first time I run make, I get >> something weird like "sh: Syntax error, unexpected end of line in line:1" >> Starting the make again wo

Re: Build issues dive site management]

2015-02-15 Thread Lubomir I. Ivanov
On 15 February 2015 at 21:10, Linus Torvalds wrote: > On Sun, Feb 15, 2015 at 10:55 AM, Lubomir I. Ivanov > wrote: >> On 15 February 2015 at 20:51, Dirk Hohndel wrote: >> >>> Also with the new write-version thingy... the first time I run make, I get >>> something weird like "sh: Syntax error, u

Re: Build issues dive site management]

2015-02-15 Thread Lubomir I. Ivanov
On 15 February 2015 at 21:16, Lubomir I. Ivanov wrote: > On 15 February 2015 at 21:10, Linus Torvalds > wrote: >> On Sun, Feb 15, 2015 at 10:55 AM, Lubomir I. Ivanov >> wrote: >>> On 15 February 2015 at 20:51, Dirk Hohndel wrote: >>> Also with the new write-version thingy... the first tim

Re: Build issues dive site management]

2015-02-15 Thread Linus Torvalds
On Sun, Feb 15, 2015 at 11:16 AM, Lubomir I. Ivanov wrote: > > seems like qmake generates a bogus rule for "silent mode". No. It's simpler than that. Lookie here: Note the typo in subsurface-gen-version.pri: -silent: version_h.commands = @echo Checking $$VERSION_FILE && $$version_h.commads

Re: Build issues dive site management]

2015-02-15 Thread Lubomir I. Ivanov
On 15 February 2015 at 21:24, Linus Torvalds wrote: > On Sun, Feb 15, 2015 at 11:16 AM, Lubomir I. Ivanov > wrote: >> >> seems like qmake generates a bogus rule for "silent mode". > > No. It's simpler than that. Lookie here: > > Note the typo in subsurface-gen-version.pri: > > -silent: version