Changes between Version 3 and Version 4 of FAQ

Show
Ignore:
Timestamp:
09/28/11 11:46:12 (20 months ago)
Author:
mgalloy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v3 v4  
    77    make install 
    88 
     9**I get an error about "_ridl_preflocation = ridl_preflocation()" when I launch rIDL. What's wrong?** 
     10 
     11  You might get an error like the following:: 
     12 
     13      rIDL 0.2.0: Really Interactive Data Language. [Build: 08/04/2011] 
     14      IDL Version 8.1, Mac OS X (darwin x86_64 m64). (c) 2011, ITT Visual Information Solutions 
     15      Installation number: 17209. 
     16      Licensed for use by: Norut Information Technology 
     17 
     18      _ridl_preflocation = ridl_preflocation() 
     19                                              ^ 
     20      % Syntax error. 
     21      % String expression required in this context: _RIDL_PREFLOCATION. 
     22      /usr/local/bin/ridl.sh: line 21: 35954 Segmentation fault            
     23      /usr/local//bin/bin.darwin.x86_64/ridl $@ 
     24 
     25  rIDL is calling the `RIDL_PREFLOCATION` routine found in the `ridl_preflocation.pro` file. To fix, simply put the `share/idl` directory of the rIDL installation in your IDL `!path`, e.g., by setting the `IDL_PATH` environment variable. 
     26 
    927}}}