Thank you Vashek. This fixed it. On Mon, Jul 17, 2017 at 12:25 PM, Vaclav Petras <[email protected]> wrote:
> > > On Mon, Jul 17, 2017 at 11:57 AM, Paul Schrum <[email protected]> > 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 <[email protected]> >> wrote: >> >>> >>> >>> On Sat, Jul 15, 2017 at 3:47 PM, Paul Schrum <[email protected]> >>> 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. >>> >>> >> >> >
_______________________________________________ grass-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-dev
