Skip to content

Instantly share code, notes, and snippets.

@hobu
Created August 29, 2019 21:50
Show Gist options
  • Save hobu/464735dd74144b1e097a74f867f96e48 to your computer and use it in GitHub Desktop.
Save hobu/464735dd74144b1e097a74f867f96e48 to your computer and use it in GitHub Desktop.
In file included from ../tutorial.cpp:1:
In file included from /Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/PointView.hpp:37:
In file included from /Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimDetail.hpp:37:
In file included from /Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/Dimension.hpp:9:
In file included from /Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimUtil.hpp:40:
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/util/Utils.hpp:572:21: error: expected expression
auto pred = [tChar](char c){ return(c == tChar); };
^
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/util/Utils.hpp:588:21: error: expected expression
auto pred = [tChar](char c){ return(c == tChar); };
^
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/util/Utils.hpp:616:12: error: field of type 'std::unique_ptr<NullOStream>' has private copy constructor
struct RedirectStream
^
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/util/Utils.hpp:639:16: note: in implicit copy constructor for 'pdal::Utils::RedirectStream' first required here
return redir;
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:2532:3: note: declared private here
unique_ptr(unique_ptr&);
^
In file included from ../tutorial.cpp:1:
In file included from /Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/PointView.hpp:37:
In file included from /Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimDetail.hpp:37:
In file included from /Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/Dimension.hpp:9:
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimUtil.hpp:70:10: error: expression is not an integral constant expression
case BaseType::Signed:
^~~~~~~~~~~~~~~~
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimUtil.hpp:72:10: error: expression is not an integral constant expression
case BaseType::Unsigned:
^~~~~~~~~~~~~~~~~~
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimUtil.hpp:74:10: error: expression is not an integral constant expression
case BaseType::Floating:
^~~~~~~~~~~~~~~~~~
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimUtil.hpp:116:10: error: expression is not an integral constant expression
case Type::None:
^~~~~~~~~~
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimUtil.hpp:118:10: error: expression is not an integral constant expression
case Type::Signed8:
^~~~~~~~~~~~~
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimUtil.hpp:120:10: error: expression is not an integral constant expression
case Type::Signed16:
^~~~~~~~~~~~~~
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimUtil.hpp:122:10: error: expression is not an integral constant expression
case Type::Signed32:
^~~~~~~~~~~~~~
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimUtil.hpp:124:10: error: expression is not an integral constant expression
case Type::Signed64:
^~~~~~~~~~~~~~
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimUtil.hpp:126:10: error: expression is not an integral constant expression
case Type::Unsigned8:
^~~~~~~~~~~~~~~
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimUtil.hpp:128:10: error: expression is not an integral constant expression
case Type::Unsigned16:
^~~~~~~~~~~~~~~~
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimUtil.hpp:130:10: error: expression is not an integral constant expression
case Type::Unsigned32:
^~~~~~~~~~~~~~~~
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimUtil.hpp:132:10: error: expression is not an integral constant expression
case Type::Unsigned64:
^~~~~~~~~~~~~~~~
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimUtil.hpp:134:10: error: expression is not an integral constant expression
case Type::Float:
^~~~~~~~~~~
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimUtil.hpp:136:10: error: expression is not an integral constant expression
case Type::Double:
^~~~~~~~~~~~
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimUtil.hpp:195:20: error: expected expression
auto isvalid = [](int c)
^
In file included from ../tutorial.cpp:1:
In file included from /Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/PointView.hpp:37:
In file included from /Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/DimDetail.hpp:37:
In file included from /Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/Dimension.hpp:10:
/Users/hobu/miniconda3/envs/pdal-python-test/include/pdal/pdal_types.hpp:169:30: error: expected ';' after top level declarator
const StringList logNames { "error", "warning", "info", "debug", "debug1",
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment