SuperDARN / rst

Radar Software Toolkit (RST)
https://superdarn.github.io/rst/
GNU General Public License v3.0
21 stars 16 forks source link

Problem help #603

Open wonenye opened 8 months ago

wonenye commented 8 months ago

Why do I appear after compiling code with make.code Failed to locate and error idl_export.h occurred. I used the method on the document but it didn't work, could you help me? Thank you

egthomas commented 8 months ago

@wonenye do you have IDL / are you trying to install the IDL portion of the RST, or are you trying to skip over it?

wonenye commented 8 months ago

I found the idl.bash file in the rst/.profile/idl.bash directory and it says,

idl.bash

========

IDL header directory

export IDL_IPATH="/usr/local/itt/idl/external/include"

RST DLM directory

export DLMPATH="${RSTPATH}/dlm"

IDL environment

export IDL_PATH=":+/${RSTPATH}/idl/lib" export IDL_DLM_PATH=":${RSTPATH}/dlm" export IDL_STARTUP="${RSTPATH}/idl/startup.pro"

Makefile prototype for IDL DLMs

export MAKEDLM=${BUILD}/make/makedlm I don't know if this proves that I have IDL?

wonenye commented 8 months ago

apart from that,when l install yum -y install libhdf5-serial-dev libncurse-dev libnetcdf-dev libpng-dev libx11-dev libxext-dev, Terminal display “nopackage available”,Could you help me with that? Thank you