Re: git clone compile errors on isnan

2016-08-06 Thread Larry Evans
On 08/04/2016 03:35 PM, Larry Evans wrote: Following directions here: https://www.libreoffice.org/about-us/source-code/ cloned libreoffice source: Welcome to the Emacs shell OOPS. Sorry for double post. Please ignore this one. ___

git clone compile errors on isnan

2016-08-06 Thread Larry Evans
Following directions here: https://www.libreoffice.org/about-us/source-code/ cloned libreoffice source: Welcome to the Emacs shell ~/dwnlds/LibreOffice $ git clone git://anongit.freedesktop.org /libreoffice/core libreoffice then, following instructions later on here:

Re: git clone compile errors on isnan

2016-08-05 Thread Larry Evans
On 08/05/2016 08:24 AM, Michael Stahl wrote: [snip] did you do a "make clean" after your previous build attempt? if there are still object files around built by the compiler in /usr/local then problems like that are expected. in case "make clean" doesn't fix it try "make verbose=t

Re: git clone compile errors on isnan

2016-08-05 Thread Michael Stahl
On 05.08.2016 14:48, Larry Evans wrote: > On 08/05/2016 05:21 AM, Michael Stahl wrote: >> On 04.08.2016 22:24, Larry Evans wrote: > [snip] >>> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/math/special_functions/fpclassify.hpp:137:75: >>> error: ‘::isnan’ has not

Re: git clone compile errors on isnan

2016-08-05 Thread Eike Rathke
Hi Larry, On Friday, 2016-08-05 06:31:37 -0500, Larry Evans wrote: > https://wiki.documentfoundation.org/Development/gerrit/setup#Detailed_and_nitty-gritty_setup_topics > > However, step 6: > > 6. Setup your git repo so that it pushes to gerrit using the SSH key: > > git config

Re: git clone compile errors on isnan

2016-08-05 Thread Larry Evans
On 08/05/2016 05:21 AM, Michael Stahl wrote: On 04.08.2016 22:24, Larry Evans wrote: [snip] /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/math/special_functions/fpclassify.hpp:137:75: error: ‘::isnan’ has not been declared inline bool

Re: git clone compile errors on isnan

2016-08-05 Thread Larry Evans
On 08/05/2016 02:50 AM, jan iversen wrote: Hi It looks like you did the right things, however we have made a guide for starting a new contributor: https://wiki.documentfoundation.org/Development/GetInvolved Which at least is more recent. rgds jan I. Thanks Jan. I followed (carefully)

Re: git clone compile errors on isnan

2016-08-05 Thread Michael Stahl
On 04.08.2016 22:24, Larry Evans wrote: > In file included from > /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/lexical_cast/detail/inf_nan.hpp:35:0, > from >

Re: git clone compile errors on isnan

2016-08-05 Thread jan iversen
Hi It looks like you did the right things, however we have made a guide for starting a new contributor: https://wiki.documentfoundation.org/Development/GetInvolved Which at least is more recent. rgds jan I. > On 05 Aug 2016, at 03:45, Larry Evans wrote: > >> On

Re: git clone compile errors on isnan

2016-08-04 Thread Larry Evans
On 08/04/2016 03:24 PM, Larry Evans wrote: Following directions here: https://www.libreoffice.org/about-us/source-code/ [snip] Then, did the ./autogen.sh followed by make; however, the make resulted in several errors. [snip] My OS is: Linux lje-OptiPlex-9020 4.4.0-31-generic

git clone compile errors on isnan

2016-08-04 Thread Larry Evans
Following directions here: https://www.libreoffice.org/about-us/source-code/ cloned libreoffice source: Welcome to the Emacs shell ~/dwnlds/LibreOffice $ git clone git://anongit.freedesktop.org /libreoffice/core libreoffice then, following instructions later on here: