[GRASS-dev] [pdal] [SoC] Week 07: Integration Of PDAL into GRASS GIS

Vaclav Petras wenzeslaus at gmail.com
Mon Jul 17 09:25:43 PDT 2017


On Mon, Jul 17, 2017 at 11:57 AM, Paul Schrum <paul.schrum at gmail.com> wrote:

> I have set up the repository now on github:
>
> https://github.com/PaulSchrum/r.in.pdal
>

The error is:

cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but
not for C
cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but
not for C
In file included from .../pdal/StageFactory.hpp:38:0,
                 from main.c:34:
.../pdal/Stage.hpp:37:16: fatal error: list: No such file or directory

You are trying to compile C++ code (specifically the Stage.cpp headers) as
C which results in header `list` not being found (line 37 -> #include
<list> -> list: No such file or directory).

Rename main.c to main.cpp.


>
> - Paul
>
>
> On Sun, Jul 16, 2017 at 5:31 PM, Vaclav Petras <wenzeslaus at gmail.com>
> wrote:
>
>>
>>
>> On Sat, Jul 15, 2017 at 3:47 PM, Paul Schrum <paul.schrum at gmail.com>
>> wrote:
>>
>>>
>>> *3. Are you blocked on anything?*
>>> Yes.  After setting up r.in.pdal and adding the #include files for Pdal,
>>> make can't find them.  I have a request in with my mentor to help me
>>> troubleshoot this as soon as possible.
>>>
>>>
>> Hi Paul, a link to a repository with code would help.
>>
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20170717/3c244788/attachment.html>


More information about the grass-dev mailing list