[pdal] Build pdal with python 3

Andrew Bell andrew.bell.ia at gmail.com
Mon Feb 1 11:30:18 PST 2016


On Mon, Feb 1, 2016 at 1:02 PM, Howard Butler <howard at hobu.co> wrote:

> ok, I'm glad you were able to make some progress.
>
> > On Feb 1, 2016, at 12:14 PM, flatearth at gmx.net wrote:
> >
> > Yes, I use the standard OS X clang compiler. I did not change any
> variable concerning this.
> > The '#include <cstdint> thing' thing happened exactly the same when I
> compiled pdal against python 2.7 and tried to 'pip install pdal' in a
> python 3 environment. Now that I compiled against homebrew python 3.5 i can
> 'pip install pdal' on conda 3.5 without that error messages.
> > Only with python 3.4 this error still remains. The only difference I can
> see ist that for python 3.4 I have to use a conda python environment and
> not the homebrew or system python.
> >
> > I also tried to solve the #include <cstdint> error by using '#include
> <tr1/cstdint>'. This solves the specific error but multiple new errors
> follow...
>

Your compiler is reporting GCC 4.2.1, which is from 2007.  We just don't
support compilers that old and things may or may not work in lots of ways.
You can use our docker image if you can't upgrade compilers or find a
suitable binary.

-- 
Andrew Bell
andrew.bell.ia at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20160201/defdbcf5/attachment-0001.html>


More information about the pdal mailing list