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

Home » Public Forums » archive » IDL_PATH problems
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
IDL_PATH problems [message #68647] Mon, 09 November 2009 07:51 Go to previous message
Bernhard Reinhardt is currently offline  Bernhard Reinhardt
Messages: 26
Registered: October 2008
Junior Member
Hi everyone,

I just came across a weird problem: I normally use the idlde but now I
want to run a program on the console.

I ran the program but encountered an error when IDL couldn't locate one
of David's routines "undefine" which resides in my library-folder. I
found out that the IDL_PATH was not set.

So I set the IDL_PATH accordingly.

My IDL_PATH now looks like
IDL_PATH=+/athome/rein_be/IDLWorkspace:+/athome/rein_be/CIMa ster

When I run my program now, it doesn't even compile:

IDL> object_based_validation_batch

li=READ_ASCII(li_file, TEMPLATE=templ)
^
% Syntax error.

When running
IDL> templ
idl restores a templ.sav that resides somewhere in the IDL-Path. So I
moved this templ.sav to templ.sav.bak

now
IDL> templ
yields
% Attempt to call undefined procedure/function: 'TEMPL'.
% Execution halted at: $MAIN$

But the same compilation error occurs.

Any ideas where to search? Btw: I'm using idl 7.1 on Linux.

Regards,

Bernhard
[Message index]
 
Read Message
Read Message
Previous Topic: gripe about structures
Next Topic: help with structure

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

Current Time: Fri Oct 10 00:58:29 PDT 2025

Total time taken to generate the page: 0.55714 seconds