comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: library and online help
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: library and online help [message #38876] Wed, 07 April 2004 12:45 Go to previous message
Paul Van Delst[1] is currently offline  Paul Van Delst[1]
Messages: 1157
Registered: April 2002
Senior Member
Steve wrote:
> Thanks both! Now it works ... until my next doubt :)
> One thing -maybe- worth to said. In my .bashrc file the following is
> needed
>
> export IDL_PATH=${IDL_PATH}:+\${HOME}/download/library
> export IDL_PATH=${IDL_PATH}:+/usr/local/rsi/idl_6.0
>
> The first statement is to add my library to the standard idl path
> /usr/local/rsi/idl
> The second line -I guess- is to account for functions in the new
> -improved?- idl 6.0 directory ...
>
> Or at least, in this way it works.

Hello,

One thing I have found with the IDL 6.0 implementation is that the <IDL_DEFAULT> directory
doesn't get assigned automagically like it used to. When I upgraded to v6.0 *nothing* in
the RSI library worked. I discovered that for some reason, the actual path to the RSI IDLL
code library wasn't there. So my .bashrc changed from:

export RSI_DIR=/usr/local/rsi
export IDL_DIR=$RSI_DIR/idl
. $IDL_DIR/bin/idl_setup.bash
export IDL_PATH=${IDL_PATH}:+\${HOME}/idl

to

export RSI_DIR=/usr/local/rsi
export IDL_DIR=$RSI_DIR/idl
export IDL_PATH="<IDL_DEFAULT>"
. $IDL_DIR/bin/idl_setup.bash
export IDL_PATH=${IDL_PATH}:+\${HOME}/idl

where the addition of

export IDL_PATH="<IDL_DEFAULT>"

is now necessary. I think that may be what you need to do. Michael Wallace's reply
described the same thing (but better).

What I don't understand is what changed between IDL 5.6 and 6.0 that requires the
<IDL_DEFAULT> definition. Didn't need it in my .bashrc before.

paulv
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: IDL Comments
Next Topic: xmanager to call object methods?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 08:34:06 PDT 2025

Total time taken to generate the page: 1.03905 seconds