Re: HdfEosDef.h: No such file or directory
CloudSat and CALIPSO plotting tool
Brought to you by:
peterkuma
From: Peter K. <pet...@wa...> - 2015-03-21 13:59:14
|
On 02/26/2015 05:05 PM, Luka Ilic wrote: > Hello, > > I am having difficulties installing ccplot on ubuntu 14.04. > Can someone help with this? > > Thank you, > Luka > > Here is python setup.py build output: > > [...] > ccplot/hdfeos.c:357:23: fatal error: HdfEosDef.h: No such file or directory > #include "HdfEosDef.h" > ^ > compilation terminated. > error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 Dear Luka, Sorry I haven't replied to you sooner. The problem you describe is likely because of missing hdfeos library. Can you make sure the package is installed? Use this command to install all required packages: sudo apt-get install --no-install-recommends cython libhdf4-dev libhdfeos-dev python-imaging python-numpy python-matplotlib python-mpltoolkits.basemap ttf-bitstream-vera But I haven't tested with Ubuntu 14.04 specifically, so it might as well be a different problem. Regards, Peter |