<div dir="ltr"><div><div><div>Now "arbiter" makes some problems:<br><br>[ 2%] Building CXX object vendor/arbiter/CMakeFiles/pdal_arbiter.dir/arbiter.cpp.o<br>In file included from /home/stefan/sources/pdal/vendor/arbiter/arbiter.cpp:43:0:<br>/home/stefan/sources/pdal/vendor/arbiter/arbiter.hpp:298:61: error: ‘Json’ does not name a type<br> static std::unique_ptr<Fs> create(HttpPool& pool, const Json::Value& json);<br> ^<br>/home/stefan/sources/pdal/vendor/arbiter/arbiter.hpp:298:72: error: expected unqualified-id before ‘&’ token<br> static std::unique_ptr<Fs> create(HttpPool& pool, const Json::Value& json);<br><br>/home/stefan/sources/pdal/vendor/arbiter/arbiter.hpp:298:72: error: expected ‘)’ before ‘&’ token<br>/home/stefan/sources/pdal/vendor/arbiter/arbiter.hpp:298:72: error: static member function ‘static std::unique_ptr<arbiter::drivers::Fs> arbiter::drivers::Fs::create(...)’ cannot have ref-qualifier<br>/home/stefan/sources/pdal/vendor/arbiter/arbiter.hpp:298:72: error: expected ‘;’ at end of member declaration<br>/home/stefan/sources/pdal/vendor/arbiter/arbiter.hpp:298:74: error: ‘json’ does not name a type<br> static std::unique_ptr<Fs> create(HttpPool& pool, const Json::Value& json);<br><br></div>etc. etc.<br><br>/home/stefan/sources/pdal/vendor/arbiter/arbiter.cpp:3046:1: error: expected ‘}’ at end of input<br> } // namespace arbiter<br> ^<br>vendor/arbiter/CMakeFiles/pdal_arbiter.dir/build.make:62: recipe for target 'vendor/arbiter/CMakeFiles/pdal_arbiter.dir/arbiter.cpp.o' failed<br>make[2]: *** [vendor/arbiter/CMakeFiles/pdal_arbiter.dir/arbiter.cpp.o] Error 1<br>CMakeFiles/Makefile2:3788: recipe for target 'vendor/arbiter/CMakeFiles/pdal_arbiter.dir/all' failed<br>make[1]: *** [vendor/arbiter/CMakeFiles/pdal_arbiter.dir/all] Error 2<br>Makefile:160: recipe for target 'all' failed<br>make: *** [all] Error 2<br><br><br></div>regards<br></div>Stefan<br><div><div><div><br><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 30, 2016 at 10:13 AM, Stefan Ziegler <span dir="ltr"><<a href="mailto:stefan.ziegler.de@gmail.com" target="_blank">stefan.ziegler.de@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Disabling in CMakeCache.txt or by cmake does not work. Still the same error:<br><br>-- checking for one of the modules 'spatialite>=4.2.0'<br>CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):<span class=""><br> Could NOT find Nitro (missing: NITRO_LIBRARIES NITRO_INCLUDE_DIR) (Required<br> is at least version "2.6")<br>Call Stack (most recent call first):<br></span> /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)<span class=""><br> cmake/modules/FindNitro.cmake:73 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)<br> cmake/nitro.cmake:5 (find_package)<br> tools/nitfwrap/CMakeLists.txt:2 (include)<br><br><br></span>-- Configuring incomplete, errors occurred!<br>See also "/home/stefan/sources/pdal/build/CMakeFiles/CMakeOutput.log".<br>See also "/home/stefan/sources/pdal/build/CMakeFiles/CMakeError.log".<br><br></div><div>Isn't there also an error on line 75 in src/CMakeList.txt? The closing double brackets?<br></div><div><br></div>regr<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 29, 2016 at 5:14 PM, Andrew Bell <span dir="ltr"><<a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span><div>On Fri, Apr 29, 2016 at 9:39 AM, Stefan Ziegler <span dir="ltr"><<a href="mailto:stefan.ziegler.de@gmail.com" target="_blank">stefan.ziegler.de@gmail.com</a>></span> wrote:<br></div></span><div class="gmail_extra"><div class="gmail_quote"><span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><span><div>Hi<br><br></div>can anybody give a hint a about "nitro". I get some cmake errors:<br></span></div></div></div></div></blockquote><div><br></div></span>Are you processing NITF files? If not, you can just turn it off in CMakeCache.txt with:<div><br></div><div>BUILD_PLUGIN_NITF:BOOL=OFF</div><div><br></div><div>Otherwise you can get NITRO from:</div><div><br></div><div><a href="https://github.com/hobu/nitro" target="_blank">https://github.com/hobu/nitro</a></div></div><span><font color="#888888"><div><br></div>-- <br><div>Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div>
</font></span></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>