Displaying 2 results from an estimated 2 matches for "cpl_error".
Did you mean:
clierror
2016 Oct 05
0
[FORGED] Re: Problem installing rgdal on a laptop running Ubuntu 16.04.1
...ve deleted> do I get my
ducks in a row?
Explicitly, I guess, how do I get the symbol "CPLQuietErrorHandler" defined?
I looked at the src directory for rgdal; the only filed that referred to
"CPLQuietErrorHandler" was gdal_bindings.cpp.
I noticed that it had a #include <cpl_error.h> in it.
I found a header file cpl_error.h in /usr/include/gdal. It includes the
line:
> void CPL_DLL CPL_STDCALL CPLQuietErrorHandler( CPLErr, int, const char * );
Doesn't this define "CPLQuietErrorHandler"?
What in God's name do I need to do to get this <expletive...
2016 Oct 04
2
[FORGED] Re: Problem installing rgdal on a laptop running Ubuntu 16.04.1
On 5 October 2016 at 12:16, Rolf Turner wrote:
|
| On 05/10/16 12:07, Michael Rutter wrote:
|
| > Typo on my part. Try r-cran-rgdal.
|
| Thanks. OK, I have now done
|
| sudo apt-get install r-cran-rgdal
|
| successfully.
Very good.
Now do
IP <- installed.packages()
and convince yourself that you have rgdal. You could even do
library(rgdal)
| But sad to say, it