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

Home » Public Forums » archive » RESOLVE_ROUTINE essentially unusable on linux?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
RESOLVE_ROUTINE essentially unusable on linux? [message #77189] Wed, 10 August 2011 11:36 Go to previous message
Brian Wolven is currently offline  Brian Wolven
Messages: 94
Registered: May 2011
Member
I understand this - linux is case sensitive:

IDL> .compile sis_bin_mapped_data
% Error opening file. File: sis_bin_mapped_data
IDL> .compile SIS_BIN_MAPPED_DATA
% Error opening file. File: SIS_BIN_MAPPED_DATA
IDL> .compile SIS_bin_mapped_data
% Compiled module: SIS_BIN_MAPPED_DATA.

But there seems to be no way to get it to work at all with this approach:

IDL> resolve_routine,/EITHER,'sis_bin_mapped_data'
% Attempt to call undefined procedure/function: 'SIS_BIN_MAPPED_DATA'.
% Execution halted at: $MAIN$
IDL> resolve_routine,/EITHER,'SIS_BIN_MAPPED_DATA'
% Attempt to call undefined procedure/function: 'SIS_BIN_MAPPED_DATA'.
% Execution halted at: $MAIN$
IDL> resolve_routine,/EITHER,'SIS_bin_mapped_data'
% Attempt to call undefined procedure/function: 'SIS_BIN_MAPPED_DATA'.
% Execution halted at: $MAIN$

SIS_bin_mapped_data.pro is in the current working directory. Seems like the only solution is to rename all files in upper case? Am I missing something?
[Message index]
 
Read Message
Read Message
Previous Topic: Re: RESOLVE_ROUTINE essentially unusable on linux?
Next Topic: map_set projection "from below"?

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

Current Time: Sun Oct 12 09:17:21 PDT 2025

Total time taken to generate the page: 0.72031 seconds