function/procedure not found?? [message #71855] |
Thu, 22 July 2010 17:53 |
Matt Francis
Messages: 94 Registered: May 2010
|
Member |
|
|
Hi All,
I'm getting a strange error to do with compiling and paths (I'm still
getting my head around how IDL deals with this). See the following
command and error messages. I'm running this on a UNIX system.
IDL> print,gnss_get_utc_date()
% Compiled module: GNSS_GET_UTC_DATE.
% Attempt to call undefined procedure/function: 'GNSS_GET_UTC_DATE'.
% Execution halted at: $MAIN$
I had added the directory of the function gnss_get_utc_date.pro into
the !PATH variable by the command
!Path = !Path + ':<path to the function>'
and as you can see, IDL does find this function and happily compiles
it, then turns around and says it can't be found?? Can anyone suggest
what might be going wrong here?
Thanks!
|
|
|