[pdal] PLang status
Michael P. Gerlek
mpg at flaxen.com
Mon Mar 26 11:13:23 EDT 2012
Oh, sorry - I'll fix this today.
-mpg
From: Bradley Chambers [mailto:brad.chambers at gmail.com]
Sent: Saturday, March 24, 2012 10:18 AM
To: Michael Gerlek
Cc: pdal at lists.osgeo.org
Subject: Re: [pdal] PLang status
I believe it all stems from m_plangEnvironment, which is hiding behind #ifdef PDAL_HAVE_PYTHON in Environment.hpp, but is still referenced elsewhere without similar checks for the presence of python.
[ 29%] Building CXX object src/CMakeFiles/pdal.dir/Environment.cpp.o
/Users/bchambers/Documents/dev/PDAL/src/Environment.cpp: In constructor 'pdal::Environment::Environment()':
/Users/bchambers/Documents/dev/PDAL/src/Environment.cpp:75: error: 'm_plangEnvironment' was not declared in this scope
/Users/bchambers/Documents/dev/PDAL/src/Environment.cpp:75: error: invalid use of incomplete type 'struct pdal::plang::Environment'
/Users/bchambers/Documents/dev/PDAL/src/../include/pdal/Environment.hpp:43: error: forward declaration of 'struct pdal::plang::Environment'
/Users/bchambers/Documents/dev/PDAL/src/Environment.cpp: In destructor 'pdal::Environment::~Environment()':
/Users/bchambers/Documents/dev/PDAL/src/Environment.cpp:83: error: 'm_plangEnvironment' was not declared in this scope
make[2]: *** [src/CMakeFiles/pdal.dir/Environment.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/pdal.dir/all] Error 2
make: *** [all] Error 2
Brad
On Sat, Mar 24, 2012 at 10:33 AM, Michael Gerlek <mpg at flaxen.com> wrote:
Yes, it should be optional - let me know what errors you get and I'll fix them.
(Howard: can we have Jenkins build some different configs?)
.mpg
On Mar 24, 2012, at 5:20 AM, Bradley Chambers <brad.chambers at gmail.com> wrote:
* You need to cmake with -DWITH_PYTHON=on. (Howard, can you pls ask Jenkins to do his builds this way, if he's not already?) You need to have python (probably 2.7) and numpy installed.
Is PLang intended to be an optional component? I'm not yet compiling with python or numpy, so I get errors in PLang. This is pretty easy to work around on my end, but probably not the intended behavior.
Brad
_______________________________________________
pdal mailing list
pdal at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pdal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/pdal/attachments/20120326/86818f76/attachment.html
More information about the pdal
mailing list