Re: [HELP] My program is not running in IDL 5.6 [message #36243] |
Thu, 28 August 2003 00:17 |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Gunho wrote:
> Hello,
>
> A groups of programs have been implemented in IDL 5.5 and successfuly
> running. However, after recently IDL 5.5 is upgraded to 5.6 version,
> is not working properly in the new environment. Even simple "MOMENT"
> and "FILEPATH" function are not working and a number of compilation
> errors are occured. The IDL 5.6 is installed in LINUX machine.
>
> If you can kindly help me sort out this problem, I will appreciate
> your
> kindness very much.
>
Did you use somewhere ../../../ in your path definition. If so then you have
to put it into the function file_expand_path(). This is a known bug in path
definition.
Reimar
--
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg-i/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
|
|
|
Re: [HELP] My program is not running in IDL 5.6 [message #36246 is a reply to message #36243] |
Wed, 27 August 2003 17:54  |
Craig Markwardt
Messages: 1869 Registered: November 1996
|
Senior Member |
|
|
gsohn@ge.ucl.ac.uk (Gunho) writes:
> Hello,
>
> A groups of programs have been implemented in IDL 5.5 and successfuly
> running. However, after recently IDL 5.5 is upgraded to 5.6 version,
> is not working properly in the new environment. Even simple "MOMENT"
> and "FILEPATH" function are not working and a number of compilation
> errors are occured. The IDL 5.6 is installed in LINUX machine.
Try
print, !path
and see if your IDL path is being set properly.
Craig
--
------------------------------------------------------------ --------------
Craig B. Markwardt, Ph.D. EMAIL: craigmnet@cow.physics.wisc.edu
Astrophysics, IDL, Finance, Derivatives | Remove "net" for better response
------------------------------------------------------------ --------------
|
|
|