Re: [opensource-dev] specifying wich python binary to use?

2018-09-22 Thread Lance Corrimal
Am Samstag, 22. September 2018, 16:00:31 CEST schrieb Henri Beauchamp: > On Sat, 22 Sep 2018 15:43:14 +0200, Lance Corrimal wrote: > > I have python 2 and python 3 installed on my system, is there a way to > > specify which python version autobuild should use? by default it tries > > python3, which

Re: [opensource-dev] specifying wich python binary to use?

2018-09-22 Thread Henri Beauchamp
On Sat, 22 Sep 2018 15:43:14 +0200, Lance Corrimal wrote: > I have python 2 and python 3 installed on my system, is there a way to > specify > which python version autobuild should use? by default it tries python3, which > fails. Depending on your distribution, you may specify (or not) which P

[opensource-dev] specifying wich python binary to use?

2018-09-22 Thread Lance Corrimal
Hi, I have python 2 and python 3 installed on my system, is there a way to specify which python version autobuild should use? by default it tries python3, which fails. cheers LC ___ Policies and (un)subscribe information available here: http://wiki.

Re: [opensource-dev] compiling viewer-release on linux

2018-09-22 Thread Henri Beauchamp
On Fri, 21 Sep 2018 20:33:00 -0700, John Nagle wrote: > Here's how I currently compile successfully on Linux. > This builds the development version 5.1.9, not the release version. > > Install all prerequisites per > http://wiki.phoenixviewer.com/fs_compiling_firestorm_64bit_ubuntu wget http://sl

Re: [opensource-dev] Miscellaneous bad code in llviewerobject.cpp

2018-09-22 Thread Henri Beauchamp
On Fri, 21 Sep 2018 16:51:14 -0700, John Nagle wrote: > I've been looking for the "half-unsit" region crossing bug, > adding debug code to llviewerobject. Something is going wrong > in reparenting, but I haven’t been able to isolate it yet. > > Looking in there, I've found some code that